]> git.sven.stormbind.net Git - sven/vym.git/blob - warningdialog.ui
1e6115dea1c0d5cac36397f54a204898398f9478
[sven/vym.git] / 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="palette">
20       <palette>
21        <active>
22         <colorrole role="Base">
23          <brush brushstyle="SolidPattern">
24           <color alpha="255">
25            <red>238</red>
26            <green>238</green>
27            <blue>238</blue>
28           </color>
29          </brush>
30         </colorrole>
31        </active>
32        <inactive>
33         <colorrole role="Base">
34          <brush brushstyle="SolidPattern">
35           <color alpha="255">
36            <red>238</red>
37            <green>238</green>
38            <blue>238</blue>
39           </color>
40          </brush>
41         </colorrole>
42        </inactive>
43        <disabled>
44         <colorrole role="Base">
45          <brush brushstyle="SolidPattern">
46           <color alpha="255">
47            <red>238</red>
48            <green>238</green>
49            <blue>238</blue>
50           </color>
51          </brush>
52         </colorrole>
53        </disabled>
54       </palette>
55      </property>
56      <property name="frameShape">
57       <enum>QFrame::NoFrame</enum>
58      </property>
59      <property name="frameShadow">
60       <enum>QFrame::Plain</enum>
61      </property>
62      <property name="readOnly">
63       <bool>true</bool>
64      </property>
65     </widget>
66    </item>
67    <item>
68     <spacer name="verticalSpacer">
69      <property name="orientation">
70       <enum>Qt::Vertical</enum>
71      </property>
72      <property name="sizeHint" stdset="0">
73       <size>
74        <width>20</width>
75        <height>26</height>
76       </size>
77      </property>
78     </spacer>
79    </item>
80    <item>
81     <layout class="QHBoxLayout">
82      <property name="spacing">
83       <number>6</number>
84      </property>
85      <property name="margin">
86       <number>0</number>
87      </property>
88      <item>
89       <widget class="QCheckBox" name="showAgainBox">
90        <property name="text">
91         <string>showAgainBox</string>
92        </property>
93        <property name="checked">
94         <bool>true</bool>
95        </property>
96       </widget>
97      </item>
98      <item>
99       <spacer>
100        <property name="orientation">
101         <enum>Qt::Horizontal</enum>
102        </property>
103        <property name="sizeType">
104         <enum>QSizePolicy::Expanding</enum>
105        </property>
106        <property name="sizeHint" stdset="0">
107         <size>
108          <width>73</width>
109          <height>31</height>
110         </size>
111        </property>
112       </spacer>
113      </item>
114      <item>
115       <widget class="QPushButton" name="cancelButton">
116        <property name="text">
117         <string>Cancel</string>
118        </property>
119       </widget>
120      </item>
121      <item>
122       <widget class="QPushButton" name="okButton">
123        <property name="text">
124         <string>Ok</string>
125        </property>
126       </widget>
127      </item>
128     </layout>
129    </item>
130   </layout>
131  </widget>
132  <resources/>
133  <connections>
134   <connection>
135    <sender>okButton</sender>
136    <signal>pressed()</signal>
137    <receiver>WarningDialog</receiver>
138    <slot>accept()</slot>
139    <hints>
140     <hint type="sourcelabel">
141      <x>518</x>
142      <y>234</y>
143     </hint>
144     <hint type="destinationlabel">
145      <x>272</x>
146      <y>127</y>
147     </hint>
148    </hints>
149   </connection>
150   <connection>
151    <sender>cancelButton</sender>
152    <signal>pressed()</signal>
153    <receiver>WarningDialog</receiver>
154    <slot>reject()</slot>
155    <hints>
156     <hint type="sourcelabel">
157      <x>436</x>
158      <y>232</y>
159     </hint>
160     <hint type="destinationlabel">
161      <x>219</x>
162      <y>223</y>
163     </hint>
164    </hints>
165   </connection>
166  </connections>
167 </ui>