settingsform.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SettingsForm</class>
  4. <widget class="QWidget" name="SettingsForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>641</width>
  10. <height>511</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>60</x>
  20. <y>50</y>
  21. <width>72</width>
  22. <height>15</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>打印机</string>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="label_2">
  30. <property name="geometry">
  31. <rect>
  32. <x>60</x>
  33. <y>90</y>
  34. <width>72</width>
  35. <height>15</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>称</string>
  40. </property>
  41. </widget>
  42. <widget class="QComboBox" name="comboBox_2">
  43. <property name="geometry">
  44. <rect>
  45. <x>190</x>
  46. <y>90</y>
  47. <width>87</width>
  48. <height>22</height>
  49. </rect>
  50. </property>
  51. </widget>
  52. <widget class="QLabel" name="label_3">
  53. <property name="geometry">
  54. <rect>
  55. <x>60</x>
  56. <y>130</y>
  57. <width>72</width>
  58. <height>15</height>
  59. </rect>
  60. </property>
  61. <property name="text">
  62. <string>服务器</string>
  63. </property>
  64. </widget>
  65. <widget class="QLineEdit" name="baseUrlLine">
  66. <property name="geometry">
  67. <rect>
  68. <x>190</x>
  69. <y>130</y>
  70. <width>301</width>
  71. <height>21</height>
  72. </rect>
  73. </property>
  74. <property name="placeholderText">
  75. <string>服务器地址:例http://erp.it.cn/api</string>
  76. </property>
  77. </widget>
  78. <widget class="QLabel" name="label_4">
  79. <property name="geometry">
  80. <rect>
  81. <x>60</x>
  82. <y>170</y>
  83. <width>72</width>
  84. <height>15</height>
  85. </rect>
  86. </property>
  87. <property name="text">
  88. <string>规则</string>
  89. </property>
  90. </widget>
  91. <widget class="QTextEdit" name="textEdit">
  92. <property name="geometry">
  93. <rect>
  94. <x>190</x>
  95. <y>170</y>
  96. <width>301</width>
  97. <height>171</height>
  98. </rect>
  99. </property>
  100. </widget>
  101. <widget class="QPushButton" name="save_btn">
  102. <property name="geometry">
  103. <rect>
  104. <x>190</x>
  105. <y>430</y>
  106. <width>93</width>
  107. <height>28</height>
  108. </rect>
  109. </property>
  110. <property name="text">
  111. <string>保存</string>
  112. </property>
  113. </widget>
  114. <widget class="QPushButton" name="back_btn">
  115. <property name="geometry">
  116. <rect>
  117. <x>400</x>
  118. <y>430</y>
  119. <width>93</width>
  120. <height>28</height>
  121. </rect>
  122. </property>
  123. <property name="text">
  124. <string>返回</string>
  125. </property>
  126. </widget>
  127. <widget class="QLineEdit" name="printerName">
  128. <property name="geometry">
  129. <rect>
  130. <x>190</x>
  131. <y>50</y>
  132. <width>301</width>
  133. <height>21</height>
  134. </rect>
  135. </property>
  136. </widget>
  137. </widget>
  138. <resources/>
  139. <connections/>
  140. </ui>