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>387</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 <spacer name="verticalSpacer"> 157 <property name="orientation"> 158 <enum>Qt::Vertical</enum> 159 </property> 160 <property name="sizeHint" stdset="0"> 161 <size> 162 <width>20</width> 163 <height>0</height> 164 </size> 165 </property> 166 </spacer> 167 </item> 168 </layout> 169 </widget> 170 <widget class="QWidget" name="advanced_tab"> 171 <property name="enabled"> 172 <bool>true</bool> 173 </property> 174 <attribute name="title"> 175 <string>Advanced</string> 176 </attribute> 177 <layout class="QVBoxLayout" name="verticalLayout_5"> 178 <item> 179 <widget class="QGroupBox" name="pollBox"> 180 <property name="title"> 181 <string>File polling</string> 182 </property> 183 <layout class="QVBoxLayout" name="verticalLayout"> 184 <item> 185 <widget class="QCheckBox" name="pollingCheckBox"> 186 <property name="text"> 187 <string>Enable Polling</string> 188 </property> 189 </widget> 190 </item> 191 <item> 192 <layout class="QHBoxLayout" name="horizontalLayout_2"> 193 <item> 194 <widget class="QLabel" name="label_5"> 195 <property name="text"> 196 <string>Time Interval (ms):</string> 197 </property> 198 </widget> 199 </item> 200 <item> 201 <widget class="QLineEdit" name="pollIntervalLineEdit"> 202 <property name="maximumSize"> 203 <size> 204 <width>16777215</width> 205 <height>16777215</height> 206 </size> 207 </property> 208 <property name="inputMethodHints"> 209 <set>Qt::ImhDigitsOnly</set> 210 </property> 211 </widget> 212 </item> 213 </layout> 214 </item> 215 <item> 216 <widget class="QLabel" name="label_7"> 217 <property name="text"> 218 <string>Files will be polled at the interval specified here.</string> 219 </property> 220 <property name="textFormat"> 221 <enum>Qt::AutoText</enum> 222 </property> 223 <property name="wordWrap"> 224 <bool>true</bool> 225 </property> 226 </widget> 227 </item> 228 <item> 229 <spacer name="verticalSpacer_2"> 230 <property name="orientation"> 231 <enum>Qt::Vertical</enum> 232 </property> 233 <property name="sizeHint" stdset="0"> 234 <size> 235 <width>20</width> 236 <height>40</height> 237 </size> 238 </property> 239 </spacer> 240 </item> 241 </layout> 242 </widget> 243 </item> 244 </layout> 245 </widget> 246 </widget> 247 </item> 248 <item> 249 <widget class="QDialogButtonBox" name="buttonBox"> 250 <property name="orientation"> 251 <enum>Qt::Horizontal</enum> 252 </property> 253 <property name="standardButtons"> 254 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 255 </property> 256 </widget> 257 </item> 258 </layout> 259 </widget> 260 <resources/> 261 <connections/> 262 <designerdata> 263 <property name="gridDeltaX"> 264 <number>10</number> 265 </property> 266 <property name="gridDeltaY"> 267 <number>10</number> 268 </property> 269 <property name="gridSnapX"> 270 <bool>true</bool> 271 </property> 272 <property name="gridSnapY"> 273 <bool>true</bool> 274 </property> 275 <property name="gridVisible"> 276 <bool>true</bool> 277 </property> 278 </designerdata> 279</ui> 280