mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 10:39:39 +00:00
renaming a few user settings categories
This commit is contained in:
parent
b97a4cee44
commit
749eff5259
1 changed files with 6 additions and 6 deletions
|
@ -162,7 +162,7 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
|
||||||
ritd->setDeclaredValues (values);
|
ritd->setDeclaredValues (values);
|
||||||
}
|
}
|
||||||
|
|
||||||
declareSection ("table-input", "Table Input");
|
declareSection ("table-input", "ID Tables");
|
||||||
{
|
{
|
||||||
QString inPlaceEdit ("Edit in Place");
|
QString inPlaceEdit ("Edit in Place");
|
||||||
QString editRecord ("Edit Record");
|
QString editRecord ("Edit Record");
|
||||||
|
@ -217,7 +217,7 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
|
||||||
jumpToAdded->setDeclaredValues (jumpValues);
|
jumpToAdded->setDeclaredValues (jumpValues);
|
||||||
}
|
}
|
||||||
|
|
||||||
declareSection ("report-input", "Report Input");
|
declareSection ("report-input", "Reports");
|
||||||
{
|
{
|
||||||
QString none ("None");
|
QString none ("None");
|
||||||
QString edit ("Edit");
|
QString edit ("Edit");
|
||||||
|
@ -257,7 +257,7 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
|
||||||
shiftCtrlDoubleClick->setDefaultValue (none);
|
shiftCtrlDoubleClick->setDefaultValue (none);
|
||||||
shiftCtrlDoubleClick->setToolTip ("Action on shift control double click in report table:<p>" + toolTip);
|
shiftCtrlDoubleClick->setToolTip ("Action on shift control double click in report table:<p>" + toolTip);
|
||||||
}
|
}
|
||||||
|
|
||||||
declareSection ("search", "Search & Replace");
|
declareSection ("search", "Search & Replace");
|
||||||
{
|
{
|
||||||
Setting *before = createSetting (Type_SpinBox, "char-before",
|
Setting *before = createSetting (Type_SpinBox, "char-before",
|
||||||
|
@ -299,7 +299,7 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
|
||||||
|
|
||||||
QStringList modes;
|
QStringList modes;
|
||||||
modes << "Ignore" << modeNormal << "Strict";
|
modes << "Ignore" << modeNormal << "Strict";
|
||||||
|
|
||||||
Setting *warnings = createSetting (Type_ComboBox, "warnings",
|
Setting *warnings = createSetting (Type_ComboBox, "warnings",
|
||||||
"Warning Mode");
|
"Warning Mode");
|
||||||
warnings->setDeclaredValues (modes);
|
warnings->setDeclaredValues (modes);
|
||||||
|
@ -309,7 +309,7 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
|
||||||
"<li>Normal: Report warning as a warning</li>"
|
"<li>Normal: Report warning as a warning</li>"
|
||||||
"<li>Strict: Promote warning to an error</li>"
|
"<li>Strict: Promote warning to an error</li>"
|
||||||
"</ul>");
|
"</ul>");
|
||||||
|
|
||||||
Setting *formatInt = createSetting (Type_LineEdit, "colour-int", "Highlight Colour: Int");
|
Setting *formatInt = createSetting (Type_LineEdit, "colour-int", "Highlight Colour: Int");
|
||||||
formatInt->setDefaultValues (QStringList() << "Dark magenta");
|
formatInt->setDefaultValues (QStringList() << "Dark magenta");
|
||||||
formatInt->setToolTip ("(Default: Green) Use one of the following formats:" + tooltip);
|
formatInt->setToolTip ("(Default: Green) Use one of the following formats:" + tooltip);
|
||||||
|
@ -346,7 +346,7 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
|
||||||
cycle->setToolTip ("When using next/previous functions at the last/first item of a "
|
cycle->setToolTip ("When using next/previous functions at the last/first item of a "
|
||||||
"list go to the first/last item");
|
"list go to the first/last item");
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
/******************************************************************
|
/******************************************************************
|
||||||
* There are three types of values:
|
* There are three types of values:
|
||||||
|
|
Loading…
Reference in a new issue