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