Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>XnetConnect</class>
- <widget class="QWidget" name="XnetConnect">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>371</width>
- <height>81</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QPushButton" name="CtrlServiceBtn">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>30</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>启动服务</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="NeedIPEdit">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>181</width>
- <height>20</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="inputMask">
- <string/>
- </property>
- <property name="text">
- <string>192.168.6.6</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- <property name="placeholderText">
- <string>请输入PLC的IP!</string>
- </property>
- <property name="clearButtonEnabled">
- <bool>false</bool>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|