Move find dialog layout code into separate ui file
[vlp.git] / src / edit / ui / dialogs / FindDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>FindDialog</class>
4  <widget class="QDialog" name="FindDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>355</width>
10     <height>80</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout_2">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout">
19      <property name="leftMargin">
20       <number>7</number>
21      </property>
22      <property name="topMargin">
23       <number>6</number>
24      </property>
25      <property name="rightMargin">
26       <number>6</number>
27      </property>
28      <property name="bottomMargin">
29       <number>6</number>
30      </property>
31      <item>
32       <layout class="QHBoxLayout" name="horizontalLayout">
33        <property name="spacing">
34         <number>10</number>
35        </property>
36        <item>
37         <widget class="QLabel" name="label">
38          <property name="text">
39           <string>Text</string>
40          </property>
41         </widget>
42        </item>
43        <item>
44         <widget class="QLineEdit" name="lineEdit">
45          <property name="minimumSize">
46           <size>
47            <width>200</width>
48            <height>0</height>
49           </size>
50          </property>
51         </widget>
52        </item>
53       </layout>
54      </item>
55      <item>
56       <widget class="QCheckBox" name="caseSensitive">
57        <property name="text">
58         <string>Case sensitive</string>
59        </property>
60       </widget>
61      </item>
62     </layout>
63    </item>
64    <item>
65     <widget class="QDialogButtonBox" name="buttonBox">
66      <property name="orientation">
67       <enum>Qt::Vertical</enum>
68      </property>
69      <property name="standardButtons">
70       <set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
71      </property>
72     </widget>
73    </item>
74   </layout>
75  </widget>
76  <resources/>
77  <connections>
78   <connection>
79    <sender>buttonBox</sender>
80    <signal>accepted()</signal>
81    <receiver>FindDialog</receiver>
82    <slot>accept()</slot>
83    <hints>
84     <hint type="sourcelabel">
85      <x>248</x>
86      <y>254</y>
87     </hint>
88     <hint type="destinationlabel">
89      <x>157</x>
90      <y>274</y>
91     </hint>
92    </hints>
93   </connection>
94   <connection>
95    <sender>buttonBox</sender>
96    <signal>rejected()</signal>
97    <receiver>FindDialog</receiver>
98    <slot>reject()</slot>
99    <hints>
100     <hint type="sourcelabel">
101      <x>316</x>
102      <y>260</y>
103     </hint>
104     <hint type="destinationlabel">
105      <x>286</x>
106      <y>274</y>
107     </hint>
108    </hints>
109   </connection>
110  </connections>
111 </ui>