1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 18:45:38 +00:00

Name ui elements

This commit is contained in:
elsid 2023-03-20 22:56:56 +01:00
parent 8dd6b16fee
commit 5dfb70e8a7
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -28,7 +28,7 @@
<widget class="QWidget" name="contentSelectorWidget" native="true"/> <widget class="QWidget" name="contentSelectorWidget" native="true"/>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="dataNoteLabel">
<property name="text"> <property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;note: content files that are not part of current Content List are &lt;/span&gt;&lt;span style=&quot; font-style:italic; background-color:#00ff00;&quot;&gt;highlighted&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;note: content files that are not part of current Content List are &lt;/span&gt;&lt;span style=&quot; font-style:italic; background-color:#00ff00;&quot;&gt;highlighted&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
@ -49,7 +49,7 @@
</widget> </widget>
</item> </item>
<item row="32" column="0" colspan="2"> <item row="32" column="0" colspan="2">
<widget class="QLabel" name="label"> <widget class="QLabel" name="directoryNoteLabel">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum"> <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@ -208,7 +208,7 @@
</widget> </widget>
</item> </item>
<item row="27" column="0" colspan="2"> <item row="27" column="0" colspan="2">
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="archiveNoteLabel">
<property name="text"> <property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;note: archives that are not part of current Content List are &lt;/span&gt;&lt;span style=&quot; font-style:italic; background-color:#00ff00;&quot;&gt;highlighted&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;note: archives that are not part of current Content List are &lt;/span&gt;&lt;span style=&quot; font-style:italic; background-color:#00ff00;&quot;&gt;highlighted&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
@ -238,13 +238,13 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab_2"> <widget class="QWidget" name="navigationMeshCacheTab">
<attribute name="title"> <attribute name="title">
<string>Navigation Mesh Cache</string> <string>Navigation Mesh Cache</string>
</attribute> </attribute>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="navigationMeshCacheProgressLayout">
<item> <item>
<widget class="QPushButton" name="updateNavMeshButton"> <widget class="QPushButton" name="updateNavMeshButton">
<property name="focusPolicy"> <property name="focusPolicy">
@ -294,9 +294,9 @@
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="navigationMeshCacheParamsLayout">
<item> <item>
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="navMeshMaxSizeLabel">
<property name="text"> <property name="text">
<string>Max size</string> <string>Max size</string>
</property> </property>