1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>OptionsDialog</class> 4 <widget class="QDialog" name="OptionsDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>515</width> 10 <height>477</height> 11 </rect> 12 </property> 13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 15 <horstretch>0</horstretch> 16 <verstretch>0</verstretch> 17 </sizepolicy> 18 </property> 19 <property name="windowTitle"> 20 <string>Options</string> 21 </property> 22 <layout class="QVBoxLayout" name="verticalLayout_2"> 23 <item> 24 <widget class="QTabWidget" name="tabWidget"> 25 <property name="enabled"> 26 <bool>true</bool> 27 </property> 28 <property name="currentIndex"> 29 <number>0</number> 30 </property> 31 <widget class="QWidget" name="general_tab"> 32 <attribute name="title"> 33 <string>General</string> 34 </attribute> 35 <layout class="QVBoxLayout" name="verticalLayout_3"> 36 <item> 37 <widget class="QGroupBox" name="fontBox"> 38 <property name="sizePolicy"> 39 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 40 <horstretch>0</horstretch> 41 <verstretch>0</verstretch> 42 </sizepolicy> 43 </property> 44 <property name="title"> 45 <string>Font</string> 46 </property> 47 <layout class="QHBoxLayout" name="horizontalLayout_3"> 48 <item> 49 <layout class="QHBoxLayout" name="horizontalLayout"> 50 <property name="sizeConstraint"> 51 <enum>QLayout::SetDefaultConstraint</enum> 52 </property> 53 <item> 54 <widget class="QLabel" name="label"> 55 <property name="text"> 56 <string>Family: </string> 57 </property> 58 </widget> 59 </item> 60 <item> 61 <widget class="QComboBox" name="fontFamilyBox"> 62 <property name="sizePolicy"> 63 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 64 <horstretch>0</horstretch> 65 <verstretch>0</verstretch> 66 </sizepolicy> 67 </property> 68 </widget> 69 </item> 70 <item> 71 <widget class="QLabel" name="label_2"> 72 <property name="text"> 73 <string>Size: </string> 74 </property> 75 </widget> 76 </item> 77 <item> 78 <widget class="QComboBox" name="fontSizeBox"> 79 <property name="sizePolicy"> 80 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 81 <horstretch>0</horstretch> 82 <verstretch>0</verstretch> 83 </sizepolicy> 84 </property> 85 </widget> 86 </item> 87 </layout> 88 </item> 89 </layout> 90 </widget> 91 </item> 92 <item> 93 <widget class="QGroupBox" name="searchBox"> 94 <property name="sizePolicy"> 95 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 96 <horstretch>0</horstretch> 97 <verstretch>0</verstretch> 98 </sizepolicy> 99 </property> 100 <property name="title"> 101 <string>Search options</string> 102 </property> 103 <layout class="QVBoxLayout" name="verticalLayout_4"> 104 <item> 105 <layout class="QGridLayout" name="gridLayout"> 106 <item row="0" column="0"> 107 <widget class="QLabel" name="label_3"> 108 <property name="text"> 109 <string>Main search type: </string> 110 </property> 111 </widget> 112 </item> 113 <item row="0" column="1"> 114 <widget class="QComboBox" name="mainSearchBox"> 115 <property name="sizePolicy"> 116 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 117 <horstretch>0</horstretch> 118 <verstretch>0</verstretch> 119 </sizepolicy> 120 </property> 121 </widget> 122 </item> 123 <item row="1" column="0"> 124 <widget class="QLabel" name="label_4"> 125 <property name="text"> 126 <string>QuickFind search type: </string> 127 </property> 128 </widget> 129 </item> 130 <item row="1" column="1"> 131 <widget class="QComboBox" name="quickFindSearchBox"> 132 <property name="sizePolicy"> 133 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 134 <horstretch>0</horstretch> 135 <verstretch>0</verstretch> 136 </sizepolicy> 137 </property> 138 </widget> 139 </item> 140 <item row="4" column="1"> 141 <widget class="QCheckBox" name="incrementalCheckBox"> 142 <property name="layoutDirection"> 143 <enum>Qt::LeftToRight</enum> 144 </property> 145 <property name="text"> 146 <string>Incremental QuickFind</string> 147 </property> 148 </widget> 149 </item> 150 </layout> 151 </item> 152 </layout> 153 </widget> 154 </item> 155 <item> 156 <widget class="QGroupBox" name="sessionBox"> 157 <property name="title"> 158 <string>Session options</string> 159 </property> 160 <layout class="QVBoxLayout" name="verticalLayout_6"> 161 <item> 162 <widget class="QCheckBox" name="loadLastSessionCheckBox"> 163 <property name="text"> 164 <string>Load last session</string> 165 </property> 166 </widget> 167 </item> 168 </layout> 169 </widget> 170 </item> 171 <item> 172 <spacer name="verticalSpacer"> 173 <property name="orientation"> 174 <enum>Qt::Vertical</enum> 175 </property> 176 <property name="sizeHint" stdset="0"> 177 <size> 178 <width>20</width> 179 <height>0</height> 180 </size> 181 </property> 182 </spacer> 183 </item> 184 </layout> 185 </widget> 186 <widget class="QWidget" name="advanced_tab"> 187 <property name="enabled"> 188 <bool>true</bool> 189 </property> 190 <attribute name="title"> 191 <string>Advanced</string> 192 </attribute> 193 <layout class="QVBoxLayout" name="verticalLayout_5"> 194 <item> 195 <widget class="QGroupBox" name="pollBox"> 196 <property name="title"> 197 <string>File polling</string> 198 </property> 199 <layout class="QVBoxLayout" name="verticalLayout"> 200 <item> 201 <widget class="QCheckBox" name="pollingCheckBox"> 202 <property name="text"> 203 <string>Enable Polling</string> 204 </property> 205 </widget> 206 </item> 207 <item> 208 <layout class="QHBoxLayout" name="horizontalLayout_2"> 209 <item> 210 <widget class="QLabel" name="label_5"> 211 <property name="text"> 212 <string>Time Interval (ms):</string> 213 </property> 214 </widget> 215 </item> 216 <item> 217 <widget class="QLineEdit" name="pollIntervalLineEdit"> 218 <property name="maximumSize"> 219 <size> 220 <width>16777215</width> 221 <height>16777215</height> 222 </size> 223 </property> 224 <property name="inputMethodHints"> 225 <set>Qt::ImhDigitsOnly</set> 226 </property> 227 </widget> 228 </item> 229 </layout> 230 </item> 231 <item> 232 <widget class="QLabel" name="label_7"> 233 <property name="text"> 234 <string>Files will be polled at the interval specified here.</string> 235 </property> 236 <property name="textFormat"> 237 <enum>Qt::AutoText</enum> 238 </property> 239 <property name="wordWrap"> 240 <bool>true</bool> 241 </property> 242 </widget> 243 </item> 244 </layout> 245 </widget> 246 </item> 247 <item> 248 <spacer name="verticalSpacer_2"> 249 <property name="orientation"> 250 <enum>Qt::Vertical</enum> 251 </property> 252 <property name="sizeHint" stdset="0"> 253 <size> 254 <width>20</width> 255 <height>40</height> 256 </size> 257 </property> 258 </spacer> 259 </item> 260 </layout> 261 </widget> 262 </widget> 263 </item> 264 <item> 265 <widget class="QDialogButtonBox" name="buttonBox"> 266 <property name="orientation"> 267 <enum>Qt::Horizontal</enum> 268 </property> 269 <property name="standardButtons"> 270 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 271 </property> 272 </widget> 273 </item> 274 </layout> 275 </widget> 276 <resources/> 277 <connections/> 278 <designerdata> 279 <property name="gridDeltaX"> 280 <number>10</number> 281 </property> 282 <property name="gridDeltaY"> 283 <number>10</number> 284 </property> 285 <property name="gridSnapX"> 286 <bool>true</bool> 287 </property> 288 <property name="gridSnapY"> 289 <bool>true</bool> 290 </property> 291 <property name="gridVisible"> 292 <bool>true</bool> 293 </property> 294 </designerdata> 295</ui> 296