restoredlg.ui 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Restore</class>
  4. <widget class="QWizard" name="Restore">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>700</width>
  10. <height>399</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Qubes Restore VMs</string>
  15. </property>
  16. <property name="locale">
  17. <locale language="English" country="UnitedStates"/>
  18. </property>
  19. <widget class="QWizardPage" name="wizardPage1">
  20. <layout class="QGridLayout" name="gridLayout">
  21. <item row="1" column="0">
  22. <widget class="QLabel" name="label">
  23. <property name="text">
  24. <string>Device</string>
  25. </property>
  26. </widget>
  27. </item>
  28. <item row="1" column="1" colspan="2">
  29. <widget class="QComboBox" name="comboBox">
  30. <property name="sizePolicy">
  31. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  32. <horstretch>0</horstretch>
  33. <verstretch>0</verstretch>
  34. </sizepolicy>
  35. </property>
  36. <item>
  37. <property name="text">
  38. <string>dev1</string>
  39. </property>
  40. </item>
  41. <item>
  42. <property name="text">
  43. <string>longdeviceblablabla</string>
  44. </property>
  45. </item>
  46. <item>
  47. <property name="text">
  48. <string>dev2</string>
  49. </property>
  50. </item>
  51. <item>
  52. <property name="text">
  53. <string>dev3</string>
  54. </property>
  55. </item>
  56. </widget>
  57. </item>
  58. <item row="2" column="0">
  59. <widget class="QLabel" name="label_2">
  60. <property name="text">
  61. <string>Backup directory:</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item row="2" column="1">
  66. <widget class="QLineEdit" name="pathLineEdit"/>
  67. </item>
  68. <item row="2" column="2">
  69. <widget class="QToolButton" name="selectPathButton">
  70. <property name="text">
  71. <string>...</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item row="0" column="1">
  76. <widget class="QLabel" name="label_3">
  77. <property name="font">
  78. <font>
  79. <pointsize>12</pointsize>
  80. <weight>75</weight>
  81. <italic>false</italic>
  82. <bold>true</bold>
  83. <underline>false</underline>
  84. </font>
  85. </property>
  86. <property name="text">
  87. <string>Select backup source location:</string>
  88. </property>
  89. </widget>
  90. </item>
  91. </layout>
  92. </widget>
  93. <widget class="QWizardPage" name="wizardPage">
  94. <layout class="QVBoxLayout" name="verticalLayout">
  95. <item>
  96. <widget class="QLabel" name="label_4">
  97. <property name="font">
  98. <font>
  99. <pointsize>12</pointsize>
  100. <weight>75</weight>
  101. <italic>false</italic>
  102. <bold>true</bold>
  103. <underline>false</underline>
  104. </font>
  105. </property>
  106. <property name="text">
  107. <string>Select VMs to restore:</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QWidget" name="selectVMsWidget" native="true"/>
  113. </item>
  114. <item>
  115. <widget class="QLabel" name="label_5">
  116. <property name="font">
  117. <font>
  118. <pointsize>12</pointsize>
  119. <weight>75</weight>
  120. <italic>false</italic>
  121. <bold>true</bold>
  122. <underline>false</underline>
  123. </font>
  124. </property>
  125. <property name="text">
  126. <string>Restore options:</string>
  127. </property>
  128. </widget>
  129. </item>
  130. <item>
  131. <layout class="QGridLayout" name="gridLayout_2">
  132. <item row="0" column="0">
  133. <widget class="QCheckBox" name="skip_broken">
  134. <property name="toolTip">
  135. <string>Do not restore VMs that have missing templates or netvms.</string>
  136. </property>
  137. <property name="text">
  138. <string>skip broken</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="0" column="1">
  143. <widget class="QCheckBox" name="skip_conflicting">
  144. <property name="toolTip">
  145. <string>Do not restore VMs that are already present on the host.</string>
  146. </property>
  147. <property name="text">
  148. <string>skip conflicting</string>
  149. </property>
  150. </widget>
  151. </item>
  152. <item row="0" column="2">
  153. <widget class="QCheckBox" name="ignore_uname_mismatch">
  154. <property name="toolTip">
  155. <string>Ignore dom0 username mismatch while restoring homedir.</string>
  156. </property>
  157. <property name="text">
  158. <string>ignore username mismatch</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item row="1" column="0">
  163. <widget class="QCheckBox" name="ignore_missing">
  164. <property name="toolTip">
  165. <string>Ignore missing templates or netvms, restore VMs anyway.</string>
  166. </property>
  167. <property name="text">
  168. <string>ignore missing</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item row="1" column="1">
  173. <widget class="QCheckBox" name="force_root">
  174. <property name="toolTip">
  175. <string>Force to run, even with root privileges.</string>
  176. </property>
  177. <property name="text">
  178. <string>force root</string>
  179. </property>
  180. </widget>
  181. </item>
  182. </layout>
  183. </item>
  184. </layout>
  185. </widget>
  186. <widget class="QWizardPage" name="wizardPage2">
  187. <layout class="QVBoxLayout" name="verticalLayout_2">
  188. <item>
  189. <widget class="QLabel" name="label_6">
  190. <property name="font">
  191. <font>
  192. <pointsize>12</pointsize>
  193. <weight>75</weight>
  194. <italic>false</italic>
  195. <bold>true</bold>
  196. <underline>false</underline>
  197. </font>
  198. </property>
  199. <property name="text">
  200. <string>You're about to perform the following actions:</string>
  201. </property>
  202. </widget>
  203. </item>
  204. <item>
  205. <widget class="QTextEdit" name="textEdit">
  206. <property name="html">
  207. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  208. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  209. p, li { white-space: pre-wrap; }
  210. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  211. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;A lot of info&lt;br /&gt;A lot of info&lt;br /&gt;A lot of info&lt;br /&gt;A lot of info&lt;br /&gt;A lot of info&lt;br /&gt;A lot of info&lt;br /&gt;A lot of info A lot of info A lot of info A lot of info A lot of info A lot of info&lt;/p&gt;
  212. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;A lot of info A lot of info A lot of info A lot of info A lot of info A lot of info&lt;/p&gt;
  213. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;A lot of info A lot of info A lot of info A lot of info A lot of info A lot of info&lt;/p&gt;
  214. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;A lot of info A lot of info A lot of info A lot of info A lot of info A lot of info&lt;/p&gt;
  215. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;A lot of info A lot of info A lot of info A lot of info A lot of info A lot of info&lt;br /&gt;A lot of info&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  216. </property>
  217. </widget>
  218. </item>
  219. <item>
  220. <widget class="QLabel" name="label_7">
  221. <property name="font">
  222. <font>
  223. <pointsize>12</pointsize>
  224. <weight>75</weight>
  225. <italic>false</italic>
  226. <bold>true</bold>
  227. <underline>false</underline>
  228. </font>
  229. </property>
  230. <property name="text">
  231. <string>To accept press Finish. </string>
  232. </property>
  233. </widget>
  234. </item>
  235. </layout>
  236. </widget>
  237. </widget>
  238. <resources/>
  239. <connections/>
  240. </ui>