| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>SettingsForm</class>
- <widget class="QWidget" name="SettingsForm">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>755</width>
- <height>658</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
- <item row="0" column="0">
- <widget class="QWidget" name="widget" native="true">
- <property name="styleSheet">
- <string notr="true">background-color: rgb(130, 201, 255);</string>
- </property>
- <widget class="QWidget" name="widget_2" native="true">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>491</width>
- <height>581</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(189, 243, 255);</string>
- </property>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>210</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="text">
- <string>服务器</string>
- </property>
- </widget>
- <widget class="QTextEdit" name="textEdit">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>250</y>
- <width>301</width>
- <height>171</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(255, 255, 255);</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>70</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="text">
- <string>称</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>110</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>串口:</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_2">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>70</y>
- <width>87</width>
- <height>22</height>
- </rect>
- </property>
- <item>
- <property name="text">
- <string>ModbusRTU</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Tsale-ASSIC</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="text">
- <string>打印机</string>
- </property>
- </widget>
- <widget class="QComboBox" name="portBaudRate">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>150</y>
- <width>87</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>150</y>
- <width>61</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>波特率:</string>
- </property>
- </widget>
- <widget class="QComboBox" name="portName">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>110</y>
- <width>87</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="baseUrlLine">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>210</y>
- <width>301</width>
- <height>21</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(255, 255, 255);</string>
- </property>
- <property name="placeholderText">
- <string>服务器地址:例http://erp.it.cn/api</string>
- </property>
- </widget>
- <widget class="QPushButton" name="save_btn">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>510</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(130, 201, 255);</string>
- </property>
- <property name="text">
- <string>保存</string>
- </property>
- </widget>
- <widget class="QPushButton" name="back_btn">
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>510</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(130, 201, 255);</string>
- </property>
- <property name="text">
- <string>返回</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>70</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>类型:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>250</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="text">
- <string>规则</string>
- </property>
- </widget>
- <widget class="QComboBox" name="printerName">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>20</y>
- <width>301</width>
- <height>32</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|