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