2010-05-11 16:51:31 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2012-05-11 22:52:27 +02:00
|
|
|
<class>NewVMDlg</class>
|
|
|
|
<widget class="QDialog" name="NewVMDlg">
|
2010-05-11 16:51:31 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-07-12 14:10:15 +02:00
|
|
|
<width>618</width>
|
|
|
|
<height>214</height>
|
2010-05-11 16:51:31 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2017-07-12 14:10:15 +02:00
|
|
|
<string>Create new qube</string>
|
2010-05-11 16:51:31 +02:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2017-07-12 14:10:15 +02:00
|
|
|
<iconset theme="qubes-manager">
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
2010-05-11 16:51:31 +02:00
|
|
|
</property>
|
2014-05-31 01:58:20 +02:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>330</x>
|
|
|
|
<y>180</y>
|
|
|
|
<width>160</width>
|
|
|
|
<height>27</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-07-12 14:10:15 +02:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2014-05-31 01:58:20 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2017-07-12 14:10:15 +02:00
|
|
|
<x>0</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>596</width>
|
|
|
|
<height>175</height>
|
2014-05-31 01:58:20 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2017-07-12 14:10:15 +02:00
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QComboBox" name="label">
|
|
|
|
<property name="frame">
|
|
|
|
<bool>true</bool>
|
2014-05-31 01:58:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-12 14:10:15 +02:00
|
|
|
<item row="0" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="name">
|
2014-05-31 01:58:20 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>my-new-vm</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-12 14:10:15 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="name_label">
|
2014-05-31 01:58:20 +02:00
|
|
|
<property name="text">
|
2017-07-12 14:10:15 +02:00
|
|
|
<string>Name and label:</string>
|
2014-05-31 01:58:20 +02:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
2017-07-12 14:10:15 +02:00
|
|
|
<cstring>name</cstring>
|
2014-05-31 01:58:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-12 14:10:15 +02:00
|
|
|
<item row="2" column="1" colspan="3">
|
|
|
|
<widget class="QComboBox" name="netvm"/>
|
2014-05-31 01:58:20 +02:00
|
|
|
</item>
|
2017-07-12 14:10:15 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="template_label">
|
2014-05-31 01:58:20 +02:00
|
|
|
<property name="text">
|
2017-07-12 14:10:15 +02:00
|
|
|
<string>Use this template:</string>
|
2014-05-31 01:58:20 +02:00
|
|
|
</property>
|
2017-07-12 14:10:15 +02:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>template_vm</cstring>
|
2013-11-21 04:19:41 +01:00
|
|
|
</property>
|
2014-05-31 01:58:20 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-12 14:10:15 +02:00
|
|
|
<item row="1" column="1" colspan="3">
|
|
|
|
<widget class="QComboBox" name="template_vm"/>
|
2014-05-31 01:58:20 +02:00
|
|
|
</item>
|
2017-07-12 14:10:15 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="netvm_label">
|
2014-05-31 01:58:20 +02:00
|
|
|
<property name="text">
|
2017-07-12 14:10:15 +02:00
|
|
|
<string>Network:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>template_vm</cstring>
|
2014-05-31 01:58:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-12 14:10:15 +02:00
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QCheckBox" name="hvm">
|
2014-05-31 01:58:20 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>HVM</string>
|
2013-11-21 04:19:41 +01:00
|
|
|
</property>
|
2017-07-12 14:10:15 +02:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2014-05-31 01:58:20 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-12 14:10:15 +02:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QCheckBox" name="provides_network">
|
2014-05-31 01:58:20 +02:00
|
|
|
<property name="text">
|
2017-07-12 14:10:15 +02:00
|
|
|
<string>Provides network</string>
|
2014-05-31 01:58:20 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-07-12 14:10:15 +02:00
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QCheckBox" name="standalone">
|
2017-07-30 18:59:06 +02:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-11-21 04:19:41 +01:00
|
|
|
<property name="text">
|
2017-07-12 14:10:15 +02:00
|
|
|
<string>Standalone</string>
|
2013-11-21 04:19:41 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
2014-05-31 01:58:20 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-05-11 16:51:31 +02:00
|
|
|
</widget>
|
2014-03-06 01:47:05 +01:00
|
|
|
<tabstops>
|
2017-07-12 14:10:15 +02:00
|
|
|
<tabstop>name</tabstop>
|
|
|
|
<tabstop>template_vm</tabstop>
|
2014-03-06 01:47:05 +01:00
|
|
|
<tabstop>buttonBox</tabstop>
|
|
|
|
</tabstops>
|
2010-05-11 16:51:31 +02:00
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
2012-05-11 22:52:27 +02:00
|
|
|
<receiver>NewVMDlg</receiver>
|
2010-05-11 16:51:31 +02:00
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2013-11-21 04:19:41 +01:00
|
|
|
<x>257</x>
|
|
|
|
<y>190</y>
|
2010-05-11 16:51:31 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
2012-05-11 22:52:27 +02:00
|
|
|
<receiver>NewVMDlg</receiver>
|
2010-05-11 16:51:31 +02:00
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2013-11-21 04:19:41 +01:00
|
|
|
<x>325</x>
|
|
|
|
<y>190</y>
|
2010-05-11 16:51:31 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|