onesettingitem.ui 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OneSettingItem</class>
  4. <widget class="QWidget" name="OneSettingItem">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>724</width>
  10. <height>48</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <property name="spacing">
  18. <number>16</number>
  19. </property>
  20. <property name="leftMargin">
  21. <number>12</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>8</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>16</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>8</number>
  31. </property>
  32. <item>
  33. <widget class="QLabel" name="label_num">
  34. <property name="sizePolicy">
  35. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  36. <horstretch>0</horstretch>
  37. <verstretch>0</verstretch>
  38. </sizepolicy>
  39. </property>
  40. <property name="minimumSize">
  41. <size>
  42. <width>40</width>
  43. <height>14</height>
  44. </size>
  45. </property>
  46. <property name="text">
  47. <string>1</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QComboBox" name="comboBox">
  53. <property name="minimumSize">
  54. <size>
  55. <width>280</width>
  56. <height>32</height>
  57. </size>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QLineEdit" name="lineEdit">
  63. <property name="minimumSize">
  64. <size>
  65. <width>280</width>
  66. <height>32</height>
  67. </size>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <widget class="QPushButton" name="pBtn_background">
  73. <property name="minimumSize">
  74. <size>
  75. <width>48</width>
  76. <height>32</height>
  77. </size>
  78. </property>
  79. <property name="text">
  80. <string/>
  81. </property>
  82. </widget>
  83. </item>
  84. </layout>
  85. </widget>
  86. <resources/>
  87. <connections/>
  88. </ui>