check if settingsdialog is called from ingame and disable reset settings

button
This commit is contained in:
doitux
2012-01-06 09:34:26 +00:00
parent cd3eaaf2b9
commit bc8f9b9b89
6 changed files with 40 additions and 10 deletions
+13 -1
View File
@@ -3701,7 +3701,7 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</item>
<item row="5" column="1">
<item row="6" column="1">
<spacer name="verticalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
@@ -3721,6 +3721,18 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="5" column="0" colspan="2">
<widget class="QLabel" name="label_resetNote">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>Note: You can not reset all settings to default during a running game!</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>