backupdlg.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Backup</class>
  4. <widget class="QWizard" name="Backup">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>737</width>
  10. <height>420</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Qubes OS - Backup qubes</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_vms_page">
  23. <layout class="QVBoxLayout" name="verticalLayout">
  24. <item>
  25. <layout class="QGridLayout" name="gridLayout_2">
  26. <item row="0" column="0">
  27. <widget class="QLabel" name="label_4">
  28. <property name="text">
  29. <string>Select qubes to backup:</string>
  30. </property>
  31. </widget>
  32. </item>
  33. </layout>
  34. </item>
  35. <item>
  36. <layout class="QGridLayout" name="gridLayout_3">
  37. <item row="0" column="0">
  38. <spacer name="horizontalSpacer_2">
  39. <property name="orientation">
  40. <enum>Qt::Horizontal</enum>
  41. </property>
  42. <property name="sizeHint" stdset="0">
  43. <size>
  44. <width>40</width>
  45. <height>20</height>
  46. </size>
  47. </property>
  48. </spacer>
  49. </item>
  50. <item row="0" column="1">
  51. <layout class="QHBoxLayout" name="horizontalLayout_3">
  52. <item>
  53. <widget class="QLabel" name="label_3">
  54. <property name="text">
  55. <string>Total size:</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QLabel" name="total_size_label">
  61. <property name="text">
  62. <string>0</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <spacer name="horizontalSpacer">
  68. <property name="orientation">
  69. <enum>Qt::Horizontal</enum>
  70. </property>
  71. <property name="sizeHint" stdset="0">
  72. <size>
  73. <width>40</width>
  74. <height>20</height>
  75. </size>
  76. </property>
  77. </spacer>
  78. </item>
  79. </layout>
  80. </item>
  81. </layout>
  82. </item>
  83. <item>
  84. <widget class="QCheckBox" name="compress_checkbox">
  85. <property name="text">
  86. <string>Compress the backup</string>
  87. </property>
  88. <property name="checked">
  89. <bool>true</bool>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QLabel" name="unrecognized_config_label">
  95. <property name="palette">
  96. <palette>
  97. <active>
  98. <colorrole role="WindowText">
  99. <brush brushstyle="SolidPattern">
  100. <color alpha="255">
  101. <red>255</red>
  102. <green>0</green>
  103. <blue>0</blue>
  104. </color>
  105. </brush>
  106. </colorrole>
  107. </active>
  108. <inactive>
  109. <colorrole role="WindowText">
  110. <brush brushstyle="SolidPattern">
  111. <color alpha="255">
  112. <red>255</red>
  113. <green>0</green>
  114. <blue>0</blue>
  115. </color>
  116. </brush>
  117. </colorrole>
  118. </inactive>
  119. <disabled>
  120. <colorrole role="WindowText">
  121. <brush brushstyle="SolidPattern">
  122. <color alpha="255">
  123. <red>139</red>
  124. <green>142</green>
  125. <blue>142</blue>
  126. </color>
  127. </brush>
  128. </colorrole>
  129. </disabled>
  130. </palette>
  131. </property>
  132. <property name="font">
  133. <font>
  134. <weight>75</weight>
  135. <italic>true</italic>
  136. <bold>true</bold>
  137. </font>
  138. </property>
  139. <property name="text">
  140. <string>Warning: unrecognized data found in configuration files. </string>
  141. </property>
  142. </widget>
  143. </item>
  144. </layout>
  145. </widget>
  146. <widget class="QWizardPage" name="select_dir_page">
  147. <layout class="QGridLayout" name="gridLayout_5">
  148. <item row="0" column="0">
  149. <widget class="QGroupBox" name="groupBox">
  150. <property name="sizePolicy">
  151. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  152. <horstretch>0</horstretch>
  153. <verstretch>0</verstretch>
  154. </sizepolicy>
  155. </property>
  156. <property name="title">
  157. <string>Backup destination directory</string>
  158. </property>
  159. <layout class="QGridLayout" name="gridLayout">
  160. <item row="3" column="2">
  161. <widget class="QLineEdit" name="dir_line_edit"/>
  162. </item>
  163. <item row="3" column="3">
  164. <widget class="QToolButton" name="select_path_button">
  165. <property name="text">
  166. <string>...</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item row="1" column="2">
  171. <widget class="QComboBox" name="appvm_combobox"/>
  172. </item>
  173. <item row="1" column="0">
  174. <widget class="QLabel" name="label_5">
  175. <property name="text">
  176. <string>Target qube:</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="3" column="0">
  181. <widget class="QLabel" name="label_2">
  182. <property name="text">
  183. <string>Backup directory or command:</string>
  184. </property>
  185. <property name="wordWrap">
  186. <bool>true</bool>
  187. </property>
  188. </widget>
  189. </item>
  190. </layout>
  191. </widget>
  192. </item>
  193. <item row="3" column="0">
  194. <widget class="QGroupBox" name="groupBox_3">
  195. <property name="sizePolicy">
  196. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  197. <horstretch>0</horstretch>
  198. <verstretch>0</verstretch>
  199. </sizepolicy>
  200. </property>
  201. <property name="title">
  202. <string>Save backup profile</string>
  203. </property>
  204. <widget class="QLabel" name="label_8">
  205. <property name="geometry">
  206. <rect>
  207. <x>10</x>
  208. <y>30</y>
  209. <width>267</width>
  210. <height>25</height>
  211. </rect>
  212. </property>
  213. <property name="text">
  214. <string>Save settings as default backup profile:</string>
  215. </property>
  216. </widget>
  217. <widget class="QCheckBox" name="save_profile_checkbox">
  218. <property name="geometry">
  219. <rect>
  220. <x>270</x>
  221. <y>30</y>
  222. <width>539</width>
  223. <height>25</height>
  224. </rect>
  225. </property>
  226. <property name="text">
  227. <string/>
  228. </property>
  229. <property name="checked">
  230. <bool>true</bool>
  231. </property>
  232. </widget>
  233. <widget class="QLabel" name="label_9">
  234. <property name="geometry">
  235. <rect>
  236. <x>10</x>
  237. <y>60</y>
  238. <width>511</width>
  239. <height>16</height>
  240. </rect>
  241. </property>
  242. <property name="font">
  243. <font>
  244. <weight>75</weight>
  245. <italic>true</italic>
  246. <bold>true</bold>
  247. </font>
  248. </property>
  249. <property name="text">
  250. <string>WARNING: password will be saved in dom0 in plain text.</string>
  251. </property>
  252. </widget>
  253. </widget>
  254. </item>
  255. <item row="2" column="0">
  256. <widget class="QGroupBox" name="groupBox_2">
  257. <property name="sizePolicy">
  258. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  259. <horstretch>0</horstretch>
  260. <verstretch>0</verstretch>
  261. </sizepolicy>
  262. </property>
  263. <property name="title">
  264. <string>Backup security</string>
  265. </property>
  266. <layout class="QFormLayout" name="formLayout">
  267. <property name="fieldGrowthPolicy">
  268. <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
  269. </property>
  270. <item row="1" column="0">
  271. <widget class="QLabel" name="label_12">
  272. <property name="text">
  273. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Encryption / Verification&lt;br/&gt;passphrase:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  274. </property>
  275. </widget>
  276. </item>
  277. <item row="1" column="1">
  278. <widget class="QLineEdit" name="passphrase_line_edit">
  279. <property name="echoMode">
  280. <enum>QLineEdit::Password</enum>
  281. </property>
  282. </widget>
  283. </item>
  284. <item row="4" column="0">
  285. <widget class="QLabel" name="label_11">
  286. <property name="text">
  287. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Reenter passphrase:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  288. </property>
  289. </widget>
  290. </item>
  291. <item row="4" column="1">
  292. <widget class="QLineEdit" name="passphrase_line_edit_verify">
  293. <property name="echoMode">
  294. <enum>QLineEdit::Password</enum>
  295. </property>
  296. </widget>
  297. </item>
  298. </layout>
  299. </widget>
  300. </item>
  301. <item row="1" column="0">
  302. <widget class="QLabel" name="label">
  303. <property name="font">
  304. <font>
  305. <italic>true</italic>
  306. </font>
  307. </property>
  308. <property name="text">
  309. <string>NOTE: Only running qubes are listed.</string>
  310. </property>
  311. </widget>
  312. </item>
  313. </layout>
  314. </widget>
  315. <widget class="QWizardPage" name="confirm_page">
  316. <layout class="QVBoxLayout" name="verticalLayout_2">
  317. <item>
  318. <widget class="QLabel" name="label_6">
  319. <property name="font">
  320. <font>
  321. <pointsize>9</pointsize>
  322. <weight>50</weight>
  323. <italic>false</italic>
  324. <bold>false</bold>
  325. <underline>false</underline>
  326. </font>
  327. </property>
  328. <property name="text">
  329. <string>You're about to perform the following actions:</string>
  330. </property>
  331. </widget>
  332. </item>
  333. <item>
  334. <widget class="QTextEdit" name="textEdit">
  335. <property name="html">
  336. <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;
  337. &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;
  338. p, li { white-space: pre-wrap; }
  339. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
  340. &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; font-family:'Sans Serif'; font-size:9pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  341. </property>
  342. </widget>
  343. </item>
  344. <item>
  345. <widget class="QLabel" name="label_7">
  346. <property name="font">
  347. <font>
  348. <pointsize>9</pointsize>
  349. <weight>50</weight>
  350. <italic>false</italic>
  351. <bold>false</bold>
  352. <underline>false</underline>
  353. </font>
  354. </property>
  355. <property name="text">
  356. <string>To continue press Next. </string>
  357. </property>
  358. </widget>
  359. </item>
  360. </layout>
  361. </widget>
  362. <widget class="QWizardPage" name="commit_page">
  363. <layout class="QVBoxLayout" name="verticalLayout_3">
  364. <item>
  365. <widget class="QLabel" name="progress_status">
  366. <property name="font">
  367. <font>
  368. <pointsize>9</pointsize>
  369. <weight>50</weight>
  370. <italic>false</italic>
  371. <bold>false</bold>
  372. <underline>false</underline>
  373. </font>
  374. </property>
  375. <property name="text">
  376. <string>Backup in progress...</string>
  377. </property>
  378. </widget>
  379. </item>
  380. <item>
  381. <widget class="QProgressBar" name="progress_bar">
  382. <property name="maximum">
  383. <number>0</number>
  384. </property>
  385. <property name="value">
  386. <number>0</number>
  387. </property>
  388. <property name="alignment">
  389. <set>Qt::AlignCenter</set>
  390. </property>
  391. <property name="invertedAppearance">
  392. <bool>false</bool>
  393. </property>
  394. </widget>
  395. </item>
  396. <item>
  397. <widget class="QCheckBox" name="showFileDialog">
  398. <property name="text">
  399. <string>When finished, open file selection dialog to allow me to unmount the disk</string>
  400. </property>
  401. </widget>
  402. </item>
  403. </layout>
  404. </widget>
  405. </widget>
  406. <resources>
  407. <include location="../resources.qrc"/>
  408. </resources>
  409. <connections/>
  410. </ui>