multiselectwidget.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MultiSelectWidget</class>
  4. <widget class="QWidget" name="MultiSelectWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>602</width>
  10. <height>459</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout_3">
  17. <item>
  18. <spacer name="horizontalSpacer">
  19. <property name="orientation">
  20. <enum>Qt::Horizontal</enum>
  21. </property>
  22. <property name="sizeHint" stdset="0">
  23. <size>
  24. <width>10</width>
  25. <height>20</height>
  26. </size>
  27. </property>
  28. </spacer>
  29. </item>
  30. <item>
  31. <layout class="QVBoxLayout" name="verticalLayout_2">
  32. <item>
  33. <layout class="QHBoxLayout" name="horizontalLayout">
  34. <item>
  35. <spacer name="horizontalSpacer_3">
  36. <property name="orientation">
  37. <enum>Qt::Horizontal</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>40</width>
  42. <height>20</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. <item>
  48. <widget class="QLabel" name="label">
  49. <property name="text">
  50. <string>Available</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <spacer name="horizontalSpacer_4">
  56. <property name="orientation">
  57. <enum>Qt::Horizontal</enum>
  58. </property>
  59. <property name="sizeHint" stdset="0">
  60. <size>
  61. <width>40</width>
  62. <height>20</height>
  63. </size>
  64. </property>
  65. </spacer>
  66. </item>
  67. </layout>
  68. </item>
  69. <item>
  70. <widget class="QListWidget" name="available_list"/>
  71. </item>
  72. </layout>
  73. </item>
  74. <item>
  75. <layout class="QVBoxLayout" name="verticalLayout">
  76. <item>
  77. <spacer name="verticalSpacer">
  78. <property name="orientation">
  79. <enum>Qt::Vertical</enum>
  80. </property>
  81. <property name="sizeHint" stdset="0">
  82. <size>
  83. <width>20</width>
  84. <height>40</height>
  85. </size>
  86. </property>
  87. </spacer>
  88. </item>
  89. <item>
  90. <widget class="QPushButton" name="add_all_button">
  91. <property name="text">
  92. <string>&gt;&gt;</string>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QPushButton" name="add_selected_button">
  98. <property name="text">
  99. <string>&gt;</string>
  100. </property>
  101. </widget>
  102. </item>
  103. <item>
  104. <widget class="QPushButton" name="remove_selected_button">
  105. <property name="text">
  106. <string>&lt;</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item>
  111. <widget class="QPushButton" name="remove_all_button">
  112. <property name="text">
  113. <string>&lt;&lt;</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <spacer name="verticalSpacer_2">
  119. <property name="orientation">
  120. <enum>Qt::Vertical</enum>
  121. </property>
  122. <property name="sizeHint" stdset="0">
  123. <size>
  124. <width>20</width>
  125. <height>40</height>
  126. </size>
  127. </property>
  128. </spacer>
  129. </item>
  130. </layout>
  131. </item>
  132. <item>
  133. <layout class="QVBoxLayout" name="verticalLayout_4">
  134. <item>
  135. <layout class="QHBoxLayout" name="horizontalLayout_2">
  136. <item>
  137. <spacer name="horizontalSpacer_5">
  138. <property name="orientation">
  139. <enum>Qt::Horizontal</enum>
  140. </property>
  141. <property name="sizeHint" stdset="0">
  142. <size>
  143. <width>40</width>
  144. <height>20</height>
  145. </size>
  146. </property>
  147. </spacer>
  148. </item>
  149. <item>
  150. <widget class="QLabel" name="label_2">
  151. <property name="text">
  152. <string>Selected</string>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <spacer name="horizontalSpacer_6">
  158. <property name="orientation">
  159. <enum>Qt::Horizontal</enum>
  160. </property>
  161. <property name="sizeHint" stdset="0">
  162. <size>
  163. <width>40</width>
  164. <height>20</height>
  165. </size>
  166. </property>
  167. </spacer>
  168. </item>
  169. </layout>
  170. </item>
  171. <item>
  172. <widget class="QListWidget" name="selected_list"/>
  173. </item>
  174. </layout>
  175. </item>
  176. <item>
  177. <spacer name="horizontalSpacer_2">
  178. <property name="orientation">
  179. <enum>Qt::Horizontal</enum>
  180. </property>
  181. <property name="sizeHint" stdset="0">
  182. <size>
  183. <width>10</width>
  184. <height>20</height>
  185. </size>
  186. </property>
  187. </spacer>
  188. </item>
  189. </layout>
  190. </widget>
  191. <resources/>
  192. <connections/>
  193. </ui>