restoredlg.ui 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  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. <property name="options">
  20. <set>QWizard::NoBackButtonOnLastPage|QWizard::NoBackButtonOnStartPage</set>
  21. </property>
  22. <widget class="QWizardPage" name="wizardPage1">
  23. <layout class="QVBoxLayout" name="verticalLayout">
  24. <item>
  25. <widget class="QGroupBox" name="groupBox_2">
  26. <property name="font">
  27. <font>
  28. <weight>50</weight>
  29. <bold>false</bold>
  30. </font>
  31. </property>
  32. <property name="title">
  33. <string>Backup source location</string>
  34. </property>
  35. <layout class="QGridLayout" name="gridLayout">
  36. <item row="0" column="0">
  37. <widget class="QLabel" name="label">
  38. <property name="font">
  39. <font>
  40. <weight>50</weight>
  41. <bold>false</bold>
  42. </font>
  43. </property>
  44. <property name="text">
  45. <string>Device</string>
  46. </property>
  47. </widget>
  48. </item>
  49. <item row="0" column="1">
  50. <widget class="QComboBox" name="comboBox">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. <item>
  58. <property name="text">
  59. <string>dev1</string>
  60. </property>
  61. </item>
  62. <item>
  63. <property name="text">
  64. <string>longdeviceblablabla</string>
  65. </property>
  66. </item>
  67. <item>
  68. <property name="text">
  69. <string>dev2</string>
  70. </property>
  71. </item>
  72. <item>
  73. <property name="text">
  74. <string>dev3</string>
  75. </property>
  76. </item>
  77. </widget>
  78. </item>
  79. <item row="1" column="0">
  80. <widget class="QLabel" name="label_2">
  81. <property name="text">
  82. <string>Backup directory:</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="1" column="1">
  87. <widget class="QLineEdit" name="pathLineEdit"/>
  88. </item>
  89. <item row="1" column="2">
  90. <widget class="QToolButton" name="selectPathButton">
  91. <property name="text">
  92. <string>...</string>
  93. </property>
  94. </widget>
  95. </item>
  96. </layout>
  97. </widget>
  98. </item>
  99. <item>
  100. <spacer name="verticalSpacer">
  101. <property name="orientation">
  102. <enum>Qt::Vertical</enum>
  103. </property>
  104. <property name="sizeHint" stdset="0">
  105. <size>
  106. <width>20</width>
  107. <height>215</height>
  108. </size>
  109. </property>
  110. </spacer>
  111. </item>
  112. </layout>
  113. </widget>
  114. <widget class="QWizardPage" name="wizardPage">
  115. <layout class="QVBoxLayout" name="verticalLayout_4">
  116. <item>
  117. <widget class="QGroupBox" name="seletVMsGroupbox">
  118. <property name="title">
  119. <string>VMs to restore</string>
  120. </property>
  121. <layout class="QVBoxLayout" name="selectVMsLayout"/>
  122. </widget>
  123. </item>
  124. <item>
  125. <widget class="QGroupBox" name="groupBox">
  126. <property name="font">
  127. <font>
  128. <weight>50</weight>
  129. <bold>false</bold>
  130. </font>
  131. </property>
  132. <property name="title">
  133. <string>Restore options</string>
  134. </property>
  135. <layout class="QGridLayout" name="gridLayout_2">
  136. <item row="0" column="0">
  137. <widget class="QCheckBox" name="skip_broken">
  138. <property name="font">
  139. <font>
  140. <weight>50</weight>
  141. <bold>false</bold>
  142. </font>
  143. </property>
  144. <property name="toolTip">
  145. <string>Do not restore VMs that have missing templates or netvms.</string>
  146. </property>
  147. <property name="text">
  148. <string>skip broken</string>
  149. </property>
  150. </widget>
  151. </item>
  152. <item row="0" column="1">
  153. <widget class="QCheckBox" name="ignore_missing">
  154. <property name="toolTip">
  155. <string>Ignore missing templates or netvms, restore VMs anyway.</string>
  156. </property>
  157. <property name="text">
  158. <string>ignore missing</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item row="0" column="2">
  163. <widget class="QCheckBox" name="skip_conflicting">
  164. <property name="toolTip">
  165. <string>Do not restore VMs that are already present on the host.</string>
  166. </property>
  167. <property name="text">
  168. <string>skip conflicting</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item row="1" column="0" colspan="2">
  173. <widget class="QCheckBox" name="ignore_uname_mismatch">
  174. <property name="toolTip">
  175. <string>Ignore dom0 username mismatch while restoring homedir.</string>
  176. </property>
  177. <property name="text">
  178. <string>ignore username mismatch</string>
  179. </property>
  180. </widget>
  181. </item>
  182. </layout>
  183. </widget>
  184. </item>
  185. </layout>
  186. </widget>
  187. <widget class="QWizardPage" name="wizardPage2">
  188. <layout class="QVBoxLayout" name="verticalLayout_2">
  189. <item>
  190. <widget class="QLabel" name="label_6">
  191. <property name="font">
  192. <font>
  193. <pointsize>9</pointsize>
  194. <weight>50</weight>
  195. <italic>false</italic>
  196. <bold>false</bold>
  197. <underline>false</underline>
  198. </font>
  199. </property>
  200. <property name="text">
  201. <string>You're about to perform the following actions:</string>
  202. </property>
  203. </widget>
  204. </item>
  205. <item>
  206. <widget class="QTextEdit" name="textEdit">
  207. <property name="html">
  208. <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;
  209. &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;
  210. p, li { white-space: pre-wrap; }
  211. &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;
  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&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;
  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;/p&gt;
  216. &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>
  217. </property>
  218. </widget>
  219. </item>
  220. <item>
  221. <widget class="QLabel" name="label_7">
  222. <property name="font">
  223. <font>
  224. <pointsize>9</pointsize>
  225. <weight>50</weight>
  226. <italic>false</italic>
  227. <bold>false</bold>
  228. <underline>false</underline>
  229. </font>
  230. </property>
  231. <property name="text">
  232. <string>To continue press Next. </string>
  233. </property>
  234. </widget>
  235. </item>
  236. </layout>
  237. </widget>
  238. <widget class="QWizardPage" name="wizardPage_2">
  239. <layout class="QVBoxLayout" name="verticalLayout_3">
  240. <item>
  241. <widget class="QLabel" name="label_8">
  242. <property name="font">
  243. <font>
  244. <pointsize>9</pointsize>
  245. <weight>50</weight>
  246. <italic>false</italic>
  247. <bold>false</bold>
  248. <underline>false</underline>
  249. </font>
  250. </property>
  251. <property name="text">
  252. <string>Restore in progress...</string>
  253. </property>
  254. </widget>
  255. </item>
  256. <item>
  257. <widget class="QProgressBar" name="progressBar">
  258. <property name="value">
  259. <number>24</number>
  260. </property>
  261. <property name="alignment">
  262. <set>Qt::AlignCenter</set>
  263. </property>
  264. <property name="invertedAppearance">
  265. <bool>false</bool>
  266. </property>
  267. </widget>
  268. </item>
  269. </layout>
  270. </widget>
  271. </widget>
  272. <resources/>
  273. <connections/>
  274. </ui>