~ubuntu-branches/ubuntu/karmic/recoll/karmic

« back to all changes in this revision

Viewing changes to qtgui/ssearchb.ui

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2007-05-03 12:15:02 UTC
  • Revision ID: james.westby@ubuntu.com-20070503121502-rmfihk303ic03g59
Tags: upstream-1.8.1
ImportĀ upstreamĀ versionĀ 1.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>SSearchBase</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>SSearchBase</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>593</width>
 
12
            <height>48</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>SSearchBase</string>
 
17
    </property>
 
18
    <hbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
         <property name="margin">
 
23
             <number>4</number>
 
24
         </property>
 
25
         <property name="spacing">
 
26
             <number>2</number>
 
27
         </property>
 
28
        <widget class="QLayoutWidget">
 
29
            <property name="name">
 
30
                <cstring>layout2</cstring>
 
31
            </property>
 
32
            <hbox>
 
33
                <property name="name">
 
34
                    <cstring>unnamed</cstring>
 
35
                </property>
 
36
                <widget class="QPushButton">
 
37
                    <property name="name">
 
38
                        <cstring>clearqPB</cstring>
 
39
                    </property>
 
40
                    <property name="enabled">
 
41
                        <bool>false</bool>
 
42
                    </property>
 
43
                    <property name="text">
 
44
                        <string>Clear</string>
 
45
                    </property>
 
46
                    <property name="accel">
 
47
                        <string>Ctrl+S</string>
 
48
                    </property>
 
49
                    <property name="toolTip" stdset="0">
 
50
                        <string>Erase search entry</string>
 
51
                    </property>
 
52
                </widget>
 
53
                <widget class="QPushButton">
 
54
                    <property name="name">
 
55
                        <cstring>searchPB</cstring>
 
56
                    </property>
 
57
                    <property name="enabled">
 
58
                        <bool>false</bool>
 
59
                    </property>
 
60
                    <property name="text">
 
61
                        <string>Search</string>
 
62
                    </property>
 
63
                    <property name="accel">
 
64
                        <string></string>
 
65
                    </property>
 
66
                    <property name="toolTip" stdset="0">
 
67
                        <string>Start query</string>
 
68
                    </property>
 
69
                </widget>
 
70
                <widget class="QComboBox">
 
71
                    <property name="name">
 
72
                        <cstring>searchTypCMB</cstring>
 
73
                    </property>
 
74
                    <property name="focusPolicy">
 
75
                        <enum>TabFocus</enum>
 
76
                    </property>
 
77
                    <property name="toolTip" stdset="0">
 
78
                        <string>Choose type of search: any term, all terms, filename with possible wildcards.</string>
 
79
                    </property>
 
80
                </widget>
 
81
                <widget class="QComboBox">
 
82
                    <property name="name">
 
83
                        <cstring>queryText</cstring>
 
84
                    </property>
 
85
                    <property name="sizePolicy">
 
86
                        <sizepolicy>
 
87
                            <hsizetype>7</hsizetype>
 
88
                            <vsizetype>0</vsizetype>
 
89
                            <horstretch>8</horstretch>
 
90
                            <verstretch>0</verstretch>
 
91
                        </sizepolicy>
 
92
                    </property>
 
93
                    <property name="minimumSize">
 
94
                        <size>
 
95
                            <width>155</width>
 
96
                            <height>0</height>
 
97
                        </size>
 
98
                    </property>
 
99
                    <property name="editable">
 
100
                        <bool>true</bool>
 
101
                    </property>
 
102
                    <property name="maxCount">
 
103
                        <number>30</number>
 
104
                    </property>
 
105
                    <property name="insertionPolicy">
 
106
                        <enum>NoInsertion</enum>
 
107
                    </property>
 
108
                    <property name="duplicatesEnabled">
 
109
                        <bool>false</bool>
 
110
                    </property>
 
111
                    <property name="toolTip" stdset="0">
 
112
                        <string>Enter search terms here. Type ESC SPC for completions of current term.</string>
 
113
                    </property>
 
114
                </widget>
 
115
            </hbox>
 
116
        </widget>
 
117
    </hbox>
 
118
</widget>
 
119
<layoutdefaults spacing="6" margin="0"/>
 
120
</UI>