newappvmdlg.ui 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>NewVMDlg</class>
  4. <widget class="QDialog" name="NewVMDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>618</width>
  10. <height>214</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Create new qube</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset theme="qubes-manager">
  18. <normaloff/>
  19. </iconset>
  20. </property>
  21. <widget class="QDialogButtonBox" name="buttonBox">
  22. <property name="geometry">
  23. <rect>
  24. <x>330</x>
  25. <y>180</y>
  26. <width>160</width>
  27. <height>27</height>
  28. </rect>
  29. </property>
  30. <property name="orientation">
  31. <enum>Qt::Horizontal</enum>
  32. </property>
  33. <property name="standardButtons">
  34. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  35. </property>
  36. </widget>
  37. <widget class="QWidget" name="layoutWidget">
  38. <property name="geometry">
  39. <rect>
  40. <x>0</x>
  41. <y>10</y>
  42. <width>596</width>
  43. <height>175</height>
  44. </rect>
  45. </property>
  46. <layout class="QGridLayout" name="gridLayout">
  47. <item row="0" column="3">
  48. <widget class="QComboBox" name="label">
  49. <property name="frame">
  50. <bool>true</bool>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="0" column="1" colspan="2">
  55. <widget class="QLineEdit" name="name">
  56. <property name="text">
  57. <string>my-new-vm</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="0" column="0">
  62. <widget class="QLabel" name="name_label">
  63. <property name="text">
  64. <string>Name and label:</string>
  65. </property>
  66. <property name="buddy">
  67. <cstring>name</cstring>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="2" column="1" colspan="3">
  72. <widget class="QComboBox" name="netvm"/>
  73. </item>
  74. <item row="1" column="0">
  75. <widget class="QLabel" name="template_label">
  76. <property name="text">
  77. <string>Use this template:</string>
  78. </property>
  79. <property name="buddy">
  80. <cstring>template_vm</cstring>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="1" column="1" colspan="3">
  85. <widget class="QComboBox" name="template_vm"/>
  86. </item>
  87. <item row="2" column="0">
  88. <widget class="QLabel" name="netvm_label">
  89. <property name="text">
  90. <string>Network:</string>
  91. </property>
  92. <property name="buddy">
  93. <cstring>template_vm</cstring>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="3" column="2">
  98. <widget class="QCheckBox" name="hvm">
  99. <property name="text">
  100. <string>HVM</string>
  101. </property>
  102. <property name="checked">
  103. <bool>true</bool>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="3" column="1">
  108. <widget class="QCheckBox" name="provides_network">
  109. <property name="text">
  110. <string>Provides network</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item row="3" column="3">
  115. <widget class="QCheckBox" name="standalone">
  116. <property name="enabled">
  117. <bool>false</bool>
  118. </property>
  119. <property name="text">
  120. <string>Standalone</string>
  121. </property>
  122. </widget>
  123. </item>
  124. </layout>
  125. </widget>
  126. </widget>
  127. <tabstops>
  128. <tabstop>name</tabstop>
  129. <tabstop>template_vm</tabstop>
  130. <tabstop>buttonBox</tabstop>
  131. </tabstops>
  132. <resources/>
  133. <connections>
  134. <connection>
  135. <sender>buttonBox</sender>
  136. <signal>accepted()</signal>
  137. <receiver>NewVMDlg</receiver>
  138. <slot>accept()</slot>
  139. <hints>
  140. <hint type="sourcelabel">
  141. <x>257</x>
  142. <y>190</y>
  143. </hint>
  144. <hint type="destinationlabel">
  145. <x>157</x>
  146. <y>274</y>
  147. </hint>
  148. </hints>
  149. </connection>
  150. <connection>
  151. <sender>buttonBox</sender>
  152. <signal>rejected()</signal>
  153. <receiver>NewVMDlg</receiver>
  154. <slot>reject()</slot>
  155. <hints>
  156. <hint type="sourcelabel">
  157. <x>325</x>
  158. <y>190</y>
  159. </hint>
  160. <hint type="destinationlabel">
  161. <x>286</x>
  162. <y>274</y>
  163. </hint>
  164. </hints>
  165. </connection>
  166. </connections>
  167. </ui>