1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>RebootDialog
</class>
4 <widget class=
"QDialog" name=
"RebootDialog">
5 <property name=
"windowModality">
6 <enum>Qt::ApplicationModal
</enum>
8 <property name=
"geometry">
16 <property name=
"windowTitle">
17 <string>Reboot
</string>
19 <property name=
"windowIcon">
20 <iconset resource=
"../coreplugin/core.qrc">
21 <normaloff>:/core/images/flight.png
</normaloff>:/core/images/flight.png
</iconset>
23 <property name=
"modal">
26 <layout class=
"QVBoxLayout" name=
"verticalLayout">
28 <widget class=
"QLabel" name=
"label">
29 <property name=
"sizePolicy">
30 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Expanding">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
35 <property name=
"text">
36 <string><html
><head/
><body
><p
>Please wait. Your controller is rebooting.
<br/
>This can take up to a minute.
</p
></body
></html
></string>
38 <property name=
"alignment">
39 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
</set>
41 <property name=
"wordWrap">
47 <widget class=
"QProgressBar" name=
"rebootProgressBar">
48 <property name=
"styleSheet">
49 <string notr=
"true">QProgressBar {
50 border:
2px solid grey;
55 background-color: #
3D6699;
60 <property name=
"maximum">
63 <property name=
"value">
68 <item alignment=
"Qt::AlignRight">
69 <widget class=
"QPushButton" name=
"okButton">
70 <property name=
"text">
73 <property name=
"default">
81 <include location=
"../coreplugin/core.qrc"/>