310 lines
9.0 KiB
Plaintext
310 lines
9.0 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>TabWidget</class>
|
||
|
|
<widget class="QWidget" name="Tab_stopwatch">
|
||
|
|
<attribute name="title">
|
||
|
|
<string>Stopwatch</string>
|
||
|
|
</attribute>
|
||
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
|
|
<property name="spacing">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="leftMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="topMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="rightMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<property name="bottomMargin">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<item>
|
||
|
|
<widget class="QLCDNumber" name="lcdNumber_2">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="frameShape">
|
||
|
|
<enum>QFrame::NoFrame</enum>
|
||
|
|
</property>
|
||
|
|
<property name="frameShadow">
|
||
|
|
<enum>QFrame::Plain</enum>
|
||
|
|
</property>
|
||
|
|
<property name="digitCount">
|
||
|
|
<number>8</number>
|
||
|
|
</property>
|
||
|
|
<property name="segmentStyle">
|
||
|
|
<enum>QLCDNumber::Flat</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item>
|
||
|
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
|
<property name="spacing">
|
||
|
|
<number>0</number>
|
||
|
|
</property>
|
||
|
|
<item row="0" column="5">
|
||
|
|
<widget class="QPushButton" name="pushButton_startpause">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>20</width>
|
||
|
|
<height>9</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>16777215</width>
|
||
|
|
<height>10</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Start</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="1">
|
||
|
|
<widget class="QPushButton" name="pushButton_short">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>20</width>
|
||
|
|
<height>9</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>16777215</width>
|
||
|
|
<height>10</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>45</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="2">
|
||
|
|
<widget class="QPushButton" name="pushButton_long">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>20</width>
|
||
|
|
<height>9</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>16777215</width>
|
||
|
|
<height>10</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>90</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="3">
|
||
|
|
<widget class="QPushButton" name="pushButton_break">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>20</width>
|
||
|
|
<height>9</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>16777215</width>
|
||
|
|
<height>10</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>15</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="4">
|
||
|
|
<widget class="QPushButton" name="pushButton_smallbreak">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>20</width>
|
||
|
|
<height>9</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>16777215</width>
|
||
|
|
<height>10</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>8</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
|
||
|
|
<item row="0" column="8">
|
||
|
|
<widget class="QTimeEdit" name="timeEdit">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>40</width>
|
||
|
|
<height>9</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>16777215</width>
|
||
|
|
<height>10</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="frame">
|
||
|
|
<bool>false</bool>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignCenter</set>
|
||
|
|
</property>
|
||
|
|
<property name="readOnly">
|
||
|
|
<bool>false</bool>
|
||
|
|
</property>
|
||
|
|
<property name="minimumTime">
|
||
|
|
<time>
|
||
|
|
<hour>0</hour>
|
||
|
|
<minute>0</minute>
|
||
|
|
<second>0</second>
|
||
|
|
</time>
|
||
|
|
</property>
|
||
|
|
<property name="displayFormat">
|
||
|
|
<string>HH:mm:ss</string>
|
||
|
|
</property>
|
||
|
|
<property name="time">
|
||
|
|
<time>
|
||
|
|
<hour>0</hour>
|
||
|
|
<minute>15</minute>
|
||
|
|
<second>0</second>
|
||
|
|
</time>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="1" colspan="4">
|
||
|
|
<widget class="QProgressBar" name="progressBar_2">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>0</width>
|
||
|
|
<height>9</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>16777215</width>
|
||
|
|
<height>10</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<number>25</number>
|
||
|
|
</property>
|
||
|
|
<property name="alignment">
|
||
|
|
<set>Qt::AlignCenter</set>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="7">
|
||
|
|
<widget class="QPushButton" name="pushButton_reset">
|
||
|
|
<property name="sizePolicy">
|
||
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
|
<horstretch>0</horstretch>
|
||
|
|
<verstretch>0</verstretch>
|
||
|
|
</sizepolicy>
|
||
|
|
</property>
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>20</width>
|
||
|
|
<height>9</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="maximumSize">
|
||
|
|
<size>
|
||
|
|
<width>16777215</width>
|
||
|
|
<height>10</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>Reset</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<!-- <item row="0" column="3">-->
|
||
|
|
<!-- <widget class="QPushButton" name="pushButton_alarm">-->
|
||
|
|
<!-- <property name="minimumSize">-->
|
||
|
|
<!-- <size>-->
|
||
|
|
<!-- <width>25</width>-->
|
||
|
|
<!-- <height>9</height>-->
|
||
|
|
<!-- </size>-->
|
||
|
|
<!-- </property>-->
|
||
|
|
<!-- <property name="maximumSize">-->
|
||
|
|
<!-- <size>-->
|
||
|
|
<!-- <width>35</width>-->
|
||
|
|
<!-- <height>10</height>-->
|
||
|
|
<!-- </size>-->
|
||
|
|
<!-- </property>-->
|
||
|
|
<!-- <property name="text">-->
|
||
|
|
<!-- <string>Alarm</string>-->
|
||
|
|
<!-- </property>-->
|
||
|
|
<!-- <property name="checkable">-->
|
||
|
|
<!-- <bool>true</bool>-->
|
||
|
|
<!-- </property>-->
|
||
|
|
<!-- <property name="flat">-->
|
||
|
|
<!-- <bool>true</bool>-->
|
||
|
|
<!-- </property>-->
|
||
|
|
<!-- </widget>-->
|
||
|
|
<!-- </item>-->
|
||
|
|
</layout>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|