Make backup dialog modal.
[maemo-rb.git] / rbutil / rbutilqt / gui / backupdialogfrm.ui
blobc7bf5f262bf35ce5bca19b75df61b18c446d212c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>BackupDialog</class>
4 <widget class="QDialog" name="BackupDialog">
5 <property name="windowModality">
6 <enum>Qt::WindowModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>554</width>
13 <height>448</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>Backup</string>
18 </property>
19 <layout class="QGridLayout" name="gridLayout_2">
20 <item row="0" column="0" rowspan="4">
21 <widget class="QLabel" name="label_4">
22 <property name="text">
23 <string/>
24 </property>
25 <property name="pixmap">
26 <pixmap resource="../rbutilqt.qrc">:/icons/wizard.jpg</pixmap>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1" colspan="3">
31 <widget class="QLabel" name="label_2">
32 <property name="text">
33 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This dialog will create a backup by archiving the contents of the Rockbox installation on the player into a zip file. This will include installed themes and settings stored below the .rockbox folder on the player.&lt;/p&gt;&lt;p&gt;The backup filename will be created based on the installed version. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
34 </property>
35 <property name="wordWrap">
36 <bool>true</bool>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="1" colspan="3">
41 <widget class="QGroupBox" name="groupBox">
42 <property name="title">
43 <string>Backup</string>
44 </property>
45 <layout class="QGridLayout" name="gridLayout">
46 <item row="0" column="0">
47 <widget class="QLabel" name="backupSize">
48 <property name="text">
49 <string>Size: unknown</string>
50 </property>
51 </widget>
52 </item>
53 <item row="1" column="0">
54 <widget class="QLabel" name="backupLocation">
55 <property name="text">
56 <string>Backup to: unknown</string>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="1">
61 <spacer name="horizontalSpacer">
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
64 </property>
65 <property name="sizeHint" stdset="0">
66 <size>
67 <width>78</width>
68 <height>20</height>
69 </size>
70 </property>
71 </spacer>
72 </item>
73 <item row="1" column="2">
74 <widget class="QPushButton" name="buttonChange">
75 <property name="text">
76 <string>&amp;Change</string>
77 </property>
78 <property name="icon">
79 <iconset resource="../rbutilqt.qrc">
80 <normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
81 </property>
82 </widget>
83 </item>
84 </layout>
85 </widget>
86 </item>
87 <item row="2" column="2" colspan="2">
88 <spacer name="verticalSpacer">
89 <property name="orientation">
90 <enum>Qt::Vertical</enum>
91 </property>
92 <property name="sizeHint" stdset="0">
93 <size>
94 <width>20</width>
95 <height>1</height>
96 </size>
97 </property>
98 </spacer>
99 </item>
100 <item row="3" column="1">
101 <spacer name="horizontalSpacer_2">
102 <property name="orientation">
103 <enum>Qt::Horizontal</enum>
104 </property>
105 <property name="sizeHint" stdset="0">
106 <size>
107 <width>143</width>
108 <height>20</height>
109 </size>
110 </property>
111 </spacer>
112 </item>
113 <item row="3" column="2">
114 <widget class="QPushButton" name="buttonBackup">
115 <property name="text">
116 <string>&amp;Backup</string>
117 </property>
118 <property name="icon">
119 <iconset resource="../rbutilqt.qrc">
120 <normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
121 </property>
122 </widget>
123 </item>
124 <item row="3" column="3">
125 <widget class="QPushButton" name="buttonCancel">
126 <property name="text">
127 <string>&amp;Cancel</string>
128 </property>
129 <property name="icon">
130 <iconset resource="../rbutilqt.qrc">
131 <normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
132 </property>
133 </widget>
134 </item>
135 </layout>
136 </widget>
137 <tabstops>
138 <tabstop>buttonBackup</tabstop>
139 <tabstop>buttonCancel</tabstop>
140 </tabstops>
141 <resources>
142 <include location="../rbutilqt.qrc"/>
143 </resources>
144 <connections/>
145 </ui>