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