Use groupbox instead of vertical layout
This commit is contained in:
parent
87aea79df5
commit
7d4e8d6add
|
@ -28,6 +28,12 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="wiimotedev_groupbox_2">
|
||||
<property name="title">
|
||||
<string/>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="layout">
|
||||
<item>
|
||||
<widget class="QGroupBox" name="wiimotedev_groupbox">
|
||||
<property name="title">
|
||||
|
@ -194,6 +200,9 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../../data/data.qrc"/>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue