ctkAddRemoveComboBox.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkAddRemoveComboBox</class>
  4. <widget class="QWidget" name="ctkAddRemoveComboBox">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>251</width>
  10. <height>23</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>ctkAddRemoveComboBox</string>
  15. </property>
  16. <layout class="QHBoxLayout">
  17. <property name="spacing">
  18. <number>2</number>
  19. </property>
  20. <property name="margin">
  21. <number>0</number>
  22. </property>
  23. <item>
  24. <widget class="QComboBox" name="ComboBox">
  25. <property name="sizePolicy">
  26. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  27. <horstretch>0</horstretch>
  28. <verstretch>0</verstretch>
  29. </sizepolicy>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QPushButton" name="AddPushButton">
  35. <property name="toolTip">
  36. <string>Add an object</string>
  37. </property>
  38. <property name="text">
  39. <string/>
  40. </property>
  41. <property name="icon">
  42. <iconset resource="../CTKWidgets.qrc">
  43. <normaloff>:/Icons/plus.png</normaloff>:/Icons/plus.png</iconset>
  44. </property>
  45. <property name="iconSize">
  46. <size>
  47. <width>8</width>
  48. <height>8</height>
  49. </size>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QPushButton" name="RemovePushButton">
  55. <property name="enabled">
  56. <bool>false</bool>
  57. </property>
  58. <property name="toolTip">
  59. <string>Remove select object</string>
  60. </property>
  61. <property name="text">
  62. <string/>
  63. </property>
  64. <property name="icon">
  65. <iconset resource="../CTKWidgets.qrc">
  66. <normaloff>:/Icons/minus.png</normaloff>:/Icons/minus.png</iconset>
  67. </property>
  68. <property name="iconSize">
  69. <size>
  70. <width>8</width>
  71. <height>8</height>
  72. </size>
  73. </property>
  74. </widget>
  75. </item>
  76. <item>
  77. <widget class="QPushButton" name="EditPushButton">
  78. <property name="enabled">
  79. <bool>false</bool>
  80. </property>
  81. <property name="toolTip">
  82. <string>Edit selected object</string>
  83. </property>
  84. <property name="text">
  85. <string/>
  86. </property>
  87. <property name="icon">
  88. <iconset resource="../CTKWidgets.qrc">
  89. <normaloff>:/Icons/edit.png</normaloff>:/Icons/edit.png</iconset>
  90. </property>
  91. <property name="iconSize">
  92. <size>
  93. <width>8</width>
  94. <height>8</height>
  95. </size>
  96. </property>
  97. </widget>
  98. </item>
  99. </layout>
  100. </widget>
  101. <resources>
  102. <include location="../CTKWidgets.qrc"/>
  103. </resources>
  104. <connections/>
  105. </ui>