Various fixes, also from 1.12. branch
2 <class>WarningDialog</class>
3 <widget class="QDialog" name="WarningDialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>VYM - Warning : Foo...</string>
15 <layout class="QVBoxLayout" >
16 <property name="margin" >
19 <property name="spacing" >
23 <widget class="QTextEdit" name="warningTE" >
24 <property name="palette" >
27 <colorrole role="Base" >
28 <brush brushstyle="SolidPattern" >
38 <colorrole role="Base" >
39 <brush brushstyle="SolidPattern" >
49 <colorrole role="Base" >
50 <brush brushstyle="SolidPattern" >
61 <property name="frameShape" >
62 <enum>QFrame::NoFrame</enum>
64 <property name="frameShadow" >
65 <enum>QFrame::Plain</enum>
67 <property name="readOnly" >
73 <widget class="QLabel" name="warningSign" >
74 <property name="text" >
81 <property name="orientation" >
82 <enum>Qt::Vertical</enum>
84 <property name="sizeType" >
85 <enum>QSizePolicy::Expanding</enum>
87 <property name="sizeHint" >
96 <layout class="QHBoxLayout" >
97 <property name="margin" >
100 <property name="spacing" >
104 <widget class="QCheckBox" name="showAgainBox" >
105 <property name="text" >
106 <string>showAgainBox</string>
108 <property name="checked" >
115 <property name="orientation" >
116 <enum>Qt::Horizontal</enum>
118 <property name="sizeType" >
119 <enum>QSizePolicy::Expanding</enum>
121 <property name="sizeHint" >
130 <widget class="QPushButton" name="cancelButton" >
131 <property name="text" >
132 <string>Cancel</string>
137 <widget class="QPushButton" name="okButton" >
138 <property name="text" >
147 <layoutdefault spacing="6" margin="11" />
148 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
152 <sender>cancelButton</sender>
153 <signal>clicked()</signal>
154 <receiver>WarningDialog</receiver>
155 <slot>reject()</slot>
157 <hint type="sourcelabel" >
161 <hint type="destinationlabel" >
168 <sender>okButton</sender>
169 <signal>clicked()</signal>
170 <receiver>WarningDialog</receiver>
171 <slot>accept()</slot>
173 <hint type="sourcelabel" >
177 <hint type="destinationlabel" >