<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CloneVMDlg</class> <widget class="QDialog" name="CloneVMDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>616</width> <height>238</height> </rect> </property> <property name="windowTitle"> <string>Clone qube</string> </property> <property name="windowIcon"> <iconset theme="qubes-manager"> <normaloff>.</normaloff>.</iconset> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QTabWidget" name="tabWidget"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tabWidgetPage1"> <attribute name="title"> <string>Basic</string> </attribute> <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>12</number> </property> <property name="topMargin"> <number>12</number> </property> <property name="rightMargin"> <number>12</number> </property> <property name="bottomMargin"> <number>12</number> </property> <property name="horizontalSpacing"> <number>12</number> </property> <property name="verticalSpacing"> <number>9</number> </property> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Source qube:</string> </property> </widget> </item> <item row="1" column="3"> <widget class="QComboBox" name="label"> <property name="frame"> <bool>true</bool> </property> </widget> </item> <item row="1" column="1" colspan="2"> <widget class="QLineEdit" name="name"> <property name="text"> <string>my-cloned-qube</string> </property> </widget> </item> <item row="0" column="1" colspan="2"> <widget class="QComboBox" name="src_vm"/> </item> <item row="1" column="0"> <widget class="QLabel" name="name_label"> <property name="text"> <string>Clone name:</string> </property> </widget> </item> <item row="5" column="1" colspan="3"> <widget class="QCheckBox" name="launch_settings"> <property name="text"> <string>launch settings after cloning</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab"> <attribute name="title"> <string>Advanced</string> </attribute> <layout class="QGridLayout" name="gridLayout_4"> <property name="leftMargin"> <number>12</number> </property> <property name="topMargin"> <number>12</number> </property> <property name="rightMargin"> <number>12</number> </property> <property name="bottomMargin"> <number>12</number> </property> <property name="horizontalSpacing"> <number>12</number> </property> <property name="verticalSpacing"> <number>9</number> </property> <item row="1" column="1"> <widget class="QComboBox" name="storage_pool"> <property name="currentText"> <string/> </property> </widget> </item> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label_5"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string><html><head/><body><p><span style=" font-weight:600;">Caution</span>: changing these settings can compromise your system or make the qube unable to boot. Use only if you know what you are doing.</p></body></html></string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Storage pool</string> </property> </widget> </item> <item row="2" column="0"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>10</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> <item row="1" column="0"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>name</tabstop> <tabstop>label</tabstop> <tabstop>launch_settings</tabstop> <tabstop>src_vm</tabstop> <tabstop>tabWidget</tabstop> <tabstop>storage_pool</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>CloneVMDlg</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>257</x> <y>190</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>CloneVMDlg</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>325</x> <y>190</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>