|
|
@ -17,14 +17,17 @@ |
|
|
|
<widget class="QTabWidget" name="tabWidget"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>10</x> |
|
|
|
<x>0</x> |
|
|
|
<y>9</y> |
|
|
|
<width>751</width> |
|
|
|
<height>271</height> |
|
|
|
<width>811</width> |
|
|
|
<height>311</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="toolTip"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="currentIndex"> |
|
|
|
<number>1</number> |
|
|
|
<number>2</number> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="tab"> |
|
|
|
<attribute name="title"> |
|
|
@ -291,7 +294,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>140</y> |
|
|
|
<y>150</y> |
|
|
|
<width>741</width> |
|
|
|
<height>105</height> |
|
|
|
</rect> |
|
|
@ -672,7 +675,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>20</x> |
|
|
|
<y>160</y> |
|
|
|
<y>180</y> |
|
|
|
<width>551</width> |
|
|
|
<height>80</height> |
|
|
|
</rect> |
|
|
@ -751,66 +754,547 @@ |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="tab_3"> |
|
|
|
<attribute name="title"> |
|
|
|
<string>E2PROMs</string> |
|
|
|
</attribute> |
|
|
|
<widget class="QGroupBox" name="groupBox_5"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>10</x> |
|
|
|
<y>0</y> |
|
|
|
<width>791</width> |
|
|
|
<height>71</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="title"> |
|
|
|
<string>TRX</string> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_61"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>20</y> |
|
|
|
<width>291</width> |
|
|
|
<height>72</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_42"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_35"> |
|
|
|
<property name="text"> |
|
|
|
<string>Text: </string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QTextEdit" name="tb_trxRomWrite"> |
|
|
|
<property name="toolTip"> |
|
|
|
<string extracomment="Write TRX text"/> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_trxRomWrite"> |
|
|
|
<property name="text"> |
|
|
|
<string>Write</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_62"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>310</x> |
|
|
|
<y>20</y> |
|
|
|
<width>181</width> |
|
|
|
<height>51</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_43"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_48"> |
|
|
|
<property name="text"> |
|
|
|
<string>ID: </string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QLineEdit" name="tb_trxRomIdRead"> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_trxRomIdRead"> |
|
|
|
<property name="text"> |
|
|
|
<string>Read</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_63"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>510</x> |
|
|
|
<y>20</y> |
|
|
|
<width>281</width> |
|
|
|
<height>72</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_55"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_51"> |
|
|
|
<property name="text"> |
|
|
|
<string>Info:</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QTextEdit" name="tb_trxRomInfoRead"> |
|
|
|
<property name="toolTip"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_trxRomInfoRead"> |
|
|
|
<property name="text"> |
|
|
|
<string>Read</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QGroupBox" name="groupBox_9"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>10</x> |
|
|
|
<y>70</y> |
|
|
|
<width>791</width> |
|
|
|
<height>71</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="title"> |
|
|
|
<string>MPS</string> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_67"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>20</y> |
|
|
|
<width>291</width> |
|
|
|
<height>72</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_92"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_85"> |
|
|
|
<property name="text"> |
|
|
|
<string>Text: </string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QTextEdit" name="tb_mpsRomWrite"> |
|
|
|
<property name="toolTip"> |
|
|
|
<string extracomment="Write MPS text"/> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_mpsRomWrite"> |
|
|
|
<property name="text"> |
|
|
|
<string>Write</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_68"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>310</x> |
|
|
|
<y>20</y> |
|
|
|
<width>181</width> |
|
|
|
<height>51</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_93"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_86"> |
|
|
|
<property name="text"> |
|
|
|
<string>ID: </string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QLineEdit" name="tb_mpsRomIdRead"> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_mpsRomIdRead"> |
|
|
|
<property name="text"> |
|
|
|
<string>Read</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_69"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>510</x> |
|
|
|
<y>20</y> |
|
|
|
<width>281</width> |
|
|
|
<height>72</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_94"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_87"> |
|
|
|
<property name="text"> |
|
|
|
<string>Info:</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QTextEdit" name="tb_mpsRomInfoRead"> |
|
|
|
<property name="toolTip"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_mpsRomInfoRead"> |
|
|
|
<property name="text"> |
|
|
|
<string>Read</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QGroupBox" name="groupBox_10"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>10</x> |
|
|
|
<y>140</y> |
|
|
|
<width>791</width> |
|
|
|
<height>71</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="title"> |
|
|
|
<string>ProbeCtrl</string> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_70"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>20</y> |
|
|
|
<width>291</width> |
|
|
|
<height>72</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_95"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_88"> |
|
|
|
<property name="text"> |
|
|
|
<string>Text: </string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QTextEdit" name="tb_prbCtrlRomWrite"> |
|
|
|
<property name="toolTip"> |
|
|
|
<string extracomment="Write probe control text"/> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_prbCtrlRomWrite"> |
|
|
|
<property name="text"> |
|
|
|
<string>Write</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_71"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>310</x> |
|
|
|
<y>20</y> |
|
|
|
<width>181</width> |
|
|
|
<height>51</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_96"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_89"> |
|
|
|
<property name="text"> |
|
|
|
<string>ID: </string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QLineEdit" name="tb_prbCtrlRomIdRead"> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_prbCtrlRomIdRead"> |
|
|
|
<property name="text"> |
|
|
|
<string>Read</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_72"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>510</x> |
|
|
|
<y>20</y> |
|
|
|
<width>281</width> |
|
|
|
<height>72</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_97"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_90"> |
|
|
|
<property name="text"> |
|
|
|
<string>Info:</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QTextEdit" name="tb_prbCtrlRomInfoRead"> |
|
|
|
<property name="toolTip"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_prbCtrlRomInfoRead"> |
|
|
|
<property name="text"> |
|
|
|
<string>Read</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QGroupBox" name="groupBox_11"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>10</x> |
|
|
|
<y>210</y> |
|
|
|
<width>791</width> |
|
|
|
<height>71</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="title"> |
|
|
|
<string>Probe</string> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_73"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>100</x> |
|
|
|
<y>20</y> |
|
|
|
<width>251</width> |
|
|
|
<height>72</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_98"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_91"> |
|
|
|
<property name="text"> |
|
|
|
<string>Text: </string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QTextEdit" name="tb_prbRomWrite"> |
|
|
|
<property name="toolTip"> |
|
|
|
<string extracomment="Write probe text"/> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_prbRomWrite"> |
|
|
|
<property name="text"> |
|
|
|
<string>Write</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_74"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>360</x> |
|
|
|
<y>20</y> |
|
|
|
<width>181</width> |
|
|
|
<height>51</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_99"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_92"> |
|
|
|
<property name="text"> |
|
|
|
<string>ID: </string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QLineEdit" name="tb_prbRomIdRead"> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_prbRomIdRead"> |
|
|
|
<property name="text"> |
|
|
|
<string>Read</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_75"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>550</x> |
|
|
|
<y>20</y> |
|
|
|
<width>241</width> |
|
|
|
<height>72</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_100"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_93"> |
|
|
|
<property name="text"> |
|
|
|
<string>Info:</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QTextEdit" name="tb_prbRomInfoRead"> |
|
|
|
<property name="toolTip"> |
|
|
|
<string/> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_prbRomInfoRead"> |
|
|
|
<property name="text"> |
|
|
|
<string>Read</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QComboBox" name="cb_prbSelRom"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>10</x> |
|
|
|
<y>40</y> |
|
|
|
<width>79</width> |
|
|
|
<height>23</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="toolTip"> |
|
|
|
<string comment="Probe Select"/> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<property name="text"> |
|
|
|
<string>A</string> |
|
|
|
</property> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<property name="text"> |
|
|
|
<string>B</string> |
|
|
|
</property> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<property name="text"> |
|
|
|
<string>C</string> |
|
|
|
</property> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<property name="text"> |
|
|
|
<string>D</string> |
|
|
|
</property> |
|
|
|
</item> |
|
|
|
</widget> |
|
|
|
<widget class="QLabel" name="label_23"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>10</x> |
|
|
|
<y>20</y> |
|
|
|
<width>65</width> |
|
|
|
<height>15</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Prb Select:</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QGroupBox" name="groupBox_6"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>280</y> |
|
|
|
<width>821</width> |
|
|
|
<height>231</height> |
|
|
|
<y>330</y> |
|
|
|
<width>811</width> |
|
|
|
<height>181</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="title"> |
|
|
|
<string>TRX Board</string> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="layoutWidget_3"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>30</y> |
|
|
|
<width>299</width> |
|
|
|
<height>27</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_28"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_23"> |
|
|
|
<property name="text"> |
|
|
|
<string>Mul DAC:</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QLineEdit" name="tb_mlDac"/> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_mulDacTrig"> |
|
|
|
<property name="text"> |
|
|
|
<string>PushButton</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="Line" name="line_3"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>60</y> |
|
|
|
<width>751</width> |
|
|
|
<height>16</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="layoutWidget_4"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>380</x> |
|
|
|
<y>70</y> |
|
|
|
<y>20</y> |
|
|
|
<width>371</width> |
|
|
|
<height>27</height> |
|
|
|
</rect> |
|
|
@ -839,7 +1323,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>70</y> |
|
|
|
<y>20</y> |
|
|
|
<width>371</width> |
|
|
|
<height>27</height> |
|
|
|
</rect> |
|
|
@ -868,7 +1352,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>100</y> |
|
|
|
<y>40</y> |
|
|
|
<width>751</width> |
|
|
|
<height>20</height> |
|
|
|
</rect> |
|
|
@ -881,7 +1365,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>300</x> |
|
|
|
<y>120</y> |
|
|
|
<y>50</y> |
|
|
|
<width>16</width> |
|
|
|
<height>111</height> |
|
|
|
</rect> |
|
|
@ -893,17 +1377,17 @@ |
|
|
|
<widget class="QWidget" name="layoutWidget_5"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>580</x> |
|
|
|
<y>30</y> |
|
|
|
<width>234</width> |
|
|
|
<height>27</height> |
|
|
|
<x>540</x> |
|
|
|
<y>130</y> |
|
|
|
<width>166</width> |
|
|
|
<height>17</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label12"> |
|
|
|
<property name="text"> |
|
|
|
<string>TRX Board Temperature:</string> |
|
|
|
<string>On Board Temp:</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
@ -920,7 +1404,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>120</y> |
|
|
|
<y>50</y> |
|
|
|
<width>126</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -946,7 +1430,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>150</y> |
|
|
|
<y>70</y> |
|
|
|
<width>139</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -972,7 +1456,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>180</y> |
|
|
|
<y>90</y> |
|
|
|
<width>139</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -998,7 +1482,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>210</y> |
|
|
|
<y>110</y> |
|
|
|
<width>139</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -1024,7 +1508,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>160</x> |
|
|
|
<y>180</y> |
|
|
|
<y>90</y> |
|
|
|
<width>141</width> |
|
|
|
<height>25</height> |
|
|
|
</rect> |
|
|
@ -1043,7 +1527,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>320</x> |
|
|
|
<y>120</y> |
|
|
|
<y>50</y> |
|
|
|
<width>191</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -1069,7 +1553,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>320</x> |
|
|
|
<y>140</y> |
|
|
|
<y>70</y> |
|
|
|
<width>191</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -1095,7 +1579,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>320</x> |
|
|
|
<y>160</y> |
|
|
|
<y>90</y> |
|
|
|
<width>191</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -1121,7 +1605,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>320</x> |
|
|
|
<y>180</y> |
|
|
|
<y>110</y> |
|
|
|
<width>191</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -1147,7 +1631,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>320</x> |
|
|
|
<y>200</y> |
|
|
|
<y>130</y> |
|
|
|
<width>191</width> |
|
|
|
<height>21</height> |
|
|
|
</rect> |
|
|
@ -1173,7 +1657,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>540</x> |
|
|
|
<y>120</y> |
|
|
|
<y>50</y> |
|
|
|
<width>171</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -1199,7 +1683,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>540</x> |
|
|
|
<y>140</y> |
|
|
|
<y>70</y> |
|
|
|
<width>171</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -1225,7 +1709,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>540</x> |
|
|
|
<y>160</y> |
|
|
|
<y>90</y> |
|
|
|
<width>172</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -1251,7 +1735,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>160</x> |
|
|
|
<y>120</y> |
|
|
|
<y>50</y> |
|
|
|
<width>134</width> |
|
|
|
<height>19</height> |
|
|
|
</rect> |
|
|
@ -1273,50 +1757,11 @@ |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QCheckBox" name="chk_usrMulDac"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>310</x> |
|
|
|
<y>30</y> |
|
|
|
<width>90</width> |
|
|
|
<height>23</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>usrMode</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QPushButton" name="btn_afeProg"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>390</x> |
|
|
|
<y>30</y> |
|
|
|
<width>83</width> |
|
|
|
<height>25</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>AFEs Prog</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QPushButton" name="btn_gtReg"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>480</x> |
|
|
|
<y>30</y> |
|
|
|
<width>83</width> |
|
|
|
<height>25</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>GT Reg</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QPushButton" name="btn_getFpgaVersion"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>720</x> |
|
|
|
<y>120</y> |
|
|
|
<y>50</y> |
|
|
|
<width>91</width> |
|
|
|
<height>23</height> |
|
|
|
</rect> |
|
|
@ -1329,7 +1774,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>720</x> |
|
|
|
<y>140</y> |
|
|
|
<y>70</y> |
|
|
|
<width>81</width> |
|
|
|
<height>17</height> |
|
|
|
</rect> |
|
|
@ -1342,7 +1787,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>720</x> |
|
|
|
<y>160</y> |
|
|
|
<y>90</y> |
|
|
|
<width>81</width> |
|
|
|
<height>17</height> |
|
|
|
</rect> |
|
|
@ -1355,7 +1800,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>720</x> |
|
|
|
<y>180</y> |
|
|
|
<y>110</y> |
|
|
|
<width>81</width> |
|
|
|
<height>17</height> |
|
|
|
</rect> |
|
|
@ -1368,7 +1813,7 @@ |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>720</x> |
|
|
|
<y>200</y> |
|
|
|
<y>130</y> |
|
|
|
<width>81</width> |
|
|
|
<height>17</height> |
|
|
|
</rect> |
|
|
@ -1377,65 +1822,6 @@ |
|
|
|
<string>TextLabel</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name="horizontalLayoutWidget_59"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>540</x> |
|
|
|
<y>180</y> |
|
|
|
<width>171</width> |
|
|
|
<height>27</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_58"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_36"> |
|
|
|
<property name="text"> |
|
|
|
<string>prbNo:</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QLineEdit" name="tb_eepromPrbSel"> |
|
|
|
<property name="text"> |
|
|
|
<string>0</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QPushButton" name="btn_eepromTest"> |
|
|
|
<property name="text"> |
|
|
|
<string>eeprom</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
<widget class="QPushButton" name="btn_txTrig"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>630</x> |
|
|
|
<y>210</y> |
|
|
|
<width>80</width> |
|
|
|
<height>16</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>ManualSync</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QCheckBox" name="chb_txTrig"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>540</x> |
|
|
|
<y>210</y> |
|
|
|
<width>90</width> |
|
|
|
<height>23</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>TXTrig</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QGroupBox" name="groupBox_7"> |
|
|
|
<property name="geometry"> |
|
|
|