oneparamitem.ui 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OneParamItem</class>
  4. <widget class="QWidget" name="OneParamItem">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>344</width>
  10. <height>32</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="label_color">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>10</y>
  21. <width>12</width>
  22. <height>12</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string/>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="label_title">
  30. <property name="geometry">
  31. <rect>
  32. <x>20</x>
  33. <y>9</y>
  34. <width>174</width>
  35. <height>14</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string/>
  40. </property>
  41. </widget>
  42. <widget class="QLabel" name="label_NC1">
  43. <property name="geometry">
  44. <rect>
  45. <x>210</x>
  46. <y>9</y>
  47. <width>42</width>
  48. <height>14</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>电压:</string>
  53. </property>
  54. </widget>
  55. <widget class="CustomComboBox" name="comboBox_voltage">
  56. <property name="geometry">
  57. <rect>
  58. <x>252</x>
  59. <y>0</y>
  60. <width>92</width>
  61. <height>32</height>
  62. </rect>
  63. </property>
  64. </widget>
  65. </widget>
  66. <customwidgets>
  67. <customwidget>
  68. <class>CustomComboBox</class>
  69. <extends>QComboBox</extends>
  70. <header location="global">customcombobox.h</header>
  71. </customwidget>
  72. </customwidgets>
  73. <resources/>
  74. <connections/>
  75. </ui>