first re-commit.
This commit is contained in:
50
swdummydialdialog.ui
Normal file
50
swdummydialdialog.ui
Normal file
@@ -0,0 +1,50 @@
|
||||
<?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>
|
Reference in New Issue
Block a user