qubemanager.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>VmManagerWindow</class>
  4. <widget class="QMainWindow" name="VmManagerWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1100</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="contextMenuPolicy">
  20. <enum>Qt::DefaultContextMenu</enum>
  21. </property>
  22. <property name="windowTitle">
  23. <string>Qube Manager</string>
  24. </property>
  25. <property name="windowIcon">
  26. <iconset theme="qubes-manager">
  27. <normaloff>.</normaloff>.</iconset>
  28. </property>
  29. <property name="locale">
  30. <locale language="English" country="UnitedStates"/>
  31. </property>
  32. <widget class="QWidget" name="centralwidget">
  33. <property name="enabled">
  34. <bool>true</bool>
  35. </property>
  36. <property name="sizePolicy">
  37. <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  38. <horstretch>0</horstretch>
  39. <verstretch>0</verstretch>
  40. </sizepolicy>
  41. </property>
  42. <property name="acceptDrops">
  43. <bool>false</bool>
  44. </property>
  45. <property name="autoFillBackground">
  46. <bool>true</bool>
  47. </property>
  48. <property name="locale">
  49. <locale language="English" country="UnitedStates"/>
  50. </property>
  51. <layout class="QGridLayout" name="gridLayout">
  52. <property name="sizeConstraint">
  53. <enum>QLayout::SetDefaultConstraint</enum>
  54. </property>
  55. <item row="0" column="0">
  56. <layout class="QHBoxLayout" name="searchContainer">
  57. <property name="spacing">
  58. <number>6</number>
  59. </property>
  60. <property name="leftMargin">
  61. <number>6</number>
  62. </property>
  63. <item>
  64. <widget class="QLabel" name="label">
  65. <property name="text">
  66. <string>Search:</string>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </item>
  72. <item row="1" column="0">
  73. <widget class="QTableView" name="table">
  74. <property name="minimumSize">
  75. <size>
  76. <width>0</width>
  77. <height>0</height>
  78. </size>
  79. </property>
  80. <property name="maximumSize">
  81. <size>
  82. <width>16777215</width>
  83. <height>16777215</height>
  84. </size>
  85. </property>
  86. <property name="sizeIncrement">
  87. <size>
  88. <width>200</width>
  89. <height>30</height>
  90. </size>
  91. </property>
  92. <property name="contextMenuPolicy">
  93. <enum>Qt::CustomContextMenu</enum>
  94. </property>
  95. <property name="acceptDrops">
  96. <bool>false</bool>
  97. </property>
  98. <property name="lineWidth">
  99. <number>0</number>
  100. </property>
  101. <property name="verticalScrollBarPolicy">
  102. <enum>Qt::ScrollBarAsNeeded</enum>
  103. </property>
  104. <property name="horizontalScrollBarPolicy">
  105. <enum>Qt::ScrollBarAsNeeded</enum>
  106. </property>
  107. <property name="alternatingRowColors">
  108. <bool>true</bool>
  109. </property>
  110. <property name="selectionMode">
  111. <enum>QAbstractItemView::SingleSelection</enum>
  112. </property>
  113. <property name="selectionBehavior">
  114. <enum>QAbstractItemView::SelectRows</enum>
  115. </property>
  116. <property name="showGrid">
  117. <bool>false</bool>
  118. </property>
  119. <property name="gridStyle">
  120. <enum>Qt::NoPen</enum>
  121. </property>
  122. <property name="sortingEnabled">
  123. <bool>true</bool>
  124. </property>
  125. <property name="cornerButtonEnabled">
  126. <bool>false</bool>
  127. </property>
  128. <attribute name="horizontalHeaderCascadingSectionResizes">
  129. <bool>false</bool>
  130. </attribute>
  131. <attribute name="verticalHeaderVisible">
  132. <bool>false</bool>
  133. </attribute>
  134. <attribute name="verticalHeaderCascadingSectionResizes">
  135. <bool>false</bool>
  136. </attribute>
  137. <row>
  138. <property name="text">
  139. <string>Nowy wiersz</string>
  140. </property>
  141. </row>
  142. <row/>
  143. <row/>
  144. <row/>
  145. <row/>
  146. <row/>
  147. <row/>
  148. <row/>
  149. <row/>
  150. <row/>
  151. <column>
  152. <property name="text">
  153. <string/>
  154. </property>
  155. </column>
  156. <column>
  157. <property name="text">
  158. <string/>
  159. </property>
  160. </column>
  161. <column>
  162. <property name="text">
  163. <string>Name</string>
  164. </property>
  165. <property name="toolTip">
  166. <string>Qube name</string>
  167. </property>
  168. </column>
  169. <column>
  170. <property name="text">
  171. <string>State</string>
  172. </property>
  173. <property name="toolTip">
  174. <string>Update info</string>
  175. </property>
  176. </column>
  177. <column>
  178. <property name="text">
  179. <string>Template</string>
  180. </property>
  181. <property name="toolTip">
  182. <string>Qube template</string>
  183. </property>
  184. </column>
  185. <column>
  186. <property name="text">
  187. <string>NetVM</string>
  188. </property>
  189. <property name="toolTip">
  190. <string>Qube netVM</string>
  191. </property>
  192. </column>
  193. <column>
  194. <property name="text">
  195. <string>Disk
  196. usage</string>
  197. </property>
  198. </column>
  199. <column>
  200. <property name="text">
  201. <string>Internal</string>
  202. </property>
  203. </column>
  204. <column>
  205. <property name="text">
  206. <string>IP</string>
  207. </property>
  208. </column>
  209. <column>
  210. <property name="text">
  211. <string>Include
  212. in backups</string>
  213. </property>
  214. </column>
  215. <column>
  216. <property name="text">
  217. <string>Last backup</string>
  218. </property>
  219. </column>
  220. <column>
  221. <property name="text">
  222. <string>Default DisposableVM
  223. Template</string>
  224. </property>
  225. </column>
  226. <column>
  227. <property name="text">
  228. <string>DisposableVM
  229. Template</string>
  230. </property>
  231. </column>
  232. <column>
  233. <property name="text">
  234. <string>Virtualization Mode</string>
  235. </property>
  236. </column>
  237. </widget>
  238. </item>
  239. </layout>
  240. </widget>
  241. <widget class="QMenuBar" name="menubar">
  242. <property name="geometry">
  243. <rect>
  244. <x>0</x>
  245. <y>0</y>
  246. <width>1100</width>
  247. <height>24</height>
  248. </rect>
  249. </property>
  250. <property name="contextMenuPolicy">
  251. <enum>Qt::CustomContextMenu</enum>
  252. </property>
  253. <widget class="QMenu" name="menu_system">
  254. <property name="title">
  255. <string>&amp;System</string>
  256. </property>
  257. <addaction name="action_global_settings"/>
  258. <addaction name="action_show_network"/>
  259. <addaction name="action_manage_templates"/>
  260. <addaction name="action_backup"/>
  261. <addaction name="action_restore"/>
  262. <addaction name="action_exit"/>
  263. </widget>
  264. <widget class="QMenu" name="menu_view">
  265. <property name="title">
  266. <string>&amp;View</string>
  267. </property>
  268. </widget>
  269. <widget class="QMenu" name="menu_vm">
  270. <property name="title">
  271. <string>&amp;Qube</string>
  272. </property>
  273. <widget class="QMenu" name="logs_menu">
  274. <property name="title">
  275. <string>&amp;Logs</string>
  276. </property>
  277. <property name="icon">
  278. <iconset resource="../resources.qrc">
  279. <normaloff>:/log.png</normaloff>:/log.png</iconset>
  280. </property>
  281. </widget>
  282. <addaction name="action_createvm"/>
  283. <addaction name="action_removevm"/>
  284. <addaction name="action_clonevm"/>
  285. <addaction name="separator"/>
  286. <addaction name="action_resumevm"/>
  287. <addaction name="action_pausevm"/>
  288. <addaction name="action_shutdownvm"/>
  289. <addaction name="action_restartvm"/>
  290. <addaction name="action_killvm"/>
  291. <addaction name="separator"/>
  292. <addaction name="action_settings"/>
  293. <addaction name="action_editfwrules"/>
  294. <addaction name="action_appmenus"/>
  295. <addaction name="action_updatevm"/>
  296. <addaction name="action_run_command_in_vm"/>
  297. <addaction name="action_open_console"/>
  298. <addaction name="action_set_keyboard_layout"/>
  299. <addaction name="separator"/>
  300. <addaction name="logs_menu"/>
  301. </widget>
  302. <widget class="QMenu" name="menu_about">
  303. <property name="title">
  304. <string>&amp;About</string>
  305. </property>
  306. <addaction name="action_about_qubes"/>
  307. </widget>
  308. <addaction name="menu_system"/>
  309. <addaction name="menu_vm"/>
  310. <addaction name="menu_view"/>
  311. <addaction name="menu_about"/>
  312. </widget>
  313. <widget class="QToolBar" name="toolbar">
  314. <property name="sizePolicy">
  315. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  316. <horstretch>0</horstretch>
  317. <verstretch>0</verstretch>
  318. </sizepolicy>
  319. </property>
  320. <property name="contextMenuPolicy">
  321. <enum>Qt::CustomContextMenu</enum>
  322. </property>
  323. <property name="windowTitle">
  324. <string>toolBar</string>
  325. </property>
  326. <property name="allowedAreas">
  327. <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
  328. </property>
  329. <property name="floatable">
  330. <bool>false</bool>
  331. </property>
  332. <attribute name="toolBarArea">
  333. <enum>TopToolBarArea</enum>
  334. </attribute>
  335. <attribute name="toolBarBreak">
  336. <bool>false</bool>
  337. </attribute>
  338. <addaction name="action_createvm"/>
  339. <addaction name="action_removevm"/>
  340. <addaction name="separator"/>
  341. <addaction name="action_resumevm"/>
  342. <addaction name="action_pausevm"/>
  343. <addaction name="action_shutdownvm"/>
  344. <addaction name="action_restartvm"/>
  345. <addaction name="separator"/>
  346. <addaction name="action_settings"/>
  347. <addaction name="action_editfwrules"/>
  348. <addaction name="action_appmenus"/>
  349. <addaction name="action_updatevm"/>
  350. <addaction name="action_set_keyboard_layout"/>
  351. <addaction name="action_open_console"/>
  352. <addaction name="separator"/>
  353. <addaction name="action_global_settings"/>
  354. <addaction name="action_backup"/>
  355. <addaction name="action_restore"/>
  356. <addaction name="separator"/>
  357. </widget>
  358. <action name="action_createvm">
  359. <property name="icon">
  360. <iconset resource="../resources.qrc">
  361. <normaloff>:/createvm.png</normaloff>:/createvm.png</iconset>
  362. </property>
  363. <property name="text">
  364. <string>Create &amp;new qube</string>
  365. </property>
  366. <property name="toolTip">
  367. <string>Create a new qube</string>
  368. </property>
  369. </action>
  370. <action name="action_removevm">
  371. <property name="enabled">
  372. <bool>false</bool>
  373. </property>
  374. <property name="icon">
  375. <iconset resource="../resources.qrc">
  376. <normaloff>:/removevm.png</normaloff>:/removevm.png</iconset>
  377. </property>
  378. <property name="text">
  379. <string>&amp;Delete qube</string>
  380. </property>
  381. <property name="toolTip">
  382. <string>Remove an existing qube (must be stopped first)</string>
  383. </property>
  384. </action>
  385. <action name="action_resumevm">
  386. <property name="enabled">
  387. <bool>false</bool>
  388. </property>
  389. <property name="icon">
  390. <iconset resource="../resources.qrc">
  391. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  392. </property>
  393. <property name="text">
  394. <string>Start/Resu&amp;me qube</string>
  395. </property>
  396. <property name="toolTip">
  397. <string>Start/Resume selected qube</string>
  398. </property>
  399. </action>
  400. <action name="action_pausevm">
  401. <property name="enabled">
  402. <bool>false</bool>
  403. </property>
  404. <property name="icon">
  405. <iconset resource="../resources.qrc">
  406. <normaloff>:/pausevm.png</normaloff>:/pausevm.png</iconset>
  407. </property>
  408. <property name="text">
  409. <string>&amp;Pause qube</string>
  410. </property>
  411. <property name="toolTip">
  412. <string>&lt;p&gt;Pause selected qube&lt;/p&gt;&lt;p&gt;Stops all CPU activity in the selected VM until the VM is unpaused. This action does not change how much memory is allocated to the VM. (EXPERIMENTAL)&lt;/p&gt;</string>
  413. </property>
  414. </action>
  415. <action name="action_shutdownvm">
  416. <property name="enabled">
  417. <bool>false</bool>
  418. </property>
  419. <property name="icon">
  420. <iconset resource="../resources.qrc">
  421. <normaloff>:/shutdownvm.png</normaloff>:/shutdownvm.png</iconset>
  422. </property>
  423. <property name="text">
  424. <string>&amp;Shutdown qube</string>
  425. </property>
  426. <property name="toolTip">
  427. <string>Shutdown selected qube</string>
  428. </property>
  429. </action>
  430. <action name="action_restartvm">
  431. <property name="enabled">
  432. <bool>false</bool>
  433. </property>
  434. <property name="icon">
  435. <iconset resource="../resources.qrc">
  436. <normaloff>:/restartvm.png</normaloff>:/restartvm.png</iconset>
  437. </property>
  438. <property name="text">
  439. <string>Restar&amp;t qube</string>
  440. </property>
  441. <property name="toolTip">
  442. <string>Restart selected qube</string>
  443. </property>
  444. </action>
  445. <action name="action_appmenus">
  446. <property name="enabled">
  447. <bool>false</bool>
  448. </property>
  449. <property name="icon">
  450. <iconset resource="../resources.qrc">
  451. <normaloff>:/apps.png</normaloff>:/apps.png</iconset>
  452. </property>
  453. <property name="text">
  454. <string>Add/remove app s&amp;hortcuts</string>
  455. </property>
  456. <property name="toolTip">
  457. <string>Add/remove app shortcuts for this qube</string>
  458. </property>
  459. </action>
  460. <action name="action_updatevm">
  461. <property name="enabled">
  462. <bool>false</bool>
  463. </property>
  464. <property name="icon">
  465. <iconset resource="../resources.qrc">
  466. <normaloff>:/updateable.png</normaloff>:/updateable.png</iconset>
  467. </property>
  468. <property name="text">
  469. <string>&amp;Update qube</string>
  470. </property>
  471. <property name="toolTip">
  472. <string>Update qube system</string>
  473. </property>
  474. </action>
  475. <action name="action_editfwrules">
  476. <property name="icon">
  477. <iconset resource="../resources.qrc">
  478. <normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
  479. </property>
  480. <property name="text">
  481. <string>Edit qube &amp;firewall rules</string>
  482. </property>
  483. <property name="toolTip">
  484. <string>Edit qube firewall rules</string>
  485. </property>
  486. </action>
  487. <action name="action_showgraphs">
  488. <property name="checkable">
  489. <bool>true</bool>
  490. </property>
  491. <property name="icon">
  492. <iconset resource="../resources.qrc">
  493. <normaloff>:/showcpuload.png</normaloff>:/showcpuload.png</iconset>
  494. </property>
  495. <property name="text">
  496. <string>Show graphs</string>
  497. </property>
  498. <property name="toolTip">
  499. <string>Show Graphs</string>
  500. </property>
  501. </action>
  502. <action name="action_options">
  503. <property name="text">
  504. <string>Options</string>
  505. </property>
  506. </action>
  507. <action name="action_view">
  508. <property name="text">
  509. <string>View</string>
  510. </property>
  511. </action>
  512. <action name="action_template">
  513. <property name="checkable">
  514. <bool>true</bool>
  515. </property>
  516. <property name="checked">
  517. <bool>true</bool>
  518. </property>
  519. <property name="text">
  520. <string>&amp;Template</string>
  521. </property>
  522. </action>
  523. <action name="action_netvm">
  524. <property name="checkable">
  525. <bool>true</bool>
  526. </property>
  527. <property name="checked">
  528. <bool>true</bool>
  529. </property>
  530. <property name="text">
  531. <string>&amp;NetVM</string>
  532. </property>
  533. </action>
  534. <action name="action_settings">
  535. <property name="icon">
  536. <iconset resource="../resources.qrc">
  537. <normaloff>:/settings.png</normaloff>:/settings.png</iconset>
  538. </property>
  539. <property name="text">
  540. <string>Qube s&amp;ettings</string>
  541. </property>
  542. <property name="toolTip">
  543. <string>Qube Settings</string>
  544. </property>
  545. </action>
  546. <action name="action_restore">
  547. <property name="icon">
  548. <iconset resource="../resources.qrc">
  549. <normaloff>:/restore.png</normaloff>:/restore.png</iconset>
  550. </property>
  551. <property name="text">
  552. <string>&amp;Restore qubes from backup</string>
  553. </property>
  554. <property name="toolTip">
  555. <string>Restore qubes from backup</string>
  556. </property>
  557. </action>
  558. <action name="action_backup">
  559. <property name="icon">
  560. <iconset resource="../resources.qrc">
  561. <normaloff>:/backup.png</normaloff>:/backup.png</iconset>
  562. </property>
  563. <property name="text">
  564. <string>&amp;Backup qubes</string>
  565. </property>
  566. <property name="toolTip">
  567. <string>Backup qubes</string>
  568. </property>
  569. </action>
  570. <action name="action_global_settings">
  571. <property name="icon">
  572. <iconset resource="../resources.qrc">
  573. <normaloff>:/global-settings.png</normaloff>:/global-settings.png</iconset>
  574. </property>
  575. <property name="text">
  576. <string>&amp;Global settings</string>
  577. </property>
  578. </action>
  579. <action name="action_show_network">
  580. <property name="icon">
  581. <iconset resource="../resources.qrc">
  582. <normaloff>:/networking.png</normaloff>:/networking.png</iconset>
  583. </property>
  584. <property name="text">
  585. <string>&amp;Qubes Network</string>
  586. </property>
  587. <property name="visible">
  588. <bool>false</bool>
  589. </property>
  590. </action>
  591. <action name="action_state">
  592. <property name="checkable">
  593. <bool>true</bool>
  594. </property>
  595. <property name="checked">
  596. <bool>true</bool>
  597. </property>
  598. <property name="text">
  599. <string>&amp;State</string>
  600. </property>
  601. </action>
  602. <action name="action_killvm">
  603. <property name="icon">
  604. <iconset resource="../resources.qrc">
  605. <normaloff>:/killvm.png</normaloff>:/killvm.png</iconset>
  606. </property>
  607. <property name="text">
  608. <string>&amp;Kill qube</string>
  609. </property>
  610. <property name="toolTip">
  611. <string>Kill selected qube</string>
  612. </property>
  613. </action>
  614. <action name="action_set_keyboard_layout">
  615. <property name="icon">
  616. <iconset resource="../resources.qrc">
  617. <normaloff>:/kbd-layout.png</normaloff>:/kbd-layout.png</iconset>
  618. </property>
  619. <property name="text">
  620. <string>Set keyboard la&amp;yout</string>
  621. </property>
  622. <property name="toolTip">
  623. <string>Set keyboard layout per qube</string>
  624. </property>
  625. </action>
  626. <action name="action_vm_type">
  627. <property name="checkable">
  628. <bool>true</bool>
  629. </property>
  630. <property name="checked">
  631. <bool>true</bool>
  632. </property>
  633. <property name="text">
  634. <string>T&amp;ype</string>
  635. </property>
  636. <property name="toolTip">
  637. <string>Qube Type</string>
  638. </property>
  639. </action>
  640. <action name="action_label">
  641. <property name="checkable">
  642. <bool>true</bool>
  643. </property>
  644. <property name="checked">
  645. <bool>true</bool>
  646. </property>
  647. <property name="text">
  648. <string>&amp;Label</string>
  649. </property>
  650. </action>
  651. <action name="action_name">
  652. <property name="checkable">
  653. <bool>true</bool>
  654. </property>
  655. <property name="checked">
  656. <bool>true</bool>
  657. </property>
  658. <property name="text">
  659. <string>N&amp;ame</string>
  660. </property>
  661. </action>
  662. <action name="action_toolbar">
  663. <property name="checkable">
  664. <bool>true</bool>
  665. </property>
  666. <property name="checked">
  667. <bool>true</bool>
  668. </property>
  669. <property name="text">
  670. <string>Show tool bar</string>
  671. </property>
  672. </action>
  673. <action name="action_menubar">
  674. <property name="checkable">
  675. <bool>true</bool>
  676. </property>
  677. <property name="checked">
  678. <bool>true</bool>
  679. </property>
  680. <property name="text">
  681. <string>Show menu bar</string>
  682. </property>
  683. </action>
  684. <action name="action_about_qubes">
  685. <property name="icon">
  686. <iconset theme="qubes-manager">
  687. <normaloff>.</normaloff>.</iconset>
  688. </property>
  689. <property name="text">
  690. <string>&amp;Qubes OS</string>
  691. </property>
  692. </action>
  693. <action name="action_size_on_disk">
  694. <property name="checkable">
  695. <bool>true</bool>
  696. </property>
  697. <property name="checked">
  698. <bool>true</bool>
  699. </property>
  700. <property name="text">
  701. <string>Si&amp;ze</string>
  702. </property>
  703. <property name="toolTip">
  704. <string>Size on disk</string>
  705. </property>
  706. </action>
  707. <action name="action_run_command_in_vm">
  708. <property name="icon">
  709. <iconset resource="../resources.qrc">
  710. <normaloff>:/run-command.png</normaloff>:/run-command.png</iconset>
  711. </property>
  712. <property name="text">
  713. <string>&amp;Run command in qube</string>
  714. </property>
  715. <property name="toolTip">
  716. <string>Run command in the specified qube</string>
  717. </property>
  718. </action>
  719. <action name="action_clonevm">
  720. <property name="enabled">
  721. <bool>false</bool>
  722. </property>
  723. <property name="icon">
  724. <iconset resource="../resources.qrc">
  725. <normaloff>:/templatevm.png</normaloff>:/templatevm.png</iconset>
  726. </property>
  727. <property name="text">
  728. <string>&amp;Clone qube</string>
  729. </property>
  730. <property name="toolTip">
  731. <string>Clone qube</string>
  732. </property>
  733. </action>
  734. <action name="action_internal">
  735. <property name="checkable">
  736. <bool>true</bool>
  737. </property>
  738. <property name="checked">
  739. <bool>true</bool>
  740. </property>
  741. <property name="text">
  742. <string>Inte&amp;rnal</string>
  743. </property>
  744. <property name="toolTip">
  745. <string>Is an internal qube</string>
  746. </property>
  747. </action>
  748. <action name="action_startvm_tools_install">
  749. <property name="enabled">
  750. <bool>false</bool>
  751. </property>
  752. <property name="icon">
  753. <iconset resource="../resources.qrc">
  754. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  755. </property>
  756. <property name="text">
  757. <string>Start qube for Window Tools installation</string>
  758. </property>
  759. <property name="toolTip">
  760. <string>Start qube for Window Tools installation</string>
  761. </property>
  762. </action>
  763. <action name="action_ip">
  764. <property name="checkable">
  765. <bool>true</bool>
  766. </property>
  767. <property name="checked">
  768. <bool>true</bool>
  769. </property>
  770. <property name="text">
  771. <string>&amp;IP</string>
  772. </property>
  773. </action>
  774. <action name="action_backups">
  775. <property name="checkable">
  776. <bool>true</bool>
  777. </property>
  778. <property name="checked">
  779. <bool>true</bool>
  780. </property>
  781. <property name="text">
  782. <string>Include in &amp;backups</string>
  783. </property>
  784. </action>
  785. <action name="action_last_backup">
  786. <property name="checkable">
  787. <bool>true</bool>
  788. </property>
  789. <property name="checked">
  790. <bool>true</bool>
  791. </property>
  792. <property name="text">
  793. <string>Last back&amp;up</string>
  794. </property>
  795. </action>
  796. <action name="action_search">
  797. <property name="text">
  798. <string>Search</string>
  799. </property>
  800. <property name="shortcut">
  801. <string>Ctrl+F</string>
  802. </property>
  803. </action>
  804. <action name="action_exit">
  805. <property name="text">
  806. <string>&amp;Exit Qube Manager</string>
  807. </property>
  808. </action>
  809. <action name="action_manage_templates">
  810. <property name="text">
  811. <string>Manage templates for qubes</string>
  812. </property>
  813. <property name="toolTip">
  814. <string>Launch a tool that allows multiple templates to be changed at once</string>
  815. </property>
  816. </action>
  817. <action name="action_dispvm_template">
  818. <property name="checkable">
  819. <bool>true</bool>
  820. </property>
  821. <property name="checked">
  822. <bool>true</bool>
  823. </property>
  824. <property name="text">
  825. <string>Default DisposableVM Template</string>
  826. </property>
  827. <property name="toolTip">
  828. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Default DisposableVM Template&lt;br/&gt;&lt;br/&gt;Which qube should be used by default as a template for DisposableVMs started from this one? DisposableVMs will inherit their template's configuration and installed programs.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  829. </property>
  830. </action>
  831. <action name="action_is_dvm_template">
  832. <property name="checkable">
  833. <bool>true</bool>
  834. </property>
  835. <property name="checked">
  836. <bool>true</bool>
  837. </property>
  838. <property name="text">
  839. <string>DisposableVM Template</string>
  840. </property>
  841. <property name="toolTip">
  842. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DisposableVM Template&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;Allows using this qube as a template for DisposableVMs. The DisposableVMs will inherit the VM's state (configuration, installed programs etc.), but their state will not persist between restarts. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  843. </property>
  844. </action>
  845. <action name="action_virt_mode">
  846. <property name="checkable">
  847. <bool>true</bool>
  848. </property>
  849. <property name="checked">
  850. <bool>true</bool>
  851. </property>
  852. <property name="text">
  853. <string>Virtualization Mode</string>
  854. </property>
  855. </action>
  856. <action name="action_open_console">
  857. <property name="icon">
  858. <iconset resource="../resources.qrc">
  859. <normaloff>:/log.png</normaloff>
  860. <normalon>:/log.png</normalon>:/log.png</iconset>
  861. </property>
  862. <property name="text">
  863. <string>Open console in qube</string>
  864. </property>
  865. <property name="toolTip">
  866. <string>Open a secure Xen console in the qube. Useful chiefly for debugging purposes: for normal operation, use &quot;Run Terminal&quot; from the Domains widget. </string>
  867. </property>
  868. </action>
  869. </widget>
  870. <resources>
  871. <include location="../resources.qrc"/>
  872. </resources>
  873. <connections/>
  874. </ui>