1 | <ui version="4.0" >
|
---|
2 | <class>Form</class>
|
---|
3 | <widget class="QWidget" name="Form" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>378</width>
|
---|
9 | <height>158</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>Find Text</string>
|
---|
14 | </property>
|
---|
15 | <layout class="QVBoxLayout" >
|
---|
16 | <property name="margin" >
|
---|
17 | <number>9</number>
|
---|
18 | </property>
|
---|
19 | <property name="spacing" >
|
---|
20 | <number>6</number>
|
---|
21 | </property>
|
---|
22 | <item>
|
---|
23 | <layout class="QGridLayout" >
|
---|
24 | <property name="margin" >
|
---|
25 | <number>0</number>
|
---|
26 | </property>
|
---|
27 | <property name="spacing" >
|
---|
28 | <number>6</number>
|
---|
29 | </property>
|
---|
30 | <item row="0" column="1" >
|
---|
31 | <widget class="QLineEdit" name="lineEdit" />
|
---|
32 | </item>
|
---|
33 | <item row="0" column="0" >
|
---|
34 | <widget class="QLabel" name="searchLabel" >
|
---|
35 | <property name="text" >
|
---|
36 | <string>&Keyword:</string>
|
---|
37 | </property>
|
---|
38 | <property name="buddy" >
|
---|
39 | <cstring>lineEdit</cstring>
|
---|
40 | </property>
|
---|
41 | </widget>
|
---|
42 | </item>
|
---|
43 | <item row="0" column="2" >
|
---|
44 | <widget class="QPushButton" name="findButton" >
|
---|
45 | <property name="text" >
|
---|
46 | <string>&Find</string>
|
---|
47 | </property>
|
---|
48 | </widget>
|
---|
49 | </item>
|
---|
50 | </layout>
|
---|
51 | </item>
|
---|
52 | <item>
|
---|
53 | <widget class="QTextEdit" name="textEdit" />
|
---|
54 | </item>
|
---|
55 | <item>
|
---|
56 | <spacer>
|
---|
57 | <property name="orientation" >
|
---|
58 | <enum>Qt::Vertical</enum>
|
---|
59 | </property>
|
---|
60 | <property name="sizeHint" >
|
---|
61 | <size>
|
---|
62 | <width>20</width>
|
---|
63 | <height>16</height>
|
---|
64 | </size>
|
---|
65 | </property>
|
---|
66 | </spacer>
|
---|
67 | </item>
|
---|
68 | </layout>
|
---|
69 | </widget>
|
---|
70 | <resources/>
|
---|
71 | <connections>
|
---|
72 | <connection>
|
---|
73 | <sender>lineEdit</sender>
|
---|
74 | <signal>returnPressed()</signal>
|
---|
75 | <receiver>findButton</receiver>
|
---|
76 | <slot>animateClick()</slot>
|
---|
77 | <hints>
|
---|
78 | <hint type="sourcelabel" >
|
---|
79 | <x>261</x>
|
---|
80 | <y>17</y>
|
---|
81 | </hint>
|
---|
82 | <hint type="destinationlabel" >
|
---|
83 | <x>320</x>
|
---|
84 | <y>17</y>
|
---|
85 | </hint>
|
---|
86 | </hints>
|
---|
87 | </connection>
|
---|
88 | </connections>
|
---|
89 | </ui>
|
---|