<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DevStatusWindow</class> <widget class="QWidget" name="DevStatusWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1300</width> <height>700</height> </rect> </property> <property name="windowTitle"> <string>设备状态监控</string> </property> <widget class="QLabel" name="logo"> <property name="geometry"> <rect> <x>20</x> <y>0</y> <width>200</width> <height>60</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>14</pointsize> </font> </property> <property name="text"> <string>设备状态监控</string> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>250</x> <y>0</y> <width>150</width> <height>60</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>12</pointsize> </font> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="text"> <string>请选择设备</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="devTypeSelect"> <property name="geometry"> <rect> <x>400</x> <y>10</y> <width>250</width> <height>40</height> </rect> </property> </widget> <widget class="QComboBox" name="devSelect"> <property name="geometry"> <rect> <x>700</x> <y>10</y> <width>250</width> <height>40</height> </rect> </property> </widget> <widget class="QPushButton" name="exitButt"> <property name="geometry"> <rect> <x>990</x> <y>10</y> <width>40</width> <height>40</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>退出</string> </property> </widget> <widget class="QPushButton" name="minButt"> <property name="geometry"> <rect> <x>940</x> <y>10</y> <width>40</width> <height>40</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>最小化</string> </property> </widget> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>0</x> <y>59</y> <width>1024</width> <height>1</height> </rect> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QStackedWidget" name="stackedWidget"> <property name="geometry"> <rect> <x>0</x> <y>60</y> <width>1300</width> <height>640</height> </rect> </property> <widget class="QWidget" name="freqTunn"> <widget class="QPushButton" name="freqTunButt"> <property name="geometry"> <rect> <x>50</x> <y>20</y> <width>180</width> <height>40</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>Mock FrequencyTuning</string> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>20</x> <y>80</y> <width>100</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>工作状态</string> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>20</x> <y>120</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>频率输出状态</string> </property> </widget> <widget class="QLabel" name="label_4"> <property name="geometry"> <rect> <x>120</x> <y>120</y> <width>100</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>频率调整累积值</string> </property> </widget> <widget class="QLabel" name="label_5"> <property name="geometry"> <rect> <x>370</x> <y>120</y> <width>100</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>相位调整累积值</string> </property> </widget> <widget class="QLabel" name="label_6"> <property name="geometry"> <rect> <x>620</x> <y>120</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>设备工作状态</string> </property> </widget> <widget class="QLabel" name="label_7"> <property name="geometry"> <rect> <x>770</x> <y>120</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>输入时钟类别</string> </property> </widget> <widget class="QLabel" name="label_8"> <property name="geometry"> <rect> <x>920</x> <y>120</y> <width>70</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>输入有效性</string> </property> </widget> <widget class="QLineEdit" name="ftFreqAdjustAcc"> <property name="geometry"> <rect> <x>220</x> <y>120</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="ftPulseAdjustAcc"> <property name="geometry"> <rect> <x>470</x> <y>120</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="ftDevStatus"> <property name="geometry"> <rect> <x>700</x> <y>120</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="ftInputTimeType"> <property name="geometry"> <rect> <x>850</x> <y>120</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="ftInputValid"> <property name="geometry"> <rect> <x>990</x> <y>120</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_9"> <property name="geometry"> <rect> <x>20</x> <y>160</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>秒脉冲状态</string> </property> </widget> <widget class="QLabel" name="label_10"> <property name="geometry"> <rect> <x>120</x> <y>160</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>同步状态</string> </property> </widget> <widget class="QLineEdit" name="ftSynchStatus"> <property name="geometry"> <rect> <x>180</x> <y>160</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_11"> <property name="geometry"> <rect> <x>250</x> <y>160</y> <width>30</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>秒差</string> </property> </widget> <widget class="QLineEdit" name="ftSecondDiff"> <property name="geometry"> <rect> <x>280</x> <y>160</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_12"> <property name="geometry"> <rect> <x>420</x> <y>160</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>参考有效</string> </property> </widget> <widget class="QLineEdit" name="ftRefValid"> <property name="geometry"> <rect> <x>480</x> <y>160</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_13"> <property name="geometry"> <rect> <x>550</x> <y>160</y> <width>70</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>移相累计值</string> </property> </widget> <widget class="QLineEdit" name="ftPhaseShiftAcc"> <property name="geometry"> <rect> <x>620</x> <y>160</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_14"> <property name="geometry"> <rect> <x>760</x> <y>160</y> <width>40</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>秒脉宽</string> </property> </widget> <widget class="QLineEdit" name="ftPulseWidth"> <property name="geometry"> <rect> <x>800</x> <y>160</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_15"> <property name="geometry"> <rect> <x>20</x> <y>230</y> <width>100</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>参数设置</string> </property> </widget> <widget class="QLabel" name="label_16"> <property name="geometry"> <rect> <x>20</x> <y>270</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>频率微调设置</string> </property> </widget> <widget class="QLineEdit" name="ftSetFreqTurn"> <property name="geometry"> <rect> <x>120</x> <y>270</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_17"> <property name="geometry"> <rect> <x>20</x> <y>320</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>相位微调设置</string> </property> </widget> <widget class="QLabel" name="label_18"> <property name="geometry"> <rect> <x>20</x> <y>370</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>移相设置</string> </property> </widget> <widget class="QLabel" name="label_19"> <property name="geometry"> <rect> <x>20</x> <y>420</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>单次同步设置</string> </property> </widget> <widget class="QLabel" name="label_20"> <property name="geometry"> <rect> <x>20</x> <y>470</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>秒脉宽设置</string> </property> </widget> <widget class="QLineEdit" name="ftSetPhaseTunn"> <property name="geometry"> <rect> <x>120</x> <y>320</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="ftSetPhaseShift"> <property name="geometry"> <rect> <x>120</x> <y>370</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="ftSetSynch"> <property name="geometry"> <rect> <x>120</x> <y>420</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="ftSetPulseWidth"> <property name="geometry"> <rect> <x>120</x> <y>470</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="ftSetFreqTurnRaw"> <property name="geometry"> <rect> <x>270</x> <y>270</y> <width>500</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLineEdit" name="ftSetPhaseTunnRaw"> <property name="geometry"> <rect> <x>270</x> <y>320</y> <width>500</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLineEdit" name="ftSetPhaseShiftRaw"> <property name="geometry"> <rect> <x>270</x> <y>370</y> <width>500</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLineEdit" name="ftSetSynchRaw"> <property name="geometry"> <rect> <x>270</x> <y>420</y> <width>500</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLineEdit" name="ftSetPulseWidthRaw"> <property name="geometry"> <rect> <x>270</x> <y>470</y> <width>500</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QPushButton" name="ftSetFreqTurnButt"> <property name="geometry"> <rect> <x>800</x> <y>270</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QPushButton" name="ftSetPhaseTunnButt"> <property name="geometry"> <rect> <x>800</x> <y>320</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QPushButton" name="ftSetPhaseShiftButt"> <property name="geometry"> <rect> <x>800</x> <y>370</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QPushButton" name="ftSetPulseWidthButt"> <property name="geometry"> <rect> <x>800</x> <y>470</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QPushButton" name="ftSetSynchButt"> <property name="geometry"> <rect> <x>800</x> <y>420</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> </widget> <widget class="QWidget" name="signGen"> <widget class="QPushButton" name="sigGenButt"> <property name="geometry"> <rect> <x>50</x> <y>20</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock SignalGenerator</string> </property> </widget> <widget class="QLabel" name="label_21"> <property name="geometry"> <rect> <x>20</x> <y>80</y> <width>100</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>工作状态</string> </property> </widget> <widget class="QLabel" name="label_22"> <property name="geometry"> <rect> <x>20</x> <y>120</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>设备工作状态</string> </property> </widget> <widget class="QLineEdit" name="sgDevStatus"> <property name="geometry"> <rect> <x>100</x> <y>120</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_23"> <property name="geometry"> <rect> <x>170</x> <y>120</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>闰秒标志</string> </property> </widget> <widget class="QLabel" name="label_24"> <property name="geometry"> <rect> <x>300</x> <y>120</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>闰秒时刻</string> </property> </widget> <widget class="QLineEdit" name="sgLeapSec"> <property name="geometry"> <rect> <x>230</x> <y>120</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="sgLeapTimestamp"> <property name="geometry"> <rect> <x>360</x> <y>120</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_25"> <property name="geometry"> <rect> <x>500</x> <y>120</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>频率信号状态</string> </property> </widget> <widget class="QLineEdit" name="sgFreqSignalStatus"> <property name="geometry"> <rect> <x>580</x> <y>120</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_26"> <property name="geometry"> <rect> <x>650</x> <y>120</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>频率信号类别</string> </property> </widget> <widget class="QLineEdit" name="sgFreqSignalType"> <property name="geometry"> <rect> <x>730</x> <y>120</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_27"> <property name="geometry"> <rect> <x>800</x> <y>120</y> <width>90</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>1PPS信号状态</string> </property> </widget> <widget class="QLineEdit" name="sgOppsSignalStatus"> <property name="geometry"> <rect> <x>890</x> <y>120</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_28"> <property name="geometry"> <rect> <x>960</x> <y>120</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>1PPS相差</string> </property> </widget> <widget class="QLineEdit" name="sgPhaseDiff"> <property name="geometry"> <rect> <x>1020</x> <y>120</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_29"> <property name="geometry"> <rect> <x>20</x> <y>170</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>1PPS脉宽</string> </property> </widget> <widget class="QLineEdit" name="sgPulseWidth"> <property name="geometry"> <rect> <x>80</x> <y>170</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_30"> <property name="geometry"> <rect> <x>220</x> <y>170</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>1PPS移相量</string> </property> </widget> <widget class="QLineEdit" name="sgPhaseShiftAcc"> <property name="geometry"> <rect> <x>300</x> <y>170</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_31"> <property name="geometry"> <rect> <x>440</x> <y>170</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>B-AC调制比</string> </property> </widget> <widget class="QLineEdit" name="sgBacRatio"> <property name="geometry"> <rect> <x>520</x> <y>170</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_32"> <property name="geometry"> <rect> <x>590</x> <y>170</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>B-AC幅度</string> </property> </widget> <widget class="QLineEdit" name="sgBacRange"> <property name="geometry"> <rect> <x>650</x> <y>170</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_33"> <property name="geometry"> <rect> <x>20</x> <y>220</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>ZDA日期</string> </property> </widget> <widget class="QLineEdit" name="sgZDADate"> <property name="geometry"> <rect> <x>80</x> <y>220</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_34"> <property name="geometry"> <rect> <x>220</x> <y>220</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>ZDA时刻</string> </property> </widget> <widget class="QLineEdit" name="sgZDATime"> <property name="geometry"> <rect> <x>280</x> <y>220</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_35"> <property name="geometry"> <rect> <x>420</x> <y>220</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>闰秒标志</string> </property> </widget> <widget class="QLineEdit" name="sgZDALeapSec"> <property name="geometry"> <rect> <x>480</x> <y>220</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="sgZDAValid"> <property name="geometry"> <rect> <x>550</x> <y>220</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>有效</string> </property> </widget> <widget class="QLabel" name="label_37"> <property name="geometry"> <rect> <x>640</x> <y>220</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>MJD日期</string> </property> </widget> <widget class="QLineEdit" name="sgMJDDate"> <property name="geometry"> <rect> <x>700</x> <y>220</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_38"> <property name="geometry"> <rect> <x>840</x> <y>220</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>MJD时刻</string> </property> </widget> <widget class="QLineEdit" name="sgMJDTime"> <property name="geometry"> <rect> <x>900</x> <y>220</y> <width>120</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_39"> <property name="geometry"> <rect> <x>1040</x> <y>220</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>闰秒标志</string> </property> </widget> <widget class="QLineEdit" name="sgMJDLeapSec"> <property name="geometry"> <rect> <x>1100</x> <y>220</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="sgMJDValid"> <property name="geometry"> <rect> <x>1170</x> <y>220</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>有效</string> </property> </widget> <widget class="QLabel" name="label_36"> <property name="geometry"> <rect> <x>800</x> <y>170</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>键盘控制</string> </property> </widget> <widget class="QLineEdit" name="sgKeyControl"> <property name="geometry"> <rect> <x>860</x> <y>170</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_40"> <property name="geometry"> <rect> <x>930</x> <y>170</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>时间显示类别</string> </property> </widget> <widget class="QLineEdit" name="sgTimeType"> <property name="geometry"> <rect> <x>1010</x> <y>170</y> <width>50</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_41"> <property name="geometry"> <rect> <x>20</x> <y>280</y> <width>100</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>参数设置</string> </property> </widget> <widget class="QLabel" name="label_42"> <property name="geometry"> <rect> <x>20</x> <y>320</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>闰秒设置</string> </property> </widget> <widget class="QLineEdit" name="sgLeapSecondSet"> <property name="geometry"> <rect> <x>100</x> <y>320</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="sgLeapSecondSetRaw"> <property name="geometry"> <rect> <x>230</x> <y>320</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QPushButton" name="sgLeapSecondSetButt"> <property name="geometry"> <rect> <x>460</x> <y>320</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLabel" name="label_43"> <property name="geometry"> <rect> <x>20</x> <y>370</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>单次同步</string> </property> </widget> <widget class="QLineEdit" name="sgSingleSynchSetRaw"> <property name="geometry"> <rect> <x>230</x> <y>370</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QPushButton" name="sgSingleSynchSetButt"> <property name="geometry"> <rect> <x>460</x> <y>370</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLineEdit" name="sgSingleSynchSet"> <property name="geometry"> <rect> <x>100</x> <y>370</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_44"> <property name="geometry"> <rect> <x>20</x> <y>420</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>年月日</string> </property> </widget> <widget class="QLineEdit" name="sgDateSetRaw"> <property name="geometry"> <rect> <x>230</x> <y>420</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QPushButton" name="sgDateSetButt"> <property name="geometry"> <rect> <x>460</x> <y>420</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLineEdit" name="sgDateSet"> <property name="geometry"> <rect> <x>100</x> <y>420</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QPushButton" name="sgSecondWidthSetButt"> <property name="geometry"> <rect> <x>460</x> <y>470</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLineEdit" name="sgSecondWidthSet"> <property name="geometry"> <rect> <x>100</x> <y>470</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_45"> <property name="geometry"> <rect> <x>20</x> <y>470</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>脉宽设置</string> </property> </widget> <widget class="QLineEdit" name="sgSecondWidthSetRaw"> <property name="geometry"> <rect> <x>230</x> <y>470</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QPushButton" name="sgBacRatioSetButt"> <property name="geometry"> <rect> <x>460</x> <y>520</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLineEdit" name="sgBacRatioSet"> <property name="geometry"> <rect> <x>100</x> <y>520</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_46"> <property name="geometry"> <rect> <x>20</x> <y>520</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>AC码调制比</string> </property> </widget> <widget class="QLineEdit" name="sgBacRatioSetRaw"> <property name="geometry"> <rect> <x>230</x> <y>520</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLabel" name="label_47"> <property name="geometry"> <rect> <x>20</x> <y>590</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>控制状态</string> </property> </widget> <widget class="QLineEdit" name="sgKeyControlSet"> <property name="geometry"> <rect> <x>100</x> <y>590</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="sgKeyControlSetRaw"> <property name="geometry"> <rect> <x>230</x> <y>590</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QPushButton" name="sgKeyControlSetButt"> <property name="geometry"> <rect> <x>460</x> <y>590</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLabel" name="label_48"> <property name="geometry"> <rect> <x>610</x> <y>520</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>时分秒设置</string> </property> </widget> <widget class="QLabel" name="label_49"> <property name="geometry"> <rect> <x>610</x> <y>370</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>1PPS移相</string> </property> </widget> <widget class="QPushButton" name="sgTimeTypeSetButt"> <property name="geometry"> <rect> <x>1050</x> <y>590</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLineEdit" name="sgLeapTimestampSet"> <property name="geometry"> <rect> <x>690</x> <y>420</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="sgTimeTypeSetRaw"> <property name="geometry"> <rect> <x>820</x> <y>590</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLineEdit" name="sgTimeTypeSet"> <property name="geometry"> <rect> <x>690</x> <y>590</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QPushButton" name="sgBacRangeSetButt"> <property name="geometry"> <rect> <x>1050</x> <y>320</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QPushButton" name="sgOppsPhaseShiftSetButt"> <property name="geometry"> <rect> <x>1050</x> <y>370</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLineEdit" name="sgBacRangeSet"> <property name="geometry"> <rect> <x>690</x> <y>320</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="sgTimeSetRaw"> <property name="geometry"> <rect> <x>820</x> <y>520</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLineEdit" name="sgTimeSet"> <property name="geometry"> <rect> <x>690</x> <y>520</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLineEdit" name="sgOppsPhaseShiftSetRaw"> <property name="geometry"> <rect> <x>820</x> <y>370</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLineEdit" name="sgLeapTimestampSetRaw"> <property name="geometry"> <rect> <x>820</x> <y>420</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QPushButton" name="sgTimeSetButt"> <property name="geometry"> <rect> <x>1050</x> <y>520</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLineEdit" name="sgBacRangeSetRaw"> <property name="geometry"> <rect> <x>820</x> <y>320</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLabel" name="label_50"> <property name="geometry"> <rect> <x>610</x> <y>470</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>儒略日设置</string> </property> </widget> <widget class="QPushButton" name="sgLeapTimestampSetButt"> <property name="geometry"> <rect> <x>1050</x> <y>420</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLineEdit" name="sgMJDDateSetRaw"> <property name="geometry"> <rect> <x>820</x> <y>470</y> <width>200</width> <height>30</height> </rect> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QPushButton" name="sgMJDDateSetButt"> <property name="geometry"> <rect> <x>1050</x> <y>470</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>send</string> </property> </widget> <widget class="QLabel" name="label_51"> <property name="geometry"> <rect> <x>610</x> <y>320</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>AC码幅度</string> </property> </widget> <widget class="QLineEdit" name="sgOppsPhaseShiftSet"> <property name="geometry"> <rect> <x>690</x> <y>370</y> <width>100</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_52"> <property name="geometry"> <rect> <x>610</x> <y>420</y> <width>80</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>闰秒时刻设置</string> </property> </widget> <widget class="QLabel" name="label_53"> <property name="geometry"> <rect> <x>610</x> <y>590</y> <width>60</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>时间显示</string> </property> </widget> <widget class="QLineEdit" name="sgMJDDateSet"> <property name="geometry"> <rect> <x>690</x> <y>470</y> <width>100</width> <height>30</height> </rect> </property> </widget> </widget> <widget class="QWidget" name="timeSwit"> <widget class="QPushButton" name="tmSwiButt"> <property name="geometry"> <rect> <x>50</x> <y>20</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock TimeSwitcher</string> </property> </widget> </widget> <widget class="QWidget" name="freqSwit"> <widget class="QPushButton" name="freqSwiButt"> <property name="geometry"> <rect> <x>50</x> <y>20</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock FreqSwitcher</string> </property> </widget> </widget> <widget class="QWidget" name="bCode"> <widget class="QPushButton" name="bctButt"> <property name="geometry"> <rect> <x>50</x> <y>20</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock BCodeTerminal</string> </property> </widget> </widget> <widget class="QWidget" name="keySynch"/> <widget class="QWidget" name="timeRep"> <widget class="QPushButton" name="tmRepButt"> <property name="geometry"> <rect> <x>50</x> <y>20</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock TimeReplicator</string> </property> </widget> </widget> <widget class="QWidget" name="freqRep"> <widget class="QPushButton" name="freqRepButt"> <property name="geometry"> <rect> <x>50</x> <y>20</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock FreqReplicator</string> </property> </widget> </widget> <widget class="QWidget" name="ntpServer"/> </widget> </widget> <resources/> <connections/> </ui>