mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Cosmetic updates to .UI files for Preferences
This is a cosmetic update to remove some warning messages while building a fresh subsurface. These warnings were due to duplicate label names in the .UI files. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
This commit is contained in:
parent
d7d6f56c6f
commit
88cbcf5c6e
3 changed files with 18 additions and 18 deletions
|
@ -16,7 +16,7 @@
|
|||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
|
||||
<item>
|
||||
<widget class="QLabel" name="label_help2">
|
||||
<widget class="QLabel" name="label_dc_help">
|
||||
<property name="toolTip">
|
||||
<string extracomment="Help info 1"/>
|
||||
</property>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<layout class="QGridLayout" name="gridlayout">
|
||||
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_help2">
|
||||
<widget class="QLabel" name="label_dc_help1">
|
||||
<property name="toolTip">
|
||||
<string extracomment="Help info 1"/>
|
||||
</property>
|
||||
|
@ -42,7 +42,7 @@
|
|||
</item>
|
||||
|
||||
<item row="1" column="0" colspan="2">
|
||||
<widget class="QLabel" name="label_help2">
|
||||
<widget class="QLabel" name="label_dc_help2">
|
||||
<property name="toolTip">
|
||||
<string extracomment="Help info 1"/>
|
||||
</property>
|
||||
|
@ -64,7 +64,7 @@
|
|||
</item>
|
||||
|
||||
<item row="2" column="1">
|
||||
<widget class="QLabel" name="label_help2">
|
||||
<widget class="QLabel" name="label_dc_help3">
|
||||
<property name="text">
|
||||
<string> </string>
|
||||
</property>
|
||||
|
|
|
@ -15,13 +15,13 @@
|
|||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
|
||||
<item>
|
||||
<widget class="QLabel" name="label_9">
|
||||
<property name="text">
|
||||
<string>DIVE LOG</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_log1">
|
||||
<property name="text">
|
||||
<string>DIVE LOG</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox_3">
|
||||
|
@ -71,7 +71,7 @@
|
|||
</layout>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_9">
|
||||
<widget class="QLabel" name="label_log_9">
|
||||
<property name="text">
|
||||
<string>Local dive log file</string>
|
||||
</property>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
|
||||
<item>
|
||||
<widget class="QLabel" name="label_help4">
|
||||
<widget class="QLabel" name="label_help_thumbnails1">
|
||||
<property name="toolTip">
|
||||
<string extracomment="Help info 1"/>
|
||||
</property>
|
||||
|
@ -27,7 +27,7 @@
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<widget class="QLabel" name="label_help4">
|
||||
<widget class="QLabel" name="label_help_thumbnails2">
|
||||
<property name="toolTip">
|
||||
<string extracomment="Help info 1"/>
|
||||
</property>
|
||||
|
@ -49,7 +49,7 @@
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<widget class="QLabel" name="label_help4">
|
||||
<widget class="QLabel" name="label_help_media_1">
|
||||
<property name="toolTip">
|
||||
<string extracomment="Help info 1"/>
|
||||
</property>
|
||||
|
@ -60,7 +60,7 @@
|
|||
</item>
|
||||
|
||||
<item>
|
||||
<widget class="QLabel" name="label_help4">
|
||||
<widget class="QLabel" name="label_help_video_1">
|
||||
<property name="toolTip">
|
||||
<string extracomment="Help info 1"/>
|
||||
</property>
|
||||
|
@ -87,7 +87,7 @@
|
|||
</property>
|
||||
|
||||
<item row="0" column="0" colspan="2">
|
||||
<widget class="QLabel" name="label_help4">
|
||||
<widget class="QLabel" name="label_help_video_2">
|
||||
<property name="toolTip">
|
||||
<string extracomment="Help info 2"/>
|
||||
</property>
|
||||
|
@ -131,7 +131,7 @@
|
|||
</item>
|
||||
|
||||
<item row="3" column="0" colspan="2">
|
||||
<widget class="QLabel" name="label_help4">
|
||||
<widget class="QLabel" name="label_help_video_3">
|
||||
<property name="toolTip">
|
||||
<string extracomment="Help info 3"/>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue