]> git.sven.stormbind.net Git - sven/vym.git/blob - forms/lineeditdialog.ui
Replace Pierre as the maintainer
[sven/vym.git] / forms / lineeditdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LineEditDialog</class>
4  <widget class="QDialog" name="LineEditDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>545</width>
10     <height>116</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <property name="accessibleName">
17    <string notr="true"/>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout">
20    <item>
21     <widget class="QLabel" name="label">
22      <property name="accessibleName">
23       <string notr="true"/>
24      </property>
25      <property name="text">
26       <string>TextLabel</string>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <widget class="QLineEdit" name="lineEdit">
32      <property name="accessibleName">
33       <string notr="true"/>
34      </property>
35     </widget>
36    </item>
37    <item>
38     <spacer name="verticalSpacer">
39      <property name="orientation">
40       <enum>Qt::Vertical</enum>
41      </property>
42      <property name="sizeHint" stdset="0">
43       <size>
44        <width>20</width>
45        <height>26</height>
46       </size>
47      </property>
48     </spacer>
49    </item>
50    <item>
51     <layout class="QHBoxLayout">
52      <property name="spacing">
53       <number>6</number>
54      </property>
55      <property name="leftMargin">
56       <number>0</number>
57      </property>
58      <property name="topMargin">
59       <number>0</number>
60      </property>
61      <property name="rightMargin">
62       <number>0</number>
63      </property>
64      <property name="bottomMargin">
65       <number>0</number>
66      </property>
67      <item>
68       <spacer>
69        <property name="orientation">
70         <enum>Qt::Horizontal</enum>
71        </property>
72        <property name="sizeType">
73         <enum>QSizePolicy::Expanding</enum>
74        </property>
75        <property name="sizeHint" stdset="0">
76         <size>
77          <width>73</width>
78          <height>31</height>
79         </size>
80        </property>
81       </spacer>
82      </item>
83      <item>
84       <widget class="QPushButton" name="cancelButton">
85        <property name="accessibleName">
86         <string/>
87        </property>
88        <property name="text">
89         <string>Cancel</string>
90        </property>
91        <property name="autoDefault">
92         <bool>false</bool>
93        </property>
94       </widget>
95      </item>
96      <item>
97       <widget class="QPushButton" name="okButton">
98        <property name="text">
99         <string>Ok</string>
100        </property>
101       </widget>
102      </item>
103     </layout>
104    </item>
105   </layout>
106  </widget>
107  <resources/>
108  <connections>
109   <connection>
110    <sender>okButton</sender>
111    <signal>clicked()</signal>
112    <receiver>LineEditDialog</receiver>
113    <slot>accept()</slot>
114    <hints>
115     <hint type="sourcelabel">
116      <x>539</x>
117      <y>87</y>
118     </hint>
119     <hint type="destinationlabel">
120      <x>272</x>
121      <y>127</y>
122     </hint>
123    </hints>
124   </connection>
125   <connection>
126    <sender>cancelButton</sender>
127    <signal>clicked()</signal>
128    <receiver>LineEditDialog</receiver>
129    <slot>reject()</slot>
130    <hints>
131     <hint type="sourcelabel">
132      <x>490</x>
133      <y>87</y>
134     </hint>
135     <hint type="destinationlabel">
136      <x>219</x>
137      <y>223</y>
138     </hint>
139    </hints>
140   </connection>
141  </connections>
142 </ui>