Files
raDIYo/swalarmcontrol.ui
2025-08-05 22:36:00 +02:00

272 lines
6.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SWAlarmControl</class>
<widget class="QWidget" name="SWAlarmControl">
<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>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QLabel" name="_labelAlarm">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>90</x>
<y>92</y>
<width>260</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<family>Josefin Sans</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="accessibleName">
<string/>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="lineWidth">
<number>3</number>
</property>
<property name="text">
<string>Alarm OFF</string>
</property>
</widget>
<widget class="SWToggleSwitch" name="_switchAlarm">
<property name="geometry">
<rect>
<x>5</x>
<y>92</y>
<width>76</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="accessibleName">
<string>01</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="_labelWeekdays">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>90</x>
<y>196</y>
<width>261</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<family>Josefin Sans</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="lineWidth">
<number>3</number>
</property>
<property name="text">
<string>Weekdays only</string>
</property>
</widget>
<widget class="SWToggleSwitch" name="_switchWeekdays">
<property name="geometry">
<rect>
<x>5</x>
<y>196</y>
<width>76</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="accessibleName">
<string>03</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="SWAdjustableDigit" name="_digitHour" native="true">
<property name="geometry">
<rect>
<x>360</x>
<y>90</y>
<width>210</width>
<height>168</height>
</rect>
</property>
<property name="accessibleName">
<string>04</string>
</property>
<property name="styleSheet">
<string notr="true">background:gold</string>
</property>
</widget>
<widget class="SWAdjustableDigit" name="_digitMinute" native="true">
<property name="geometry">
<rect>
<x>580</x>
<y>90</y>
<width>210</width>
<height>168</height>
</rect>
</property>
<property name="accessibleName">
<string>05</string>
</property>
<property name="styleSheet">
<string notr="true">background:gold</string>
</property>
</widget>
<widget class="QLabel" name="_labelRepeat">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>90</x>
<y>145</y>
<width>261</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<family>Josefin Sans</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="lineWidth">
<number>3</number>
</property>
<property name="text">
<string>Repeat Alarm daily</string>
</property>
</widget>
<widget class="SWToggleSwitch" name="_switchRepeat">
<property name="geometry">
<rect>
<x>5</x>
<y>145</y>
<width>76</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="accessibleName">
<string>02</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>SWAdjustableDigit</class>
<extends>QWidget</extends>
<header>swadjustabledigit.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>SWToggleSwitch</class>
<extends>QPushButton</extends>
<header>swtoggleswitch.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>