first re-commit.

This commit is contained in:
2025-08-05 22:36:00 +02:00
commit 316dc60b69
143 changed files with 11155 additions and 0 deletions

66
swclockcontrol.ui Normal file
View 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>