mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Adding message indicating the purpose of the "Testing" block
This commit is contained in:
parent
dcc262ed91
commit
6931f6cadc
1 changed files with 19 additions and 2 deletions
|
@ -23,9 +23,9 @@
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>-44</y>
|
||||||
<width>473</width>
|
<width>473</width>
|
||||||
<height>510</height>
|
<height>567</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
|
@ -170,6 +170,23 @@
|
||||||
<string>Testing</string>
|
<string>Testing</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="testingGroupVerticalLayout">
|
<layout class="QVBoxLayout" name="testingGroupVerticalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="testingLabel">
|
||||||
|
<property name="text">
|
||||||
|
<string>These settings are intended for testing mods and may cause issues if used for normal gameplay.</string>
|
||||||
|
</property>
|
||||||
|
<property name="wordWrap">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="Line" name="testingLine">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="skipMenuCheckBox">
|
<widget class="QCheckBox" name="skipMenuCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|
Loading…
Reference in a new issue