1*bb02e0acSNicolas Bonnefon<?xml version="1.0" encoding="UTF-8"?> 2*bb02e0acSNicolas Bonnefon<ui version="4.0"> 3*bb02e0acSNicolas Bonnefon <class>OptionsDialog</class> 4*bb02e0acSNicolas Bonnefon <widget class="QDialog" name="OptionsDialog"> 5*bb02e0acSNicolas Bonnefon <property name="geometry"> 6*bb02e0acSNicolas Bonnefon <rect> 7*bb02e0acSNicolas Bonnefon <x>0</x> 8*bb02e0acSNicolas Bonnefon <y>0</y> 9*bb02e0acSNicolas Bonnefon <width>411</width> 10*bb02e0acSNicolas Bonnefon <height>303</height> 11*bb02e0acSNicolas Bonnefon </rect> 12*bb02e0acSNicolas Bonnefon </property> 13*bb02e0acSNicolas Bonnefon <property name="sizePolicy"> 14*bb02e0acSNicolas Bonnefon <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 15*bb02e0acSNicolas Bonnefon <horstretch>0</horstretch> 16*bb02e0acSNicolas Bonnefon <verstretch>0</verstretch> 17*bb02e0acSNicolas Bonnefon </sizepolicy> 18*bb02e0acSNicolas Bonnefon </property> 19*bb02e0acSNicolas Bonnefon <property name="windowTitle"> 20*bb02e0acSNicolas Bonnefon <string>Options</string> 21*bb02e0acSNicolas Bonnefon </property> 22*bb02e0acSNicolas Bonnefon <widget class="QDialogButtonBox" name="buttonBox"> 23*bb02e0acSNicolas Bonnefon <property name="geometry"> 24*bb02e0acSNicolas Bonnefon <rect> 25*bb02e0acSNicolas Bonnefon <x>60</x> 26*bb02e0acSNicolas Bonnefon <y>260</y> 27*bb02e0acSNicolas Bonnefon <width>341</width> 28*bb02e0acSNicolas Bonnefon <height>32</height> 29*bb02e0acSNicolas Bonnefon </rect> 30*bb02e0acSNicolas Bonnefon </property> 31*bb02e0acSNicolas Bonnefon <property name="orientation"> 32*bb02e0acSNicolas Bonnefon <enum>Qt::Horizontal</enum> 33*bb02e0acSNicolas Bonnefon </property> 34*bb02e0acSNicolas Bonnefon <property name="standardButtons"> 35*bb02e0acSNicolas Bonnefon <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 36*bb02e0acSNicolas Bonnefon </property> 37*bb02e0acSNicolas Bonnefon </widget> 38*bb02e0acSNicolas Bonnefon <widget class="QGroupBox" name="searchBox"> 39*bb02e0acSNicolas Bonnefon <property name="geometry"> 40*bb02e0acSNicolas Bonnefon <rect> 41*bb02e0acSNicolas Bonnefon <x>11</x> 42*bb02e0acSNicolas Bonnefon <y>89</y> 43*bb02e0acSNicolas Bonnefon <width>389</width> 44*bb02e0acSNicolas Bonnefon <height>161</height> 45*bb02e0acSNicolas Bonnefon </rect> 46*bb02e0acSNicolas Bonnefon </property> 47*bb02e0acSNicolas Bonnefon <property name="title"> 48*bb02e0acSNicolas Bonnefon <string>Search options</string> 49*bb02e0acSNicolas Bonnefon </property> 50*bb02e0acSNicolas Bonnefon <widget class="QWidget" name="layoutWidget"> 51*bb02e0acSNicolas Bonnefon <property name="geometry"> 52*bb02e0acSNicolas Bonnefon <rect> 53*bb02e0acSNicolas Bonnefon <x>10</x> 54*bb02e0acSNicolas Bonnefon <y>30</y> 55*bb02e0acSNicolas Bonnefon <width>371</width> 56*bb02e0acSNicolas Bonnefon <height>111</height> 57*bb02e0acSNicolas Bonnefon </rect> 58*bb02e0acSNicolas Bonnefon </property> 59*bb02e0acSNicolas Bonnefon <layout class="QGridLayout" name="gridLayout"> 60*bb02e0acSNicolas Bonnefon <item row="0" column="0"> 61*bb02e0acSNicolas Bonnefon <widget class="QLabel" name="label_3"> 62*bb02e0acSNicolas Bonnefon <property name="text"> 63*bb02e0acSNicolas Bonnefon <string>Main search type: </string> 64*bb02e0acSNicolas Bonnefon </property> 65*bb02e0acSNicolas Bonnefon </widget> 66*bb02e0acSNicolas Bonnefon </item> 67*bb02e0acSNicolas Bonnefon <item row="0" column="1"> 68*bb02e0acSNicolas Bonnefon <widget class="QComboBox" name="mainSearchBox"/> 69*bb02e0acSNicolas Bonnefon </item> 70*bb02e0acSNicolas Bonnefon <item row="1" column="0"> 71*bb02e0acSNicolas Bonnefon <widget class="QLabel" name="label_4"> 72*bb02e0acSNicolas Bonnefon <property name="text"> 73*bb02e0acSNicolas Bonnefon <string>QuickFind search type: </string> 74*bb02e0acSNicolas Bonnefon </property> 75*bb02e0acSNicolas Bonnefon </widget> 76*bb02e0acSNicolas Bonnefon </item> 77*bb02e0acSNicolas Bonnefon <item row="1" column="1"> 78*bb02e0acSNicolas Bonnefon <widget class="QComboBox" name="quickFindSearchBox"/> 79*bb02e0acSNicolas Bonnefon </item> 80*bb02e0acSNicolas Bonnefon <item row="4" column="1"> 81*bb02e0acSNicolas Bonnefon <widget class="QCheckBox" name="incrementalCheckBox"> 82*bb02e0acSNicolas Bonnefon <property name="layoutDirection"> 83*bb02e0acSNicolas Bonnefon <enum>Qt::LeftToRight</enum> 84*bb02e0acSNicolas Bonnefon </property> 85*bb02e0acSNicolas Bonnefon <property name="text"> 86*bb02e0acSNicolas Bonnefon <string>Incremental QuickFind</string> 87*bb02e0acSNicolas Bonnefon </property> 88*bb02e0acSNicolas Bonnefon </widget> 89*bb02e0acSNicolas Bonnefon </item> 90*bb02e0acSNicolas Bonnefon </layout> 91*bb02e0acSNicolas Bonnefon </widget> 92*bb02e0acSNicolas Bonnefon </widget> 93*bb02e0acSNicolas Bonnefon <widget class="QGroupBox" name="fontBox"> 94*bb02e0acSNicolas Bonnefon <property name="geometry"> 95*bb02e0acSNicolas Bonnefon <rect> 96*bb02e0acSNicolas Bonnefon <x>11</x> 97*bb02e0acSNicolas Bonnefon <y>11</y> 98*bb02e0acSNicolas Bonnefon <width>389</width> 99*bb02e0acSNicolas Bonnefon <height>71</height> 100*bb02e0acSNicolas Bonnefon </rect> 101*bb02e0acSNicolas Bonnefon </property> 102*bb02e0acSNicolas Bonnefon <property name="title"> 103*bb02e0acSNicolas Bonnefon <string>Font</string> 104*bb02e0acSNicolas Bonnefon </property> 105*bb02e0acSNicolas Bonnefon <widget class="QWidget" name="horizontalLayoutWidget"> 106*bb02e0acSNicolas Bonnefon <property name="geometry"> 107*bb02e0acSNicolas Bonnefon <rect> 108*bb02e0acSNicolas Bonnefon <x>10</x> 109*bb02e0acSNicolas Bonnefon <y>30</y> 110*bb02e0acSNicolas Bonnefon <width>371</width> 111*bb02e0acSNicolas Bonnefon <height>31</height> 112*bb02e0acSNicolas Bonnefon </rect> 113*bb02e0acSNicolas Bonnefon </property> 114*bb02e0acSNicolas Bonnefon <layout class="QHBoxLayout" name="horizontalLayout"> 115*bb02e0acSNicolas Bonnefon <item> 116*bb02e0acSNicolas Bonnefon <widget class="QLabel" name="label"> 117*bb02e0acSNicolas Bonnefon <property name="text"> 118*bb02e0acSNicolas Bonnefon <string>Family: </string> 119*bb02e0acSNicolas Bonnefon </property> 120*bb02e0acSNicolas Bonnefon </widget> 121*bb02e0acSNicolas Bonnefon </item> 122*bb02e0acSNicolas Bonnefon <item> 123*bb02e0acSNicolas Bonnefon <widget class="QComboBox" name="fontFamilyBox"/> 124*bb02e0acSNicolas Bonnefon </item> 125*bb02e0acSNicolas Bonnefon <item> 126*bb02e0acSNicolas Bonnefon <widget class="QLabel" name="label_2"> 127*bb02e0acSNicolas Bonnefon <property name="text"> 128*bb02e0acSNicolas Bonnefon <string>Size: </string> 129*bb02e0acSNicolas Bonnefon </property> 130*bb02e0acSNicolas Bonnefon </widget> 131*bb02e0acSNicolas Bonnefon </item> 132*bb02e0acSNicolas Bonnefon <item> 133*bb02e0acSNicolas Bonnefon <widget class="QComboBox" name="fontSizeBox"/> 134*bb02e0acSNicolas Bonnefon </item> 135*bb02e0acSNicolas Bonnefon </layout> 136*bb02e0acSNicolas Bonnefon </widget> 137*bb02e0acSNicolas Bonnefon </widget> 138*bb02e0acSNicolas Bonnefon </widget> 139*bb02e0acSNicolas Bonnefon <resources/> 140*bb02e0acSNicolas Bonnefon <connections/> 141*bb02e0acSNicolas Bonnefon <designerdata> 142*bb02e0acSNicolas Bonnefon <property name="gridDeltaX"> 143*bb02e0acSNicolas Bonnefon <number>10</number> 144*bb02e0acSNicolas Bonnefon </property> 145*bb02e0acSNicolas Bonnefon <property name="gridDeltaY"> 146*bb02e0acSNicolas Bonnefon <number>10</number> 147*bb02e0acSNicolas Bonnefon </property> 148*bb02e0acSNicolas Bonnefon <property name="gridSnapX"> 149*bb02e0acSNicolas Bonnefon <bool>true</bool> 150*bb02e0acSNicolas Bonnefon </property> 151*bb02e0acSNicolas Bonnefon <property name="gridSnapY"> 152*bb02e0acSNicolas Bonnefon <bool>true</bool> 153*bb02e0acSNicolas Bonnefon </property> 154*bb02e0acSNicolas Bonnefon <property name="gridVisible"> 155*bb02e0acSNicolas Bonnefon <bool>true</bool> 156*bb02e0acSNicolas Bonnefon </property> 157*bb02e0acSNicolas Bonnefon </designerdata> 158*bb02e0acSNicolas Bonnefon</ui> 159