Commit a028907e authored by Ludovic Fauvet's avatar Ludovic Fauvet

Qt: fix .ui names conflicts and warnings

parent da653b5f
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
<widget class="Line" name="line"/> <widget class="Line" name="line"/>
</item> </item>
<item row="3" column="1" colspan="5"> <item row="3" column="1" colspan="5">
<widget class="Line" name="line"/> <widget class="Line" name="line_1"/>
</item> </item>
<item row="0" column="4" colspan="2"> <item row="0" column="4" colspan="2">
<widget class="QTimeEdit" name="startTimeTimeEdit"> <widget class="QTimeEdit" name="startTimeTimeEdit">
......
...@@ -450,7 +450,7 @@ ...@@ -450,7 +450,7 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout_1">
<property name="margin"> <property name="margin">
<number>0</number> <number>0</number>
</property> </property>
......
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
<property name="title"> <property name="title">
<string>Video</string> <string>Video</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout_1">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="deinterLabel"> <widget class="QLabel" name="deinterLabel">
<property name="text"> <property name="text">
......
...@@ -956,7 +956,7 @@ ...@@ -956,7 +956,7 @@
<property name="checked"> <property name="checked">
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout_1">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_19"> <widget class="QLabel" name="label_19">
<property name="minimumSize"> <property name="minimumSize">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment