settingsform.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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="QComboBox" name="comboBox">
  30. <property name="geometry">
  31. <rect>
  32. <x>190</x>
  33. <y>50</y>
  34. <width>87</width>
  35. <height>22</height>
  36. </rect>
  37. </property>
  38. </widget>
  39. <widget class="QLabel" name="label_2">
  40. <property name="geometry">
  41. <rect>
  42. <x>60</x>
  43. <y>90</y>
  44. <width>72</width>
  45. <height>15</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>称</string>
  50. </property>
  51. </widget>
  52. <widget class="QComboBox" name="comboBox_2">
  53. <property name="geometry">
  54. <rect>
  55. <x>190</x>
  56. <y>90</y>
  57. <width>87</width>
  58. <height>22</height>
  59. </rect>
  60. </property>
  61. </widget>
  62. <widget class="QLabel" name="label_3">
  63. <property name="geometry">
  64. <rect>
  65. <x>60</x>
  66. <y>130</y>
  67. <width>72</width>
  68. <height>15</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>服务器</string>
  73. </property>
  74. </widget>
  75. <widget class="QLineEdit" name="lineEdit">
  76. <property name="geometry">
  77. <rect>
  78. <x>190</x>
  79. <y>130</y>
  80. <width>271</width>
  81. <height>21</height>
  82. </rect>
  83. </property>
  84. </widget>
  85. <widget class="QLabel" name="label_4">
  86. <property name="geometry">
  87. <rect>
  88. <x>60</x>
  89. <y>170</y>
  90. <width>72</width>
  91. <height>15</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>规则</string>
  96. </property>
  97. </widget>
  98. <widget class="QTextEdit" name="textEdit">
  99. <property name="geometry">
  100. <rect>
  101. <x>190</x>
  102. <y>170</y>
  103. <width>271</width>
  104. <height>161</height>
  105. </rect>
  106. </property>
  107. </widget>
  108. <widget class="QPushButton" name="pushButton">
  109. <property name="geometry">
  110. <rect>
  111. <x>190</x>
  112. <y>430</y>
  113. <width>93</width>
  114. <height>28</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string>保存</string>
  119. </property>
  120. </widget>
  121. <widget class="QPushButton" name="pushButton_2">
  122. <property name="geometry">
  123. <rect>
  124. <x>350</x>
  125. <y>430</y>
  126. <width>93</width>
  127. <height>28</height>
  128. </rect>
  129. </property>
  130. <property name="text">
  131. <string>返回</string>
  132. </property>
  133. </widget>
  134. </widget>
  135. <resources/>
  136. <connections/>
  137. </ui>