3500/NTPServerConfig.ui

304 lines
8.6 KiB
Plaintext
Raw Normal View History

2023-04-14 19:30:30 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CNTPServerConfig</class>
<widget class="QWidget" name="CNTPServerConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1066</width>
<height>545</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt &quot;黑体&quot;;color: rgb(27, 30, 35);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="topMargin">
<number>30</number>
</property>
<property name="rightMargin">
<number>30</number>
</property>
<property name="bottomMargin">
<number>30</number>
</property>
<item>
<widget class="QWidget" name="widget_3" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>282</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>对时设置</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>282</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>B码对时</string>
</property>
2023-04-27 19:48:15 +08:00
<widget class="QPushButton" name="pushButton_B">
2023-04-14 19:30:30 +08:00
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
2023-04-27 19:48:15 +08:00
<width>120</width>
2023-04-14 19:30:30 +08:00
<height>35</height>
</rect>
</property>
2023-04-27 19:48:15 +08:00
<property name="minimumSize">
<size>
<width>120</width>
<height>35</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#pushButton_B { border-image: url(:/image/Btn/normal_Btn.png);
color:#1f5188 }
#pushButton_B:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_B:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_B:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</string>
</property>
2023-04-14 19:30:30 +08:00
<property name="text">
<string>B码对时</string>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>NTP对时</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
2023-04-27 19:48:15 +08:00
<x>11</x>
<y>41</y>
2023-04-14 19:30:30 +08:00
<width>410</width>
2023-04-27 19:48:15 +08:00
<height>81</height>
2023-04-14 19:30:30 +08:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="text">
2023-04-27 19:48:15 +08:00
<string>NTP对时IP</string>
2023-04-14 19:30:30 +08:00
</property>
</widget>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QLineEdit" name="lineEdit_NTP_IP">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
2023-04-27 19:48:15 +08:00
<widget class="QRadioButton" name="radioButton_switch">
<property name="text">
<string>启动</string>
</property>
</widget>
2023-04-14 19:30:30 +08:00
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>手动对时</string>
</property>
<widget class="QPushButton" name="pushButton_manual">
<property name="geometry">
<rect>
<x>60</x>
<y>60</y>
<width>116</width>
<height>35</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#pushButton_manual { border-image: url(:/image/Btn/normal_Btn.png);
color:#1f5188 }
#pushButton_manual:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_manual:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_manual:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</string>
</property>
<property name="text">
<string>手动对时</string>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_2" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>100</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>266</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_confim">
<property name="minimumSize">
<size>
<width>120</width>
<height>35</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>35</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#pushButton_confim { border-image: url(:/image/Btn/normal_Btn.png);
color:#1f5188 }
#pushButton_confim:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_confim:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_confim:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</string>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>265</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>