mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
Adding message indicating the purpose of the "Testing" block
This commit is contained in:
parent
dcc262ed91
commit
6931f6cadc
@ -23,9 +23,9 @@
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<y>-44</y>
|
||||
<width>473</width>
|
||||
<height>510</height>
|
||||
<height>567</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
@ -170,6 +170,23 @@
|
||||
<string>Testing</string>
|
||||
</property>
|
||||
<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>
|
||||
<widget class="QCheckBox" name="skipMenuCheckBox">
|
||||
<property name="text">
|
||||
|
Loading…
Reference in New Issue
Block a user