wordlist.ui 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <ui version="4.0" stdsetdef="1" >
  2. <author></author>
  3. <comment></comment>
  4. <exportmacro></exportmacro>
  5. <class>WordList</class>
  6. <widget class="QDialog" name="WordList" >
  7. <property name="geometry" >
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>213</width>
  12. <height>346</height>
  13. </rect>
  14. </property>
  15. <property name="windowTitle" >
  16. <string>Edit Word List</string>
  17. </property>
  18. <layout class="QVBoxLayout" >
  19. <item>
  20. <widget class="KEditListBox" name="wordList" >
  21. <property name="title" >
  22. <string/>
  23. </property>
  24. <property name="buttons" >
  25. <set>KEditListBox::Remove|KEditListBox::Add</set>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <layout class="QHBoxLayout" >
  31. <property name="margin" >
  32. <number>0</number>
  33. </property>
  34. <item>
  35. <spacer name="spacer48" >
  36. <property name="sizeHint" >
  37. <size>
  38. <width>41</width>
  39. <height>20</height>
  40. </size>
  41. </property>
  42. <property name="sizeType" >
  43. <enum>Expanding</enum>
  44. </property>
  45. <property name="orientation" >
  46. <enum>Horizontal</enum>
  47. </property>
  48. </spacer>
  49. </item>
  50. <item>
  51. <widget class="QCheckBox" name="caseSensitive" >
  52. <property name="text" >
  53. <string>C&amp;ase Sensitive</string>
  54. </property>
  55. <property name="shortcut" >
  56. <string>Alt+A</string>
  57. </property>
  58. </widget>
  59. </item>
  60. </layout>
  61. </item>
  62. <item>
  63. <layout class="QHBoxLayout" >
  64. <property name="margin" >
  65. <number>0</number>
  66. </property>
  67. <item>
  68. <widget class="KPushButton" name="colorButton" >
  69. <property name="text" >
  70. <string>Co&amp;lor...</string>
  71. </property>
  72. <property name="shortcut" >
  73. <string>Alt+L</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="KPushButton" name="styleButton" >
  79. <property name="text" >
  80. <string>&amp;Style...</string>
  81. </property>
  82. <property name="shortcut" >
  83. <string>Alt+S</string>
  84. </property>
  85. </widget>
  86. </item>
  87. </layout>
  88. </item>
  89. <item>
  90. <spacer name="spacer18" >
  91. <property name="sizeHint" >
  92. <size>
  93. <width>20</width>
  94. <height>3</height>
  95. </size>
  96. </property>
  97. <property name="sizeType" >
  98. <enum>Preferred</enum>
  99. </property>
  100. <property name="orientation" >
  101. <enum>Vertical</enum>
  102. </property>
  103. </spacer>
  104. </item>
  105. <item>
  106. <layout class="QHBoxLayout" >
  107. <property name="margin" >
  108. <number>0</number>
  109. </property>
  110. <item>
  111. <widget class="KPushButton" name="okButton" >
  112. <property name="text" >
  113. <string>&amp;OK</string>
  114. </property>
  115. <property name="shortcut" >
  116. <string>Alt+O</string>
  117. </property>
  118. <property name="stdItem" stdset="0" >
  119. <number>1</number>
  120. </property>
  121. </widget>
  122. </item>
  123. <item>
  124. <widget class="KPushButton" name="cancelButton" >
  125. <property name="text" >
  126. <string>&amp;Cancel</string>
  127. </property>
  128. <property name="shortcut" >
  129. <string>Alt+C</string>
  130. </property>
  131. <property name="stdItem" stdset="0" >
  132. <number>2</number>
  133. </property>
  134. </widget>
  135. </item>
  136. </layout>
  137. </item>
  138. </layout>
  139. </widget>
  140. <layoutdefault spacing="6" margin="11" />
  141. <customwidgets>
  142. <customwidget>
  143. <class>KEditListBox</class>
  144. <extends>Q3ListBox</extends>
  145. <header>keditlistbox.h</header>
  146. </customwidget>
  147. </customwidgets>
  148. <includes>
  149. <include location="local" >keditlistbox.h</include>
  150. <include location="local" >klineedit.h</include>
  151. <include location="local" >kpushbutton.h</include>
  152. <include location="local" >kpushbutton.h</include>
  153. <include location="local" >kpushbutton.h</include>
  154. <include location="local" >kpushbutton.h</include>
  155. </includes>
  156. <connections>
  157. <connection>
  158. <sender>okButton</sender>
  159. <signal>clicked()</signal>
  160. <receiver>WordList</receiver>
  161. <slot>accept()</slot>
  162. </connection>
  163. <connection>
  164. <sender>cancelButton</sender>
  165. <signal>clicked()</signal>
  166. <receiver>WordList</receiver>
  167. <slot>reject()</slot>
  168. </connection>
  169. </connections>
  170. </ui>