wordlist.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <ui version="4.0" >
  2. <class>WordList</class>
  3. <widget class="QDialog" name="WordList" >
  4. <property name="geometry" >
  5. <rect>
  6. <x>0</x>
  7. <y>0</y>
  8. <width>397</width>
  9. <height>392</height>
  10. </rect>
  11. </property>
  12. <property name="windowTitle" >
  13. <string>Edit Word List</string>
  14. </property>
  15. <layout class="QVBoxLayout" >
  16. <item>
  17. <widget class="KEditListBox" name="wordList" >
  18. <property name="title" >
  19. <string/>
  20. </property>
  21. <property name="buttons" >
  22. <set>KEditListBox::Add|KEditListBox::Remove</set>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <layout class="QHBoxLayout" >
  28. <property name="leftMargin" >
  29. <number>0</number>
  30. </property>
  31. <property name="topMargin" >
  32. <number>0</number>
  33. </property>
  34. <property name="rightMargin" >
  35. <number>0</number>
  36. </property>
  37. <property name="bottomMargin" >
  38. <number>0</number>
  39. </property>
  40. <item>
  41. <spacer>
  42. <property name="orientation" >
  43. <enum>Qt::Horizontal</enum>
  44. </property>
  45. <property name="sizeType" >
  46. <enum>QSizePolicy::Expanding</enum>
  47. </property>
  48. <property name="sizeHint" >
  49. <size>
  50. <width>41</width>
  51. <height>20</height>
  52. </size>
  53. </property>
  54. </spacer>
  55. </item>
  56. <item>
  57. <widget class="QCheckBox" name="caseSensitive" >
  58. <property name="text" >
  59. <string>C&amp;ase Sensitive</string>
  60. </property>
  61. <property name="shortcut" >
  62. <string>Alt+A</string>
  63. </property>
  64. </widget>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <layout class="QHBoxLayout" >
  70. <property name="leftMargin" >
  71. <number>0</number>
  72. </property>
  73. <property name="topMargin" >
  74. <number>0</number>
  75. </property>
  76. <property name="rightMargin" >
  77. <number>0</number>
  78. </property>
  79. <property name="bottomMargin" >
  80. <number>0</number>
  81. </property>
  82. <item>
  83. <widget class="KPushButton" name="colorButton" >
  84. <property name="text" >
  85. <string>Co&amp;lor...</string>
  86. </property>
  87. <property name="shortcut" >
  88. <string>Alt+L</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item>
  93. <widget class="KPushButton" name="styleButton" >
  94. <property name="text" >
  95. <string>&amp;Style...</string>
  96. </property>
  97. <property name="shortcut" >
  98. <string>Alt+S</string>
  99. </property>
  100. </widget>
  101. </item>
  102. </layout>
  103. </item>
  104. <item>
  105. <spacer>
  106. <property name="orientation" >
  107. <enum>Qt::Vertical</enum>
  108. </property>
  109. <property name="sizeType" >
  110. <enum>QSizePolicy::Preferred</enum>
  111. </property>
  112. <property name="sizeHint" >
  113. <size>
  114. <width>20</width>
  115. <height>3</height>
  116. </size>
  117. </property>
  118. </spacer>
  119. </item>
  120. <item>
  121. <layout class="QHBoxLayout" >
  122. <property name="leftMargin" >
  123. <number>0</number>
  124. </property>
  125. <property name="topMargin" >
  126. <number>0</number>
  127. </property>
  128. <property name="rightMargin" >
  129. <number>0</number>
  130. </property>
  131. <property name="bottomMargin" >
  132. <number>0</number>
  133. </property>
  134. <item>
  135. <widget class="KPushButton" name="okButton" >
  136. <property name="text" >
  137. <string>&amp;OK</string>
  138. </property>
  139. <property name="shortcut" >
  140. <string>Alt+O</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item>
  145. <widget class="KPushButton" name="cancelButton" >
  146. <property name="text" >
  147. <string>&amp;Cancel</string>
  148. </property>
  149. <property name="shortcut" >
  150. <string>Alt+C</string>
  151. </property>
  152. </widget>
  153. </item>
  154. </layout>
  155. </item>
  156. </layout>
  157. </widget>
  158. <layoutdefault spacing="6" margin="11" />
  159. <customwidgets>
  160. <customwidget>
  161. <class>KEditListBox</class>
  162. <extends>QGroupBox</extends>
  163. <header>keditlistbox.h</header>
  164. </customwidget>
  165. <customwidget>
  166. <class>KPushButton</class>
  167. <extends>QPushButton</extends>
  168. <header>kpushbutton.h</header>
  169. </customwidget>
  170. </customwidgets>
  171. <includes>
  172. <include location="local" >keditlistbox.h</include>
  173. <include location="local" >klineedit.h</include>
  174. <include location="local" >kpushbutton.h</include>
  175. <include location="local" >kpushbutton.h</include>
  176. <include location="local" >kpushbutton.h</include>
  177. <include location="local" >kpushbutton.h</include>
  178. </includes>
  179. <resources/>
  180. <connections>
  181. <connection>
  182. <sender>okButton</sender>
  183. <signal>clicked()</signal>
  184. <receiver>WordList</receiver>
  185. <slot>accept()</slot>
  186. <hints>
  187. <hint type="sourcelabel" >
  188. <x>20</x>
  189. <y>20</y>
  190. </hint>
  191. <hint type="destinationlabel" >
  192. <x>20</x>
  193. <y>20</y>
  194. </hint>
  195. </hints>
  196. </connection>
  197. <connection>
  198. <sender>cancelButton</sender>
  199. <signal>clicked()</signal>
  200. <receiver>WordList</receiver>
  201. <slot>reject()</slot>
  202. <hints>
  203. <hint type="sourcelabel" >
  204. <x>20</x>
  205. <y>20</y>
  206. </hint>
  207. <hint type="destinationlabel" >
  208. <x>20</x>
  209. <y>20</y>
  210. </hint>
  211. </hints>
  212. </connection>
  213. </connections>
  214. </ui>