UI/SearchWidget.ui

changeset 1823
21d988eaf1bf
child 1829
fa72a573967f
equal deleted inserted replaced
1822:6ee4a434e64c 1823:21d988eaf1bf
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SearchWidget</class>
4 <widget class="QWidget" name="SearchWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>343</width>
10 <height>76</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Find</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <property name="margin">
18 <number>0</number>
19 </property>
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout">
22 <item>
23 <widget class="QToolButton" name="closeButton">
24 <property name="toolTip">
25 <string>Press to close the window</string>
26 </property>
27 <property name="text">
28 <string/>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <widget class="QLabel" name="label">
34 <property name="text">
35 <string>Find:</string>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QComboBox" name="findtextCombo">
41 <property name="sizePolicy">
42 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
43 <horstretch>0</horstretch>
44 <verstretch>0</verstretch>
45 </sizepolicy>
46 </property>
47 <property name="minimumSize">
48 <size>
49 <width>200</width>
50 <height>0</height>
51 </size>
52 </property>
53 <property name="editable">
54 <bool>true</bool>
55 </property>
56 <property name="insertPolicy">
57 <enum>QComboBox::InsertAtTop</enum>
58 </property>
59 <property name="autoCompletion">
60 <bool>false</bool>
61 </property>
62 <property name="duplicatesEnabled">
63 <bool>false</bool>
64 </property>
65 </widget>
66 </item>
67 <item>
68 <widget class="QToolButton" name="findPrevButton">
69 <property name="toolTip">
70 <string>Press to find the previous occurrence</string>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="QToolButton" name="findNextButton">
76 <property name="toolTip">
77 <string>Press to find the next occurrence</string>
78 </property>
79 </widget>
80 </item>
81 </layout>
82 </item>
83 <item>
84 <layout class="QHBoxLayout" name="horizontalLayout_2">
85 <item>
86 <widget class="QCheckBox" name="caseCheckBox">
87 <property name="text">
88 <string>Match case</string>
89 </property>
90 </widget>
91 </item>
92 <item>
93 <widget class="QCheckBox" name="wordCheckBox">
94 <property name="text">
95 <string>Whole word</string>
96 </property>
97 </widget>
98 </item>
99 </layout>
100 </item>
101 <item>
102 <spacer name="verticalSpacer">
103 <property name="orientation">
104 <enum>Qt::Vertical</enum>
105 </property>
106 <property name="sizeHint" stdset="0">
107 <size>
108 <width>20</width>
109 <height>1</height>
110 </size>
111 </property>
112 </spacer>
113 </item>
114 </layout>
115 </widget>
116 <tabstops>
117 <tabstop>findtextCombo</tabstop>
118 <tabstop>caseCheckBox</tabstop>
119 <tabstop>wordCheckBox</tabstop>
120 <tabstop>findNextButton</tabstop>
121 <tabstop>findPrevButton</tabstop>
122 <tabstop>closeButton</tabstop>
123 </tabstops>
124 <resources/>
125 <connections/>
126 </ui>

eric ide

mercurial