customstyle.ui 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>CustomStyle</class>
  3. <widget class="QDialog">
  4. <property name="name">
  5. <cstring>CustomStyle</cstring>
  6. </property>
  7. <property name="geometry">
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>200</width>
  12. <height>236</height>
  13. </rect>
  14. </property>
  15. <property name="caption">
  16. <string>Edit Custom Style</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>layout46</cstring>
  25. </property>
  26. <grid>
  27. <property name="name">
  28. <cstring>unnamed</cstring>
  29. </property>
  30. <widget class="QLabel" row="1" column="0">
  31. <property name="name">
  32. <cstring>endingLabel</cstring>
  33. </property>
  34. <property name="text">
  35. <string>&amp;Ending:</string>
  36. </property>
  37. <property name="buddy" stdset="0">
  38. <cstring>ending</cstring>
  39. </property>
  40. </widget>
  41. <widget class="QLabel" row="0" column="0">
  42. <property name="name">
  43. <cstring>beginningLabel</cstring>
  44. </property>
  45. <property name="text">
  46. <string>&amp;Beginning:</string>
  47. </property>
  48. <property name="buddy" stdset="0">
  49. <cstring>beginning</cstring>
  50. </property>
  51. </widget>
  52. <widget class="KLineEdit" row="0" column="1">
  53. <property name="name">
  54. <cstring>beginning</cstring>
  55. </property>
  56. </widget>
  57. <widget class="KLineEdit" row="1" column="1">
  58. <property name="name">
  59. <cstring>ending</cstring>
  60. </property>
  61. </widget>
  62. </grid>
  63. </widget>
  64. <widget class="QLayoutWidget">
  65. <property name="name">
  66. <cstring>layout47</cstring>
  67. </property>
  68. <hbox>
  69. <property name="name">
  70. <cstring>unnamed</cstring>
  71. </property>
  72. <widget class="QLabel">
  73. <property name="name">
  74. <cstring>ignoreEndingAfterLabel</cstring>
  75. </property>
  76. <property name="text">
  77. <string>&amp;Ignore Ending After:</string>
  78. </property>
  79. <property name="buddy" stdset="0">
  80. <cstring>ignoreEndingAfter</cstring>
  81. </property>
  82. </widget>
  83. <widget class="KLineEdit">
  84. <property name="name">
  85. <cstring>ignoreEndingAfter</cstring>
  86. </property>
  87. <property name="maxLength">
  88. <number>1</number>
  89. </property>
  90. </widget>
  91. </hbox>
  92. </widget>
  93. <widget class="QCheckBox">
  94. <property name="name">
  95. <cstring>switchable</cstring>
  96. </property>
  97. <property name="text">
  98. <string>S&amp;witchable</string>
  99. </property>
  100. <property name="accel">
  101. <string>Alt+W</string>
  102. </property>
  103. </widget>
  104. <widget class="QCheckBox">
  105. <property name="name">
  106. <cstring>lineStartOnly</cstring>
  107. </property>
  108. <property name="text">
  109. <string>Only &amp;at beginning of line</string>
  110. </property>
  111. <property name="accel">
  112. <string>Alt+A</string>
  113. </property>
  114. </widget>
  115. <widget class="QLayoutWidget">
  116. <property name="name">
  117. <cstring>layout44</cstring>
  118. </property>
  119. <hbox>
  120. <property name="name">
  121. <cstring>unnamed</cstring>
  122. </property>
  123. <widget class="KPushButton">
  124. <property name="name">
  125. <cstring>colorButton</cstring>
  126. </property>
  127. <property name="text">
  128. <string>Co&amp;lor...</string>
  129. </property>
  130. <property name="accel">
  131. <string>Alt+L</string>
  132. </property>
  133. </widget>
  134. <widget class="KPushButton">
  135. <property name="name">
  136. <cstring>styleButton</cstring>
  137. </property>
  138. <property name="text">
  139. <string>&amp;Style...</string>
  140. </property>
  141. <property name="accel">
  142. <string>Alt+S</string>
  143. </property>
  144. </widget>
  145. </hbox>
  146. </widget>
  147. <spacer>
  148. <property name="name">
  149. <cstring>spacer18</cstring>
  150. </property>
  151. <property name="orientation">
  152. <enum>Vertical</enum>
  153. </property>
  154. <property name="sizeType">
  155. <enum>Expanding</enum>
  156. </property>
  157. <property name="sizeHint">
  158. <size>
  159. <width>20</width>
  160. <height>16</height>
  161. </size>
  162. </property>
  163. </spacer>
  164. <widget class="QLayoutWidget">
  165. <property name="name">
  166. <cstring>layout2</cstring>
  167. </property>
  168. <hbox>
  169. <property name="name">
  170. <cstring>unnamed</cstring>
  171. </property>
  172. <widget class="KPushButton">
  173. <property name="name">
  174. <cstring>okButton</cstring>
  175. </property>
  176. <property name="text">
  177. <string>&amp;OK</string>
  178. </property>
  179. <property name="accel">
  180. <string>Alt+O</string>
  181. </property>
  182. <property name="stdItem" stdset="0">
  183. <number>1</number>
  184. </property>
  185. </widget>
  186. <widget class="KPushButton">
  187. <property name="name">
  188. <cstring>cancelButton</cstring>
  189. </property>
  190. <property name="text">
  191. <string>&amp;Cancel</string>
  192. </property>
  193. <property name="accel">
  194. <string>Alt+C</string>
  195. </property>
  196. <property name="stdItem" stdset="0">
  197. <number>2</number>
  198. </property>
  199. </widget>
  200. </hbox>
  201. </widget>
  202. </vbox>
  203. </widget>
  204. <connections>
  205. <connection>
  206. <sender>cancelButton</sender>
  207. <signal>clicked()</signal>
  208. <receiver>CustomStyle</receiver>
  209. <slot>reject()</slot>
  210. </connection>
  211. <connection>
  212. <sender>okButton</sender>
  213. <signal>clicked()</signal>
  214. <receiver>CustomStyle</receiver>
  215. <slot>accept()</slot>
  216. </connection>
  217. </connections>
  218. <pixmapinproject/>
  219. <layoutdefaults spacing="6" margin="11"/>
  220. <includehints>
  221. <includehint>klineedit.h</includehint>
  222. <includehint>klineedit.h</includehint>
  223. <includehint>klineedit.h</includehint>
  224. <includehint>kpushbutton.h</includehint>
  225. <includehint>kpushbutton.h</includehint>
  226. <includehint>kpushbutton.h</includehint>
  227. <includehint>kpushbutton.h</includehint>
  228. </includehints>
  229. </UI>