|
|
@ -14,39 +14,147 @@ |
|
|
|
<string>MainWindow</string> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="centralwidget"> |
|
|
|
<widget class="QWidget" name="gridLayoutWidget"> |
|
|
|
<widget class="QTextBrowser" name="logbrowser"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>110</x> |
|
|
|
<y>40</y> |
|
|
|
<width>431</width> |
|
|
|
<height>61</height> |
|
|
|
<x>10</x> |
|
|
|
<y>420</y> |
|
|
|
<width>951</width> |
|
|
|
<height>191</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QGridLayout" name="reg_table"/> |
|
|
|
</widget> |
|
|
|
<widget class="QPushButton" name="refresh_regs_button"> |
|
|
|
<widget class="QPushButton" name="ClearLogButton"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>10</x> |
|
|
|
<y>40</y> |
|
|
|
<y>380</y> |
|
|
|
<width>91</width> |
|
|
|
<height>31</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>刷新寄存器</string> |
|
|
|
<string>ClearLog</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QTextBrowser" name="logbrowser"> |
|
|
|
<widget class="QPushButton" name="Connect2XsyncButton"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>10</y> |
|
|
|
<width>91</width> |
|
|
|
<height>31</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>Connect2Xsync</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QLineEdit" name="IpInput"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>100</x> |
|
|
|
<y>10</y> |
|
|
|
<width>111</width> |
|
|
|
<height>31</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="font"> |
|
|
|
<font> |
|
|
|
<weight>75</weight> |
|
|
|
<bold>true</bold> |
|
|
|
</font> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>192.168.8.10</string> |
|
|
|
</property> |
|
|
|
<property name="readOnly"> |
|
|
|
<bool>false</bool> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QPushButton" name="RefreshRegsButton"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>560</x> |
|
|
|
<y>40</y> |
|
|
|
<width>461</width> |
|
|
|
<height>351</height> |
|
|
|
<x>0</x> |
|
|
|
<y>50</y> |
|
|
|
<width>91</width> |
|
|
|
<height>31</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>RefreshRegs</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
<widget class="QScrollArea" name="scrollArea"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>100</x> |
|
|
|
<y>50</y> |
|
|
|
<width>481</width> |
|
|
|
<height>311</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>0</width> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="sizeIncrement"> |
|
|
|
<size> |
|
|
|
<width>0</width> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="baseSize"> |
|
|
|
<size> |
|
|
|
<width>0</width> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="verticalScrollBarPolicy"> |
|
|
|
<enum>Qt::ScrollBarAlwaysOn</enum> |
|
|
|
</property> |
|
|
|
<property name="horizontalScrollBarPolicy"> |
|
|
|
<enum>Qt::ScrollBarAlwaysOn</enum> |
|
|
|
</property> |
|
|
|
<property name="sizeAdjustPolicy"> |
|
|
|
<enum>QAbstractScrollArea::AdjustIgnored</enum> |
|
|
|
</property> |
|
|
|
<property name="widgetResizable"> |
|
|
|
<bool>true</bool> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<width>462</width> |
|
|
|
<height>1000</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>0</width> |
|
|
|
<height>1000</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="gridLayoutWidget"> |
|
|
|
<property name="geometry"> |
|
|
|
<rect> |
|
|
|
<x>20</x> |
|
|
|
<y>10</y> |
|
|
|
<width>431</width> |
|
|
|
<height>91</height> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
<layout class="QGridLayout" name="reg_table"> |
|
|
|
<property name="sizeConstraint"> |
|
|
|
<enum>QLayout::SetNoConstraint</enum> |
|
|
|
</property> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QMenuBar" name="menubar"> |
|
|
|