1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>ShutdownConfirmDialog
</class>
4 <widget class=
"QDialog" name=
"ShutdownConfirmDialog">
5 <property name=
"geometry">
13 <layout class=
"QVBoxLayout" name=
"verticalLayout_3">
14 <property name=
"topMargin">
18 <layout class=
"QGridLayout" name=
"gridLayout">
19 <item row=
"0" column=
"0" rowspan=
"2">
20 <widget class=
"QLabel" name=
"warningLabel">
21 <property name=
"text">
22 <string notr=
"true">warning icon
</string>
24 <property name=
"alignment">
25 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
</set>
29 <item row=
"0" column=
"1">
30 <spacer name=
"horizontalSpacer">
31 <property name=
"orientation">
32 <enum>Qt::Horizontal
</enum>
34 <property name=
"sizeType">
35 <enum>QSizePolicy::Fixed
</enum>
37 <property name=
"sizeHint" stdset=
"0">
45 <item row=
"0" column=
"2">
46 <widget class=
"QLabel" name=
"shutdownText">
47 <property name=
"sizePolicy">
48 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Preferred">
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch>
53 <property name=
"text">
54 <string notr=
"true">shutdown message goes here
</string>
56 <property name=
"wordWrap">
61 <item row=
"1" column=
"2">
62 <widget class=
"QCheckBox" name=
"neverShowAgainCheckbox">
63 <property name=
"text">
64 <string>Don't show again
</string>
71 <spacer name=
"verticalSpacer">
72 <property name=
"orientation">
73 <enum>Qt::Vertical
</enum>
75 <property name=
"sizeHint" stdset=
"0">
84 <widget class=
"QDialogButtonBox" name=
"buttonBox">
85 <property name=
"standardButtons">
86 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>