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>
2012-05-11 22:52:27 +02:00
<width>500</width>
<height>200</height>
2010-05-11 16:51:31 +02:00
</rect>
</property>
<property name="windowTitle">
2012-05-11 22:52:27 +02:00
<string>Create New VM</string>
2010-05-11 16:51:31 +02:00
</property>
<property name="windowIcon">
<iconset>
<normaloff>:/qubes.png</normaloff>:/qubes.png</iconset>
</property>
2012-05-11 22:52:27 +02:00
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="3">
<widget class="QComboBox" name="vmlabel">
<property name="frame">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QComboBox" name="template_name"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Use this template:</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QRadioButton" name="proxyvm_radio">
<property name="text">
<string>ProxyVM</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QRadioButton" name="netvm_radio">
<property name="text">
<string>NetVM</string>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="vmname">
<property name="text">
<string>my-new-vm</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QRadioButton" name="appvm_radio">
<property name="text">
<string>AppVM</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QRadioButton" name="hvm_radio">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>HVM</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Name & label:</string>
</property>
</widget>
</item>
2012-11-09 21:04:29 +01:00
<item row="1" column="3">
<widget class="QCheckBox" name="standalone">
<property name="text">
<string>Standalone</string>
</property>
</widget>
</item>
2012-05-11 22:52:27 +02:00
</layout>
</item>
<item>
<widget class="QCheckBox" name="allow_networking">
<property name="text">
<string>Allow networking</string>
</property>
<property name="checked">
<bool>true</bool>
2010-05-11 16:51:31 +02:00
</property>
</widget>
</item>
2012-05-11 22:52:27 +02:00
<item>
2013-11-21 04:19:41 +01:00
<widget class="QFrame" name="hvmtemplatewarningbox">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
2012-05-11 22:52:27 +02:00
</property>
2013-11-21 04:19:41 +01:00
<property name="frameShadow">
<enum>QFrame::Raised</enum>
2012-05-11 22:52:27 +02:00
</property>
2013-11-21 04:19:41 +01:00
<widget class="QLabel" name="hvmtemplatewarning">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>482</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-weight:600; color:#ff0000;">Make sure that the license of the OS installed in a template VM grants you permission to run multiple instances of an installed system.</span></p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
2012-05-11 22:52:27 +02:00
</item>
<item>
2010-05-11 16:51:31 +02:00
<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>
<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>