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.

153 lines
3.3 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>588</width>
<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>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>588</width>
<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>