WebUI: Minor optimizations to the login page
[qBittorrent.git] / src / gui / shutdownconfirmdialog.ui
blob2db0987011dc0a039b466132c3a6985fc50b2b82
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ShutdownConfirmDialog</class>
4 <widget class="QDialog" name="ShutdownConfirmDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>410</width>
10 <height>140</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <property name="topMargin">
15 <number>15</number>
16 </property>
17 <item>
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>
23 </property>
24 <property name="alignment">
25 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
26 </property>
27 </widget>
28 </item>
29 <item row="0" column="1">
30 <spacer name="horizontalSpacer">
31 <property name="orientation">
32 <enum>Qt::Horizontal</enum>
33 </property>
34 <property name="sizeType">
35 <enum>QSizePolicy::Fixed</enum>
36 </property>
37 <property name="sizeHint" stdset="0">
38 <size>
39 <width>20</width>
40 <height>0</height>
41 </size>
42 </property>
43 </spacer>
44 </item>
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>
51 </sizepolicy>
52 </property>
53 <property name="text">
54 <string notr="true">shutdown message goes here</string>
55 </property>
56 <property name="wordWrap">
57 <bool>true</bool>
58 </property>
59 </widget>
60 </item>
61 <item row="1" column="2">
62 <widget class="QCheckBox" name="neverShowAgainCheckbox">
63 <property name="text">
64 <string>Don't show again</string>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </item>
70 <item>
71 <spacer name="verticalSpacer">
72 <property name="orientation">
73 <enum>Qt::Vertical</enum>
74 </property>
75 <property name="sizeHint" stdset="0">
76 <size>
77 <width>0</width>
78 <height>0</height>
79 </size>
80 </property>
81 </spacer>
82 </item>
83 <item>
84 <widget class="QDialogButtonBox" name="buttonBox">
85 <property name="standardButtons">
86 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
87 </property>
88 </widget>
89 </item>
90 </layout>
91 </widget>
92 <resources/>
93 <connections/>
94 </ui>