~vcs-imports/bibletime/trunk

« back to all changes in this revision

Viewing changes to bibletime/frontend/searchdialog/searchoptionsform.ui

  • Committer: mgruner
  • Date: 2007-05-08 15:51:07 UTC
  • Revision ID: vcs-imports@canonical.com-20070508155107-0rj7jdmm5ivf8685
-imported source and data files to new svn module
-this is where KDE4-based development will take place

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>SearchOptionsForm</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>SearchOptionsForm</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>648</width>
 
12
            <height>130</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="sizePolicy">
 
16
        <sizepolicy>
 
17
            <hsizetype>5</hsizetype>
 
18
            <vsizetype>0</vsizetype>
 
19
            <horstretch>0</horstretch>
 
20
            <verstretch>0</verstretch>
 
21
        </sizepolicy>
 
22
    </property>
 
23
    <property name="minimumSize">
 
24
        <size>
 
25
            <width>260</width>
 
26
            <height>130</height>
 
27
        </size>
 
28
    </property>
 
29
    <property name="baseSize">
 
30
        <size>
 
31
            <width>420</width>
 
32
            <height>150</height>
 
33
        </size>
 
34
    </property>
 
35
    <property name="caption">
 
36
        <string>Search Options</string>
 
37
    </property>
 
38
    <hbox>
 
39
        <property name="name">
 
40
            <cstring>unnamed</cstring>
 
41
        </property>
 
42
        <widget class="QGroupBox">
 
43
            <property name="name">
 
44
                <cstring>searchGroupBox</cstring>
 
45
            </property>
 
46
            <property name="margin">
 
47
                <number>0</number>
 
48
            </property>
 
49
            <property name="title">
 
50
                <string>Search parameters</string>
 
51
            </property>
 
52
            <grid>
 
53
                <property name="name">
 
54
                    <cstring>unnamed</cstring>
 
55
                </property>
 
56
                <property name="margin">
 
57
                    <number>6</number>
 
58
                </property>
 
59
                <property name="spacing">
 
60
                    <number>3</number>
 
61
                </property>
 
62
                <widget class="QLabel" row="0" column="0">
 
63
                    <property name="name">
 
64
                        <cstring>m_searchTextLabel</cstring>
 
65
                    </property>
 
66
                    <property name="sizePolicy">
 
67
                        <sizepolicy>
 
68
                            <hsizetype>1</hsizetype>
 
69
                            <vsizetype>1</vsizetype>
 
70
                            <horstretch>0</horstretch>
 
71
                            <verstretch>0</verstretch>
 
72
                        </sizepolicy>
 
73
                    </property>
 
74
                    <property name="text">
 
75
                        <string>Search for:</string>
 
76
                    </property>
 
77
                </widget>
 
78
                <widget class="QPushButton" row="0" column="2">
 
79
                    <property name="name">
 
80
                        <cstring>m_syntaxButton</cstring>
 
81
                    </property>
 
82
                    <property name="text">
 
83
                        <string>&amp;Help</string>
 
84
                    </property>
 
85
                    <property name="accel">
 
86
                        <string>Alt+H</string>
 
87
                    </property>
 
88
                </widget>
 
89
                <widget class="QPushButton" row="1" column="2">
 
90
                    <property name="name">
 
91
                        <cstring>m_chooseModulesButton</cstring>
 
92
                    </property>
 
93
                    <property name="text">
 
94
                        <string>&amp;Choose</string>
 
95
                    </property>
 
96
                    <property name="accel">
 
97
                        <string>Alt+C</string>
 
98
                    </property>
 
99
                </widget>
 
100
                <widget class="QPushButton" row="2" column="2">
 
101
                    <property name="name">
 
102
                        <cstring>m_chooseRangeButton</cstring>
 
103
                    </property>
 
104
                    <property name="text">
 
105
                        <string>&amp;Setup</string>
 
106
                    </property>
 
107
                    <property name="accel">
 
108
                        <string>Alt+S</string>
 
109
                    </property>
 
110
                </widget>
 
111
                <widget class="QLabel" row="2" column="0">
 
112
                    <property name="name">
 
113
                        <cstring>m_searchScopeLabel</cstring>
 
114
                    </property>
 
115
                    <property name="sizePolicy">
 
116
                        <sizepolicy>
 
117
                            <hsizetype>1</hsizetype>
 
118
                            <vsizetype>1</vsizetype>
 
119
                            <horstretch>0</horstretch>
 
120
                            <verstretch>0</verstretch>
 
121
                        </sizepolicy>
 
122
                    </property>
 
123
                    <property name="text">
 
124
                        <string>Search scope:</string>
 
125
                    </property>
 
126
                </widget>
 
127
                <widget class="KComboBox" row="2" column="1">
 
128
                    <property name="name">
 
129
                        <cstring>m_rangeChooserCombo</cstring>
 
130
                    </property>
 
131
                    <property name="sizePolicy">
 
132
                        <sizepolicy>
 
133
                            <hsizetype>7</hsizetype>
 
134
                            <vsizetype>0</vsizetype>
 
135
                            <horstretch>0</horstretch>
 
136
                            <verstretch>0</verstretch>
 
137
                        </sizepolicy>
 
138
                    </property>
 
139
                </widget>
 
140
                <widget class="KHistoryCombo" row="0" column="1">
 
141
                    <property name="name">
 
142
                        <cstring>m_searchTextCombo</cstring>
 
143
                    </property>
 
144
                    <property name="sizePolicy">
 
145
                        <sizepolicy>
 
146
                            <hsizetype>7</hsizetype>
 
147
                            <vsizetype>0</vsizetype>
 
148
                            <horstretch>0</horstretch>
 
149
                            <verstretch>0</verstretch>
 
150
                        </sizepolicy>
 
151
                    </property>
 
152
                    <property name="focusPolicy">
 
153
                        <enum>WheelFocus</enum>
 
154
                    </property>
 
155
                    <property name="sizeLimit">
 
156
                        <number>25</number>
 
157
                    </property>
 
158
                    <property name="insertionPolicy">
 
159
                        <enum>AtBottom</enum>
 
160
                    </property>
 
161
                    <property name="duplicatesEnabled">
 
162
                        <bool>false</bool>
 
163
                    </property>
 
164
                </widget>
 
165
                <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">
 
166
                    <property name="name">
 
167
                        <cstring>m_modulesLabel</cstring>
 
168
                    </property>
 
169
                    <property name="sizePolicy">
 
170
                        <sizepolicy>
 
171
                            <hsizetype>1</hsizetype>
 
172
                            <vsizetype>1</vsizetype>
 
173
                            <horstretch>0</horstretch>
 
174
                            <verstretch>0</verstretch>
 
175
                        </sizepolicy>
 
176
                    </property>
 
177
                    <property name="text">
 
178
                        <string>Search in:</string>
 
179
                    </property>
 
180
                    <property name="textFormat">
 
181
                        <enum>RichText</enum>
 
182
                    </property>
 
183
                    <property name="alignment">
 
184
                        <set>WordBreak|AlignVCenter|AlignLeft</set>
 
185
                    </property>
 
186
                </widget>
 
187
            </grid>
 
188
        </widget>
 
189
    </hbox>
 
190
</widget>
 
191
<customwidgets>
 
192
</customwidgets>
 
193
<layoutdefaults spacing="3" margin="0"/>
 
194
<includehints>
 
195
    <includehint>kcombobox.h</includehint>
 
196
    <includehint>kcombobox.h</includehint>
 
197
    <includehint>klineedit.h</includehint>
 
198
</includehints>
 
199
</UI>