| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- <?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>641</width>
- <height>511</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>50</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="text">
- <string>打印机</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>90</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="text">
- <string>称</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_2">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>90</y>
- <width>87</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>130</y>
- <width>72</width>
- <height>15</height>
- </rect>
- </property>
- <property name="text">
- <string>服务器</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="baseUrlLine">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>130</y>
- <width>301</width>
- <height>21</height>
- </rect>
- </property>
- <property name="placeholderText">
- <string>服务器地址:例http://erp.it.cn/api</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>170</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>190</x>
- <y>170</y>
- <width>301</width>
- <height>171</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="save_btn">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>430</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>保存</string>
- </property>
- </widget>
- <widget class="QPushButton" name="back_btn">
- <property name="geometry">
- <rect>
- <x>400</x>
- <y>430</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>返回</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="printerName">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>50</y>
- <width>301</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|