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