Files
Corwin Perren b300c76103 Added old firmware and pcb design files
These are all design documents that I thought I had lost. It's may make
me cringe, but it's still cool to use it to see how far I've come.
2016-05-12 20:04:43 -07:00

226 lines
4.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>201</width>
<height>256</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLCDNumber" name="lcdNumber1">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>64</width>
<height>31</height>
</rect>
</property>
<property name="smallDecimalPoint">
<bool>false</bool>
</property>
<property name="intValue" stdset="0">
<number>0</number>
</property>
</widget>
<widget class="QLCDNumber" name="lcdNumber2">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>64</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLCDNumber" name="lcdNumber3">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>64</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLCDNumber" name="lcdNumber4">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>64</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="startButton1">
<property name="geometry">
<rect>
<x>80</x>
<y>30</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QPushButton" name="startButton2">
<property name="geometry">
<rect>
<x>80</x>
<y>70</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QPushButton" name="startButton3">
<property name="geometry">
<rect>
<x>80</x>
<y>110</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QPushButton" name="startButton4">
<property name="geometry">
<rect>
<x>80</x>
<y>150</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QPushButton" name="pauseButton1">
<property name="geometry">
<rect>
<x>140</x>
<y>30</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Pause</string>
</property>
</widget>
<widget class="QPushButton" name="pauseButton3">
<property name="geometry">
<rect>
<x>140</x>
<y>110</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Pause</string>
</property>
</widget>
<widget class="QPushButton" name="pauseButton4">
<property name="geometry">
<rect>
<x>140</x>
<y>150</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Pause</string>
</property>
</widget>
<widget class="QPushButton" name="pauseButton2">
<property name="geometry">
<rect>
<x>140</x>
<y>70</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Pause</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>181</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>0</y>
<width>161</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Multi-Thead Counter</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>110</x>
<y>220</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Sync</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>