51 lines
1.1 KiB
XML
51 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SWDummyDialDialog</class>
|
|
<widget class="QDialog" name="SWDummyDialDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>231</width>
|
|
<height>167</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background:rgb(55,55,55)</string>
|
|
</property>
|
|
<widget class="SWDummyPushDial" name="_leftDial" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>20</y>
|
|
<width>90</width>
|
|
<height>130</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="SWDummyPushDial" name="_rightDial" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>20</y>
|
|
<width>90</width>
|
|
<height>130</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>SWDummyPushDial</class>
|
|
<extends>QWidget</extends>
|
|
<header location="global">swdummypushdial.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|