1
<?xml version="1.0" encoding="UTF-8"?>
4
<widget class="QDialog" name="Dialog">
5
<property name="geometry">
13
<property name="maximumSize">
15
<width>16777215</width>
16
<height>16777215</height>
19
<property name="windowTitle">
20
<string>Make Startup Disk</string>
22
<layout class="QGridLayout" name="gridLayout">
23
<item row="0" column="0">
24
<widget class="QLabel" name="label">
25
<property name="text">
26
<string>To try or install Ubuntu from a removable disk, it needs to be set up as a startup disk.</string>
30
<item row="1" column="0">
31
<widget class="QLabel" name="source_label">
32
<property name="text">
33
<string>Source disc image (.iso):</string>
37
<item row="2" column="0">
38
<widget class="QTreeWidget" name="ui_source_list">
39
<property name="sizePolicy">
40
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
41
<horstretch>0</horstretch>
42
<verstretch>0</verstretch>
45
<property name="minimumSize">
51
<property name="rootIsDecorated">
54
<attribute name="headerStretchLastSection">
58
<property name="text">
59
<string>CD-Drive/Image</string>
63
<property name="text">
64
<string>OS Version</string>
68
<property name="text">
74
<item row="3" column="0">
75
<layout class="QHBoxLayout" name="horizontalLayout_3">
77
<spacer name="horizontalSpacer_3">
78
<property name="orientation">
79
<enum>Qt::Horizontal</enum>
81
<property name="sizeHint" stdset="0">
90
<widget class="QPushButton" name="ui_add_source">
91
<property name="text">
92
<string>Other...</string>
98
<item row="4" column="0">
99
<widget class="QLabel" name="label_3">
100
<property name="text">
101
<string>Disk to use:</string>
105
<item row="5" column="0">
106
<widget class="QTreeWidget" name="ui_dest_list">
107
<property name="minimumSize">
113
<property name="rootIsDecorated">
116
<attribute name="headerStretchLastSection">
120
<property name="text">
121
<string>Device</string>
125
<property name="text">
126
<string>Label</string>
130
<property name="text">
131
<string>Capacity</string>
136
<item row="6" column="0">
137
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0">
139
<widget class="QLabel" name="ui_dest_status">
140
<property name="text">
146
<spacer name="horizontalSpacer_4">
147
<property name="orientation">
148
<enum>Qt::Horizontal</enum>
150
<property name="sizeHint" stdset="0">
160
<item row="7" column="0">
161
<layout class="QHBoxLayout" name="horizontalLayout_2">
163
<spacer name="horizontalSpacer_2">
164
<property name="orientation">
165
<enum>Qt::Horizontal</enum>
167
<property name="sizeHint" stdset="0">
176
<widget class="QPushButton" name="ui_start_button">
177
<property name="text">
178
<string>Make Startup Disk</string>
183
<widget class="QPushButton" name="ui_quit_button">
184
<property name="text">
185
<string>Quit</string>
196
<sender>ui_quit_button</sender>
197
<signal>clicked()</signal>
198
<receiver>Dialog</receiver>
199
<slot>reject()</slot>
201
<hint type="sourcelabel">
205
<hint type="destinationlabel">