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.

191 lines
4.2 KiB

6 years ago
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>lattice_com_reign</class>
<widget class="QMainWindow" name="lattice_com_reign">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>915</width>
6 years ago
<height>492</height>
</rect>
</property>
<property name="windowTitle">
<string>lattice_com_reign</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QPushButton" name="com_reflesh">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>31</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>R</string>
</property>
</widget>
<widget class="QComboBox" name="com_list">
<property name="geometry">
<rect>
<x>54</x>
<y>0</y>
<width>91</width>
<height>27</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="connect">
<property name="geometry">
<rect>
<x>160</x>
<y>0</y>
<width>99</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Connect</string>
</property>
</widget>
<widget class="QTextEdit" name="log">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>571</width>
<height>331</height>
</rect>
</property>
</widget>
<widget class="QSpinBox" name="byte_to_transmit">
<property name="geometry">
<rect>
<x>310</x>
<y>0</y>
<width>51</width>
<height>27</height>
</rect>
</property>
<property name="maximum">
<number>255</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="displayIntegerBase">
<number>16</number>
</property>
</widget>
<widget class="QPushButton" name="com_tx">
<property name="geometry">
<rect>
<x>370</x>
<y>0</y>
<width>99</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>Transmit</string>
</property>
</widget>
<widget class="QLabel" name="time">
<property name="geometry">
<rect>
<x>480</x>
<y>-4</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>12:15:28</string>
</property>
</widget>
<widget class="QPushButton" name="clear_log">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>99</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>CLR</string>
</property>
</widget>
<widget class="QLabel" name="read_progress">
<property name="geometry">
<rect>
<x>150</x>
<y>56</y>
<width>131</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Reading...</string>
</property>
</widget>
<widget class="QGraphicsView" name="graphicsView">
<property name="geometry">
<rect>
<x>620</x>
<y>130</y>
<width>256</width>
<height>192</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="backgroundBrush">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>26</red>
<green>49</green>
<blue>199</blue>
</color>
</brush>
</property>
<property name="interactive">
<bool>true</bool>
</property>
</widget>
6 years ago
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>915</width>
6 years ago
<height>25</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>