<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>NtpServerForm</class> <widget class="QWidget" name="NtpServerForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1200</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <widget class="QPushButton" name="ntpServButt"> <property name="geometry"> <rect> <x>50</x> <y>20</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock NtpServ</string> </property> </widget> <widget class="QLabel" name="label_ts"> <property name="geometry"> <rect> <x>110</x> <y>80</y> <width>300</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>12</pointsize> </font> </property> <property name="text"> <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="ntpDevStatus"> <property name="geometry"> <rect> <x>100</x> <y>120</y> <width>50</width> <height>30</height> </rect> </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_23"> <property name="geometry"> <rect> <x>20</x> <y>170</y> <width>121</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>设备工作状态JSON</string> </property> </widget> <widget class="QLineEdit" name="ntpDevStatusJson"> <property name="geometry"> <rect> <x>140</x> <y>170</y> <width>1000</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel" name="label_24"> <property name="geometry"> <rect> <x>180</x> <y>120</y> <width>61</width> <height>30</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>10</pointsize> </font> </property> <property name="text"> <string>系统I时间</string> </property> </widget> <widget class="QLineEdit" name="ntpSystime"> <property name="geometry"> <rect> <x>240</x> <y>120</y> <width>200</width> <height>30</height> </rect> </property> </widget> </widget> <resources/> <connections/> </ui>