67 lines
1.5 KiB
XML
67 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SWClock</class>
|
|
<widget class="QWidget" name="SWClock">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>275</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="SWFlipDigit" name="_flipHour" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>9</x>
|
|
<y>42</y>
|
|
<width>254</width>
|
|
<height>215</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background:darkBlue</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="SWFlipDigit" name="_flipMinute" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>274</x>
|
|
<y>42</y>
|
|
<width>254</width>
|
|
<height>215</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background:darkBlue</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="SWFlipDigit" name="_flipSecond" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>537</x>
|
|
<y>42</y>
|
|
<width>254</width>
|
|
<height>215</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background:darkBlue</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>SWFlipDigit</class>
|
|
<extends>QWidget</extends>
|
|
<header>swflipdigit.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|