fb2find.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FbFind</class>
  4. <widget class="QDialog" name="FbFind">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>377</width>
  10. <height>128</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Find</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,1" columnstretch="0,0,1,0">
  23. <property name="sizeConstraint">
  24. <enum>QLayout::SetMinimumSize</enum>
  25. </property>
  26. <item row="0" column="0" colspan="3">
  27. <layout class="QHBoxLayout" name="horizontalLayout1">
  28. <property name="sizeConstraint">
  29. <enum>QLayout::SetMinimumSize</enum>
  30. </property>
  31. <item>
  32. <widget class="QLabel" name="label">
  33. <property name="sizePolicy">
  34. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  35. <horstretch>0</horstretch>
  36. <verstretch>0</verstretch>
  37. </sizepolicy>
  38. </property>
  39. <property name="text">
  40. <string>&amp;Find what:</string>
  41. </property>
  42. <property name="buddy">
  43. <cstring>editText</cstring>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QLineEdit" name="editText"/>
  49. </item>
  50. </layout>
  51. </item>
  52. <item row="0" column="3" rowspan="4">
  53. <layout class="QVBoxLayout" name="verticalLayout2">
  54. <item>
  55. <widget class="QPushButton" name="btnFind">
  56. <property name="text">
  57. <string>Find &amp;next</string>
  58. </property>
  59. <property name="default">
  60. <bool>true</bool>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QPushButton" name="btnClose">
  66. <property name="text">
  67. <string>Close</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <spacer name="verticallSpacer">
  73. <property name="orientation">
  74. <enum>Qt::Vertical</enum>
  75. </property>
  76. <property name="sizeType">
  77. <enum>QSizePolicy::Expanding</enum>
  78. </property>
  79. <property name="sizeHint" stdset="0">
  80. <size>
  81. <width>20</width>
  82. <height>40</height>
  83. </size>
  84. </property>
  85. </spacer>
  86. </item>
  87. </layout>
  88. </item>
  89. <item row="2" column="1">
  90. <widget class="QGroupBox" name="groupDirect">
  91. <property name="title">
  92. <string>&amp;Direction</string>
  93. </property>
  94. <layout class="QHBoxLayout" name="horizontalLayout3">
  95. <item>
  96. <widget class="QRadioButton" name="radioUp">
  97. <property name="text">
  98. <string>&amp;Up</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <widget class="QRadioButton" name="radioDown">
  104. <property name="text">
  105. <string>&amp;Down</string>
  106. </property>
  107. <property name="checked">
  108. <bool>true</bool>
  109. </property>
  110. </widget>
  111. </item>
  112. </layout>
  113. </widget>
  114. </item>
  115. <item row="2" column="0">
  116. <layout class="QVBoxLayout" name="verticalLayout">
  117. <item>
  118. <widget class="QCheckBox" name="checkCase">
  119. <property name="text">
  120. <string>&amp;Case sensitive </string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item>
  125. <widget class="QCheckBox" name="checkHigh">
  126. <property name="text">
  127. <string>&amp;Highlights all</string>
  128. </property>
  129. </widget>
  130. </item>
  131. </layout>
  132. </item>
  133. <item row="2" column="2">
  134. <spacer name="horizontalSpacer">
  135. <property name="orientation">
  136. <enum>Qt::Horizontal</enum>
  137. </property>
  138. <property name="sizeType">
  139. <enum>QSizePolicy::Expanding</enum>
  140. </property>
  141. <property name="sizeHint" stdset="0">
  142. <size>
  143. <width>20</width>
  144. <height>40</height>
  145. </size>
  146. </property>
  147. </spacer>
  148. </item>
  149. </layout>
  150. </widget>
  151. <tabstops>
  152. <tabstop>editText</tabstop>
  153. <tabstop>checkCase</tabstop>
  154. <tabstop>checkHigh</tabstop>
  155. <tabstop>radioUp</tabstop>
  156. <tabstop>radioDown</tabstop>
  157. <tabstop>btnFind</tabstop>
  158. <tabstop>btnClose</tabstop>
  159. </tabstops>
  160. <resources/>
  161. <connections>
  162. <connection>
  163. <sender>btnClose</sender>
  164. <signal>clicked()</signal>
  165. <receiver>FbFind</receiver>
  166. <slot>close()</slot>
  167. <hints>
  168. <hint type="sourcelabel">
  169. <x>298</x>
  170. <y>53</y>
  171. </hint>
  172. <hint type="destinationlabel">
  173. <x>173</x>
  174. <y>60</y>
  175. </hint>
  176. </hints>
  177. </connection>
  178. </connections>
  179. </ui>