selectcolors.ui 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>SelectColors</class>
  3. <widget class="QDialog">
  4. <property name="name">
  5. <cstring>SelectColors</cstring>
  6. </property>
  7. <property name="geometry">
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>215</width>
  12. <height>173</height>
  13. </rect>
  14. </property>
  15. <property name="caption">
  16. <string>Select Colors</string>
  17. </property>
  18. <vbox>
  19. <property name="name">
  20. <cstring>unnamed</cstring>
  21. </property>
  22. <widget class="QLayoutWidget">
  23. <property name="name">
  24. <cstring>layout41</cstring>
  25. </property>
  26. <hbox>
  27. <property name="name">
  28. <cstring>unnamed</cstring>
  29. </property>
  30. <widget class="KListBox">
  31. <property name="name">
  32. <cstring>colorList</cstring>
  33. </property>
  34. </widget>
  35. <widget class="QLayoutWidget">
  36. <property name="name">
  37. <cstring>layout40</cstring>
  38. </property>
  39. <vbox>
  40. <property name="name">
  41. <cstring>unnamed</cstring>
  42. </property>
  43. <widget class="KPushButton">
  44. <property name="name">
  45. <cstring>addButton</cstring>
  46. </property>
  47. <property name="text">
  48. <string>&amp;Add...</string>
  49. </property>
  50. <property name="accel">
  51. <string>Alt+A</string>
  52. </property>
  53. </widget>
  54. <widget class="KPushButton">
  55. <property name="name">
  56. <cstring>removeButton</cstring>
  57. </property>
  58. <property name="enabled">
  59. <bool>false</bool>
  60. </property>
  61. <property name="text">
  62. <string>&amp;Remove</string>
  63. </property>
  64. <property name="accel">
  65. <string>Alt+R</string>
  66. </property>
  67. </widget>
  68. <widget class="KPushButton">
  69. <property name="name">
  70. <cstring>editButton</cstring>
  71. </property>
  72. <property name="enabled">
  73. <bool>false</bool>
  74. </property>
  75. <property name="text">
  76. <string>&amp;Edit...</string>
  77. </property>
  78. <property name="accel">
  79. <string>Alt+E</string>
  80. </property>
  81. </widget>
  82. </vbox>
  83. </widget>
  84. </hbox>
  85. </widget>
  86. <spacer>
  87. <property name="name">
  88. <cstring>spacer18</cstring>
  89. </property>
  90. <property name="orientation">
  91. <enum>Vertical</enum>
  92. </property>
  93. <property name="sizeType">
  94. <enum>Expanding</enum>
  95. </property>
  96. <property name="sizeHint">
  97. <size>
  98. <width>20</width>
  99. <height>3</height>
  100. </size>
  101. </property>
  102. </spacer>
  103. <widget class="QLayoutWidget">
  104. <property name="name">
  105. <cstring>layout2</cstring>
  106. </property>
  107. <hbox>
  108. <property name="name">
  109. <cstring>unnamed</cstring>
  110. </property>
  111. <widget class="KPushButton">
  112. <property name="name">
  113. <cstring>okButton</cstring>
  114. </property>
  115. <property name="text">
  116. <string>&amp;OK</string>
  117. </property>
  118. <property name="accel">
  119. <string>Alt+O</string>
  120. </property>
  121. <property name="stdItem" stdset="0">
  122. <number>1</number>
  123. </property>
  124. </widget>
  125. <widget class="KPushButton">
  126. <property name="name">
  127. <cstring>cancelButton</cstring>
  128. </property>
  129. <property name="text">
  130. <string>&amp;Cancel</string>
  131. </property>
  132. <property name="accel">
  133. <string>Alt+C</string>
  134. </property>
  135. <property name="stdItem" stdset="0">
  136. <number>2</number>
  137. </property>
  138. </widget>
  139. </hbox>
  140. </widget>
  141. </vbox>
  142. </widget>
  143. <connections>
  144. <connection>
  145. <sender>okButton</sender>
  146. <signal>clicked()</signal>
  147. <receiver>SelectColors</receiver>
  148. <slot>accept()</slot>
  149. </connection>
  150. <connection>
  151. <sender>cancelButton</sender>
  152. <signal>clicked()</signal>
  153. <receiver>SelectColors</receiver>
  154. <slot>reject()</slot>
  155. </connection>
  156. <connection>
  157. <sender>colorList</sender>
  158. <signal>selectionChanged()</signal>
  159. <receiver>SelectColors</receiver>
  160. <slot>colorList_selectionChanged()</slot>
  161. </connection>
  162. <connection>
  163. <sender>addButton</sender>
  164. <signal>clicked()</signal>
  165. <receiver>SelectColors</receiver>
  166. <slot>addButton_clicked()</slot>
  167. </connection>
  168. <connection>
  169. <sender>removeButton</sender>
  170. <signal>clicked()</signal>
  171. <receiver>SelectColors</receiver>
  172. <slot>removeButton_clicked()</slot>
  173. </connection>
  174. <connection>
  175. <sender>editButton</sender>
  176. <signal>clicked()</signal>
  177. <receiver>SelectColors</receiver>
  178. <slot>editButton_clicked()</slot>
  179. </connection>
  180. </connections>
  181. <includes>
  182. <include location="local" impldecl="in implementation">selectcolors.ui.h</include>
  183. </includes>
  184. <slots>
  185. <slot>colorList_selectionChanged()</slot>
  186. <slot>addButton_clicked()</slot>
  187. <slot>removeButton_clicked()</slot>
  188. <slot>editButton_clicked()</slot>
  189. </slots>
  190. <pixmapinproject/>
  191. <layoutdefaults spacing="6" margin="11"/>
  192. <includehints>
  193. <includehint>klistbox.h</includehint>
  194. <includehint>kpushbutton.h</includehint>
  195. <includehint>kpushbutton.h</includehint>
  196. <includehint>kpushbutton.h</includehint>
  197. <includehint>kpushbutton.h</includehint>
  198. <includehint>kpushbutton.h</includehint>
  199. </includehints>
  200. </UI>