qubemanager.ui 25 KB

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