restoredlg.ui 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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="select_dir_page">
  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="dev_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="dir_line_edit"/>
  88. </item>
  89. <item row="1" column="2">
  90. <widget class="QToolButton" name="select_path_button">
  91. <property name="text">
  92. <string>...</string>
  93. </property>
  94. </widget>
  95. </item>
  96. </layout>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QGroupBox" name="options_groupbox">
  101. <property name="font">
  102. <font>
  103. <weight>50</weight>
  104. <bold>false</bold>
  105. </font>
  106. </property>
  107. <property name="title">
  108. <string>Restore options</string>
  109. </property>
  110. <layout class="QGridLayout" name="gridLayout_2">
  111. <item row="0" column="0">
  112. <widget class="QCheckBox" name="ignore_missing">
  113. <property name="toolTip">
  114. <string>Ignore missing templates or netvms, restore VMs anyway.</string>
  115. </property>
  116. <property name="text">
  117. <string>ignore missing</string>
  118. </property>
  119. </widget>
  120. </item>
  121. <item row="0" column="1">
  122. <widget class="QCheckBox" name="skip_dom0">
  123. <property name="text">
  124. <string>skip dom0</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item row="1" column="0">
  129. <widget class="QCheckBox" name="ignore_uname_mismatch">
  130. <property name="toolTip">
  131. <string>Ignore dom0 username mismatch while restoring homedir.</string>
  132. </property>
  133. <property name="text">
  134. <string>ignore username mismatch</string>
  135. </property>
  136. </widget>
  137. </item>
  138. </layout>
  139. </widget>
  140. </item>
  141. <item>
  142. <spacer name="verticalSpacer">
  143. <property name="orientation">
  144. <enum>Qt::Vertical</enum>
  145. </property>
  146. <property name="sizeHint" stdset="0">
  147. <size>
  148. <width>20</width>
  149. <height>215</height>
  150. </size>
  151. </property>
  152. </spacer>
  153. </item>
  154. </layout>
  155. </widget>
  156. <widget class="QWizardPage" name="select_vms_page">
  157. <layout class="QVBoxLayout" name="verticalLayout_4">
  158. <item>
  159. <widget class="QGroupBox" name="select_vms_groupbox">
  160. <property name="title">
  161. <string>VMs to restore</string>
  162. </property>
  163. <layout class="QVBoxLayout" name="select_vms_layout"/>
  164. </widget>
  165. </item>
  166. </layout>
  167. </widget>
  168. <widget class="QWizardPage" name="confirm_page">
  169. <layout class="QVBoxLayout" name="verticalLayout_2">
  170. <item>
  171. <widget class="QLabel" name="label_6">
  172. <property name="font">
  173. <font>
  174. <pointsize>9</pointsize>
  175. <weight>50</weight>
  176. <italic>false</italic>
  177. <bold>false</bold>
  178. <underline>false</underline>
  179. </font>
  180. </property>
  181. <property name="text">
  182. <string>You're about to perform the following actions:</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item>
  187. <widget class="QTextEdit" name="confirm_text_edit">
  188. <property name="html">
  189. <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;
  190. &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;
  191. p, li { white-space: pre-wrap; }
  192. &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;
  193. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  194. </property>
  195. </widget>
  196. </item>
  197. <item>
  198. <widget class="QLabel" name="label_7">
  199. <property name="font">
  200. <font>
  201. <pointsize>9</pointsize>
  202. <weight>50</weight>
  203. <italic>false</italic>
  204. <bold>false</bold>
  205. <underline>false</underline>
  206. </font>
  207. </property>
  208. <property name="text">
  209. <string>To continue press Next. </string>
  210. </property>
  211. </widget>
  212. </item>
  213. </layout>
  214. </widget>
  215. <widget class="QWizardPage" name="commit_page">
  216. <layout class="QVBoxLayout" name="verticalLayout_3">
  217. <item>
  218. <widget class="QTextEdit" name="commit_text_edit"/>
  219. </item>
  220. </layout>
  221. </widget>
  222. </widget>
  223. <resources/>
  224. <connections/>
  225. </ui>