You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

318 lines
6.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>tickWidget</class>
<widget class="QWidget" name="tickWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>453</width>
<height>328</height>
</rect>
</property>
<property name="windowTitle">
<string>Tick Calculator</string>
</property>
<widget class="QPushButton" name="D1">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>[1] D1</string>
</property>
<property name="shortcut">
<string>1</string>
</property>
</widget>
<widget class="QPushButton" name="D2">
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>[2] D2</string>
</property>
<property name="shortcut">
<string>2</string>
</property>
</widget>
<widget class="QPushButton" name="D4">
<property name="geometry">
<rect>
<x>190</x>
<y>40</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>[3] D4</string>
</property>
<property name="shortcut">
<string>3</string>
</property>
</widget>
<widget class="QPushButton" name="D8">
<property name="geometry">
<rect>
<x>280</x>
<y>40</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>[4] D8</string>
</property>
<property name="shortcut">
<string>4</string>
</property>
</widget>
<widget class="QPushButton" name="D16">
<property name="geometry">
<rect>
<x>370</x>
<y>40</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>[5] D16</string>
</property>
<property name="shortcut">
<string>5</string>
</property>
</widget>
<widget class="QPushButton" name="DB">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>DBrevis</string>
</property>
</widget>
<widget class="QPushButton" name="DL">
<property name="geometry">
<rect>
<x>100</x>
<y>80</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>DLonga</string>
</property>
</widget>
<widget class="QPushButton" name="D32">
<property name="geometry">
<rect>
<x>190</x>
<y>80</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>D32</string>
</property>
</widget>
<widget class="QPushButton" name="D64">
<property name="geometry">
<rect>
<x>280</x>
<y>80</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>D64</string>
</property>
</widget>
<widget class="QPushButton" name="D128">
<property name="geometry">
<rect>
<x>370</x>
<y>80</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>D128</string>
</property>
</widget>
<widget class="QSpinBox" name="ticks">
<property name="geometry">
<rect>
<x>160</x>
<y>280</y>
<width>161</width>
<height>23</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="buttonSymbols">
<enum>QAbstractSpinBox::NoButtons</enum>
</property>
<property name="suffix">
<string> Ticks</string>
</property>
<property name="prefix">
<string/>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>999999999</number>
</property>
</widget>
<widget class="QPushButton" name="ok">
<property name="geometry">
<rect>
<x>60</x>
<y>280</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
<property name="shortcut">
<string>Return</string>
</property>
</widget>
<widget class="QPushButton" name="cancel">
<property name="geometry">
<rect>
<x>340</x>
<y>280</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
<property name="shortcut">
<string>Esc</string>
</property>
</widget>
<widget class="QLabel" name="durationLabel">
<property name="geometry">
<rect>
<x>30</x>
<y>240</y>
<width>401</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Simplest Duration</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="reset">
<property name="geometry">
<rect>
<x>190</x>
<y>210</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>120</x>
<y>10</y>
<width>241</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Use buttons to add to total tick duration</string>
</property>
</widget>
<widget class="QPushButton" name="x2">
<property name="geometry">
<rect>
<x>50</x>
<y>140</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>x2</string>
</property>
</widget>
<widget class="QPushButton" name="x3">
<property name="geometry">
<rect>
<x>140</x>
<y>140</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>x3</string>
</property>
</widget>
<widget class="QPushButton" name="x5">
<property name="geometry">
<rect>
<x>230</x>
<y>140</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>x5</string>
</property>
</widget>
<widget class="QPushButton" name="x7">
<property name="geometry">
<rect>
<x>320</x>
<y>140</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>x7</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>