Skip to content
Snippets Groups Projects
Commit 1d088c63 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #2424 from Kloen/qt-ui-warnings-really

Qt: Fix UI related warnings and bonus ui file format 
parents 7ddfd305 8d48798f
No related branches found
No related tags found
No related merge requests found
...@@ -43,26 +43,26 @@ ...@@ -43,26 +43,26 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="groupBox_2"> <widget class="QGroupBox" name="groupBox_2">
<property name="title"> <property name="title">
<string>Performance</string> <string>Performance</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_7"> <layout class="QHBoxLayout" name="horizontalLayout_7">
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout_5"> <layout class="QVBoxLayout" name="verticalLayout_5">
<item> <item>
<widget class="QCheckBox" name="toggle_cpu_jit"> <widget class="QCheckBox" name="toggle_cpu_jit">
<property name="text"> <property name="text">
<string>Enable CPU JIT</string> <string>Enable CPU JIT</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="groupBox_4"> <widget class="QGroupBox" name="groupBox_4">
<property name="title"> <property name="title">
......
...@@ -132,9 +132,9 @@ ...@@ -132,9 +132,9 @@
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_4">
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout_4">
<item> <item>
<widget class="QLabel" name="label1"> <widget class="QLabel" name="label1">
<property name="text"> <property name="text">
......
...@@ -275,7 +275,6 @@ ...@@ -275,7 +275,6 @@
</layout> </layout>
</item> </item>
</layout> </layout>
<zorder></zorder>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
...@@ -521,7 +520,7 @@ ...@@ -521,7 +520,7 @@
<item row="1" column="1"> <item row="1" column="1">
<layout class="QVBoxLayout" name="verticalLayout_28"> <layout class="QVBoxLayout" name="verticalLayout_28">
<item> <item>
<widget class="QLabel" name="label_34"> <widget class="QLabel" name="label_36">
<property name="text"> <property name="text">
<string>Circle Mod:</string> <string>Circle Mod:</string>
</property> </property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment