toolsdlg.ui 7.9 KB

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