Advanced Settings Panel
[pierogi] / dialogs / pirtextentrydialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PIRTextEntryDialog</class>
4  <widget class="QDialog" name="PIRTextEntryDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <property name="margin">
18     <number>8</number>
19    </property>
20    <item row="0" column="0">
21     <layout class="QVBoxLayout" name="verticalLayout">
22      <item>
23       <widget class="QLineEdit" name="textEntryLineEdit"/>
24      </item>
25      <item>
26       <widget class="QDialogButtonBox" name="buttonBox">
27        <property name="orientation">
28         <enum>Qt::Horizontal</enum>
29        </property>
30        <property name="standardButtons">
31         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
32        </property>
33       </widget>
34      </item>
35     </layout>
36    </item>
37   </layout>
38  </widget>
39  <resources/>
40  <connections>
41   <connection>
42    <sender>buttonBox</sender>
43    <signal>accepted()</signal>
44    <receiver>PIRTextEntryDialog</receiver>
45    <slot>accept()</slot>
46    <hints>
47     <hint type="sourcelabel">
48      <x>248</x>
49      <y>254</y>
50     </hint>
51     <hint type="destinationlabel">
52      <x>157</x>
53      <y>274</y>
54     </hint>
55    </hints>
56   </connection>
57   <connection>
58    <sender>buttonBox</sender>
59    <signal>rejected()</signal>
60    <receiver>PIRTextEntryDialog</receiver>
61    <slot>reject()</slot>
62    <hints>
63     <hint type="sourcelabel">
64      <x>316</x>
65      <y>260</y>
66     </hint>
67     <hint type="destinationlabel">
68      <x>286</x>
69      <y>274</y>
70     </hint>
71    </hints>
72   </connection>
73  </connections>
74 </ui>