<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>GlobalSettings</class> <widget class="QDialog" name="GlobalSettings"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>678</width> <height>288</height> </rect> </property> <property name="windowTitle"> <string>Qubes Global Settings</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QGroupBox" name="groupBox"> <property name="enabled"> <bool>false</bool> </property> <property name="title"> <string>System defaults</string> </property> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>UpdateVM:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="updateVMcombo"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>ClockVM:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="clockVMcombo"/> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Default netVM:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="defaultNetVMcombo"/> </item> <item row="3" column="0"> <widget class="QLabel" name="label_4"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Default template:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QComboBox" name="defaultTemplateVMCombo"/> </item> </layout> </widget> </item> <item row="0" column="1"> <widget class="QGroupBox" name="groupBox_3"> <property name="enabled"> <bool>false</bool> </property> <property name="title"> <string>Default memory settings</string> </property> <widget class="QLabel" name="label_6"> <property name="geometry"> <rect> <x>11</x> <y>26</y> <width>134</width> <height>16</height> </rect> </property> <property name="text"> <string>Minimal VM's memory:</string> </property> </widget> <widget class="QLabel" name="label_7"> <property name="geometry"> <rect> <x>11</x> <y>57</y> <width>139</width> <height>16</height> </rect> </property> <property name="text"> <string>dom0 memory margin:</string> </property> </widget> <widget class="QSpinBox" name="minVMmem"> <property name="geometry"> <rect> <x>156</x> <y>26</y> <width>121</width> <height>25</height> </rect> </property> <property name="suffix"> <string> MB</string> </property> <property name="maximum"> <number>999999999</number> </property> <property name="singleStep"> <number>10</number> </property> </widget> <widget class="QSpinBox" name="dom0memMargin"> <property name="geometry"> <rect> <x>156</x> <y>57</y> <width>121</width> <height>25</height> </rect> </property> <property name="suffix"> <string> MB</string> </property> <property name="maximum"> <number>999999999</number> </property> <property name="singleStep"> <number>50</number> </property> </widget> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QGroupBox" name="groupBox_2"> <property name="enabled"> <bool>false</bool> </property> <property name="title"> <string>Kernel</string> </property> <layout class="QFormLayout" name="formLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Default kernel:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="comboBox_5"/> </item> </layout> </widget> </item> <item row="2" column="0" colspan="2"> <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> <receiver>GlobalSettings</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>GlobalSettings</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>