qubemanager.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881
  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>13</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
  242. DisposableVM</string>
  243. </property>
  244. </column>
  245. <column>
  246. <property name="text">
  247. <string>Is template for
  248. DisposableVMs</string>
  249. </property>
  250. </column>
  251. </widget>
  252. </item>
  253. </layout>
  254. </widget>
  255. <widget class="QMenuBar" name="menubar">
  256. <property name="geometry">
  257. <rect>
  258. <x>0</x>
  259. <y>0</y>
  260. <width>1100</width>
  261. <height>28</height>
  262. </rect>
  263. </property>
  264. <property name="contextMenuPolicy">
  265. <enum>Qt::CustomContextMenu</enum>
  266. </property>
  267. <widget class="QMenu" name="menu_system">
  268. <property name="title">
  269. <string>&amp;System</string>
  270. </property>
  271. <addaction name="action_global_settings"/>
  272. <addaction name="action_show_network"/>
  273. <addaction name="action_manage_templates"/>
  274. <addaction name="action_backup"/>
  275. <addaction name="action_restore"/>
  276. <addaction name="action_exit"/>
  277. </widget>
  278. <widget class="QMenu" name="menu_view">
  279. <property name="title">
  280. <string>&amp;View</string>
  281. </property>
  282. <addaction name="action_vm_type"/>
  283. <addaction name="action_label"/>
  284. <addaction name="action_state"/>
  285. <addaction name="action_template"/>
  286. <addaction name="action_netvm"/>
  287. <addaction name="action_size_on_disk"/>
  288. <addaction name="action_internal"/>
  289. <addaction name="action_ip"/>
  290. <addaction name="action_backups"/>
  291. <addaction name="action_last_backup"/>
  292. <addaction name="action_dispvm_template"/>
  293. <addaction name="action_is_dvm_template"/>
  294. <addaction name="separator"/>
  295. <addaction name="action_toolbar"/>
  296. <addaction name="action_menubar"/>
  297. <addaction name="separator"/>
  298. <addaction name="separator"/>
  299. <addaction name="action_search"/>
  300. </widget>
  301. <widget class="QMenu" name="menu_vm">
  302. <property name="title">
  303. <string>&amp;Qube</string>
  304. </property>
  305. <widget class="QMenu" name="logs_menu">
  306. <property name="title">
  307. <string>&amp;Logs</string>
  308. </property>
  309. <property name="icon">
  310. <iconset resource="../resources.qrc">
  311. <normaloff>:/log.png</normaloff>:/log.png</iconset>
  312. </property>
  313. </widget>
  314. <addaction name="action_createvm"/>
  315. <addaction name="action_removevm"/>
  316. <addaction name="action_clonevm"/>
  317. <addaction name="separator"/>
  318. <addaction name="action_resumevm"/>
  319. <addaction name="action_pausevm"/>
  320. <addaction name="action_shutdownvm"/>
  321. <addaction name="action_restartvm"/>
  322. <addaction name="action_killvm"/>
  323. <addaction name="separator"/>
  324. <addaction name="action_settings"/>
  325. <addaction name="action_editfwrules"/>
  326. <addaction name="action_appmenus"/>
  327. <addaction name="action_updatevm"/>
  328. <addaction name="action_run_command_in_vm"/>
  329. <addaction name="action_set_keyboard_layout"/>
  330. <addaction name="separator"/>
  331. <addaction name="logs_menu"/>
  332. </widget>
  333. <widget class="QMenu" name="menu_about">
  334. <property name="title">
  335. <string>&amp;About</string>
  336. </property>
  337. <addaction name="action_about_qubes"/>
  338. </widget>
  339. <addaction name="menu_system"/>
  340. <addaction name="menu_vm"/>
  341. <addaction name="menu_view"/>
  342. <addaction name="menu_about"/>
  343. </widget>
  344. <widget class="QToolBar" name="toolbar">
  345. <property name="sizePolicy">
  346. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  347. <horstretch>0</horstretch>
  348. <verstretch>0</verstretch>
  349. </sizepolicy>
  350. </property>
  351. <property name="contextMenuPolicy">
  352. <enum>Qt::CustomContextMenu</enum>
  353. </property>
  354. <property name="windowTitle">
  355. <string>toolBar</string>
  356. </property>
  357. <property name="allowedAreas">
  358. <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
  359. </property>
  360. <property name="floatable">
  361. <bool>false</bool>
  362. </property>
  363. <attribute name="toolBarArea">
  364. <enum>TopToolBarArea</enum>
  365. </attribute>
  366. <attribute name="toolBarBreak">
  367. <bool>false</bool>
  368. </attribute>
  369. <addaction name="action_createvm"/>
  370. <addaction name="action_removevm"/>
  371. <addaction name="separator"/>
  372. <addaction name="action_resumevm"/>
  373. <addaction name="action_pausevm"/>
  374. <addaction name="action_shutdownvm"/>
  375. <addaction name="action_restartvm"/>
  376. <addaction name="separator"/>
  377. <addaction name="action_settings"/>
  378. <addaction name="action_editfwrules"/>
  379. <addaction name="action_appmenus"/>
  380. <addaction name="action_updatevm"/>
  381. <addaction name="action_set_keyboard_layout"/>
  382. <addaction name="separator"/>
  383. <addaction name="action_global_settings"/>
  384. <addaction name="action_backup"/>
  385. <addaction name="action_restore"/>
  386. <addaction name="separator"/>
  387. </widget>
  388. <action name="action_createvm">
  389. <property name="icon">
  390. <iconset resource="../resources.qrc">
  391. <normaloff>:/createvm.png</normaloff>:/createvm.png</iconset>
  392. </property>
  393. <property name="text">
  394. <string>Create &amp;new qube</string>
  395. </property>
  396. <property name="toolTip">
  397. <string>Create a new qube</string>
  398. </property>
  399. </action>
  400. <action name="action_removevm">
  401. <property name="enabled">
  402. <bool>false</bool>
  403. </property>
  404. <property name="icon">
  405. <iconset resource="../resources.qrc">
  406. <normaloff>:/removevm.png</normaloff>:/removevm.png</iconset>
  407. </property>
  408. <property name="text">
  409. <string>&amp;Delete qube</string>
  410. </property>
  411. <property name="toolTip">
  412. <string>Remove an existing qube (must be stopped first)</string>
  413. </property>
  414. </action>
  415. <action name="action_resumevm">
  416. <property name="enabled">
  417. <bool>false</bool>
  418. </property>
  419. <property name="icon">
  420. <iconset resource="../resources.qrc">
  421. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  422. </property>
  423. <property name="text">
  424. <string>Start/Resu&amp;me qube</string>
  425. </property>
  426. <property name="toolTip">
  427. <string>Start/Resume selected qube</string>
  428. </property>
  429. </action>
  430. <action name="action_pausevm">
  431. <property name="enabled">
  432. <bool>false</bool>
  433. </property>
  434. <property name="icon">
  435. <iconset resource="../resources.qrc">
  436. <normaloff>:/pausevm.png</normaloff>:/pausevm.png</iconset>
  437. </property>
  438. <property name="text">
  439. <string>&amp;Pause qube</string>
  440. </property>
  441. <property name="toolTip">
  442. <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>
  443. </property>
  444. </action>
  445. <action name="action_shutdownvm">
  446. <property name="enabled">
  447. <bool>false</bool>
  448. </property>
  449. <property name="icon">
  450. <iconset resource="../resources.qrc">
  451. <normaloff>:/shutdownvm.png</normaloff>:/shutdownvm.png</iconset>
  452. </property>
  453. <property name="text">
  454. <string>&amp;Shutdown qube</string>
  455. </property>
  456. <property name="toolTip">
  457. <string>Shutdown selected qube</string>
  458. </property>
  459. </action>
  460. <action name="action_restartvm">
  461. <property name="enabled">
  462. <bool>false</bool>
  463. </property>
  464. <property name="icon">
  465. <iconset resource="../resources.qrc">
  466. <normaloff>:/restartvm.png</normaloff>:/restartvm.png</iconset>
  467. </property>
  468. <property name="text">
  469. <string>Restar&amp;t qube</string>
  470. </property>
  471. <property name="toolTip">
  472. <string>Restart selected qube</string>
  473. </property>
  474. </action>
  475. <action name="action_appmenus">
  476. <property name="enabled">
  477. <bool>false</bool>
  478. </property>
  479. <property name="icon">
  480. <iconset resource="../resources.qrc">
  481. <normaloff>:/apps.png</normaloff>:/apps.png</iconset>
  482. </property>
  483. <property name="text">
  484. <string>Add/remove app s&amp;hortcuts</string>
  485. </property>
  486. <property name="toolTip">
  487. <string>Add/remove app shortcuts for this qube</string>
  488. </property>
  489. </action>
  490. <action name="action_updatevm">
  491. <property name="enabled">
  492. <bool>false</bool>
  493. </property>
  494. <property name="icon">
  495. <iconset resource="../resources.qrc">
  496. <normaloff>:/updateable.png</normaloff>:/updateable.png</iconset>
  497. </property>
  498. <property name="text">
  499. <string>&amp;Update qube</string>
  500. </property>
  501. <property name="toolTip">
  502. <string>Update qube system</string>
  503. </property>
  504. </action>
  505. <action name="action_editfwrules">
  506. <property name="icon">
  507. <iconset resource="../resources.qrc">
  508. <normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
  509. </property>
  510. <property name="text">
  511. <string>Edit qube &amp;firewall rules</string>
  512. </property>
  513. <property name="toolTip">
  514. <string>Edit qube firewall rules</string>
  515. </property>
  516. </action>
  517. <action name="action_showgraphs">
  518. <property name="checkable">
  519. <bool>true</bool>
  520. </property>
  521. <property name="icon">
  522. <iconset resource="../resources.qrc">
  523. <normaloff>:/showcpuload.png</normaloff>:/showcpuload.png</iconset>
  524. </property>
  525. <property name="text">
  526. <string>Show graphs</string>
  527. </property>
  528. <property name="toolTip">
  529. <string>Show Graphs</string>
  530. </property>
  531. </action>
  532. <action name="action_options">
  533. <property name="text">
  534. <string>Options</string>
  535. </property>
  536. </action>
  537. <action name="action_view">
  538. <property name="text">
  539. <string>View</string>
  540. </property>
  541. </action>
  542. <action name="action_template">
  543. <property name="checkable">
  544. <bool>true</bool>
  545. </property>
  546. <property name="checked">
  547. <bool>true</bool>
  548. </property>
  549. <property name="text">
  550. <string>&amp;Template</string>
  551. </property>
  552. </action>
  553. <action name="action_netvm">
  554. <property name="checkable">
  555. <bool>true</bool>
  556. </property>
  557. <property name="checked">
  558. <bool>true</bool>
  559. </property>
  560. <property name="text">
  561. <string>&amp;NetVM</string>
  562. </property>
  563. </action>
  564. <action name="action_settings">
  565. <property name="icon">
  566. <iconset resource="../resources.qrc">
  567. <normaloff>:/settings.png</normaloff>:/settings.png</iconset>
  568. </property>
  569. <property name="text">
  570. <string>Qube s&amp;ettings</string>
  571. </property>
  572. <property name="toolTip">
  573. <string>Qube Settings</string>
  574. </property>
  575. </action>
  576. <action name="action_restore">
  577. <property name="icon">
  578. <iconset resource="../resources.qrc">
  579. <normaloff>:/restore.png</normaloff>:/restore.png</iconset>
  580. </property>
  581. <property name="text">
  582. <string>&amp;Restore qubes from backup</string>
  583. </property>
  584. <property name="toolTip">
  585. <string>Restore qubes from backup</string>
  586. </property>
  587. </action>
  588. <action name="action_backup">
  589. <property name="icon">
  590. <iconset resource="../resources.qrc">
  591. <normaloff>:/backup.png</normaloff>:/backup.png</iconset>
  592. </property>
  593. <property name="text">
  594. <string>&amp;Backup qubes</string>
  595. </property>
  596. <property name="toolTip">
  597. <string>Backup qubes</string>
  598. </property>
  599. </action>
  600. <action name="action_global_settings">
  601. <property name="icon">
  602. <iconset resource="../resources.qrc">
  603. <normaloff>:/global-settings.png</normaloff>:/global-settings.png</iconset>
  604. </property>
  605. <property name="text">
  606. <string>&amp;Global settings</string>
  607. </property>
  608. </action>
  609. <action name="action_show_network">
  610. <property name="icon">
  611. <iconset resource="../resources.qrc">
  612. <normaloff>:/networking.png</normaloff>:/networking.png</iconset>
  613. </property>
  614. <property name="text">
  615. <string>&amp;Qubes Network</string>
  616. </property>
  617. <property name="visible">
  618. <bool>false</bool>
  619. </property>
  620. </action>
  621. <action name="action_state">
  622. <property name="checkable">
  623. <bool>true</bool>
  624. </property>
  625. <property name="checked">
  626. <bool>true</bool>
  627. </property>
  628. <property name="text">
  629. <string>&amp;State</string>
  630. </property>
  631. </action>
  632. <action name="action_killvm">
  633. <property name="icon">
  634. <iconset resource="../resources.qrc">
  635. <normaloff>:/killvm.png</normaloff>:/killvm.png</iconset>
  636. </property>
  637. <property name="text">
  638. <string>&amp;Kill qube</string>
  639. </property>
  640. <property name="toolTip">
  641. <string>Kill selected qube</string>
  642. </property>
  643. </action>
  644. <action name="action_set_keyboard_layout">
  645. <property name="icon">
  646. <iconset resource="../resources.qrc">
  647. <normaloff>:/kbd-layout.png</normaloff>:/kbd-layout.png</iconset>
  648. </property>
  649. <property name="text">
  650. <string>Set keyboard la&amp;yout</string>
  651. </property>
  652. <property name="toolTip">
  653. <string>Set keyboard layout per qube</string>
  654. </property>
  655. </action>
  656. <action name="action_vm_type">
  657. <property name="checkable">
  658. <bool>true</bool>
  659. </property>
  660. <property name="checked">
  661. <bool>true</bool>
  662. </property>
  663. <property name="text">
  664. <string>T&amp;ype</string>
  665. </property>
  666. <property name="toolTip">
  667. <string>Qube Type</string>
  668. </property>
  669. </action>
  670. <action name="action_label">
  671. <property name="checkable">
  672. <bool>true</bool>
  673. </property>
  674. <property name="checked">
  675. <bool>true</bool>
  676. </property>
  677. <property name="text">
  678. <string>&amp;Label</string>
  679. </property>
  680. </action>
  681. <action name="action_name">
  682. <property name="checkable">
  683. <bool>true</bool>
  684. </property>
  685. <property name="checked">
  686. <bool>true</bool>
  687. </property>
  688. <property name="text">
  689. <string>N&amp;ame</string>
  690. </property>
  691. </action>
  692. <action name="action_toolbar">
  693. <property name="checkable">
  694. <bool>true</bool>
  695. </property>
  696. <property name="checked">
  697. <bool>true</bool>
  698. </property>
  699. <property name="text">
  700. <string>Show tool bar</string>
  701. </property>
  702. </action>
  703. <action name="action_menubar">
  704. <property name="checkable">
  705. <bool>true</bool>
  706. </property>
  707. <property name="checked">
  708. <bool>true</bool>
  709. </property>
  710. <property name="text">
  711. <string>Show menu bar</string>
  712. </property>
  713. </action>
  714. <action name="action_about_qubes">
  715. <property name="icon">
  716. <iconset theme="qubes-manager">
  717. <normaloff/>
  718. </iconset>
  719. </property>
  720. <property name="text">
  721. <string>&amp;Qubes OS</string>
  722. </property>
  723. </action>
  724. <action name="action_size_on_disk">
  725. <property name="checkable">
  726. <bool>true</bool>
  727. </property>
  728. <property name="checked">
  729. <bool>true</bool>
  730. </property>
  731. <property name="text">
  732. <string>Si&amp;ze</string>
  733. </property>
  734. <property name="toolTip">
  735. <string>Size on disk</string>
  736. </property>
  737. </action>
  738. <action name="action_run_command_in_vm">
  739. <property name="icon">
  740. <iconset resource="../resources.qrc">
  741. <normaloff>:/run-command.png</normaloff>:/run-command.png</iconset>
  742. </property>
  743. <property name="text">
  744. <string>&amp;Run command in qube</string>
  745. </property>
  746. <property name="toolTip">
  747. <string>Run command in the specified qube</string>
  748. </property>
  749. </action>
  750. <action name="action_clonevm">
  751. <property name="enabled">
  752. <bool>false</bool>
  753. </property>
  754. <property name="icon">
  755. <iconset resource="../resources.qrc">
  756. <normaloff>:/templatevm.png</normaloff>:/templatevm.png</iconset>
  757. </property>
  758. <property name="text">
  759. <string>&amp;Clone qube</string>
  760. </property>
  761. <property name="toolTip">
  762. <string>Clone qube</string>
  763. </property>
  764. </action>
  765. <action name="action_internal">
  766. <property name="checkable">
  767. <bool>true</bool>
  768. </property>
  769. <property name="checked">
  770. <bool>true</bool>
  771. </property>
  772. <property name="text">
  773. <string>Inte&amp;rnal</string>
  774. </property>
  775. <property name="toolTip">
  776. <string>Is an internal qube</string>
  777. </property>
  778. </action>
  779. <action name="action_startvm_tools_install">
  780. <property name="enabled">
  781. <bool>false</bool>
  782. </property>
  783. <property name="icon">
  784. <iconset resource="../resources.qrc">
  785. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  786. </property>
  787. <property name="text">
  788. <string>Start qube for Window Tools installation</string>
  789. </property>
  790. <property name="toolTip">
  791. <string>Start qube for Window Tools installation</string>
  792. </property>
  793. </action>
  794. <action name="action_ip">
  795. <property name="checkable">
  796. <bool>true</bool>
  797. </property>
  798. <property name="checked">
  799. <bool>true</bool>
  800. </property>
  801. <property name="text">
  802. <string>&amp;IP</string>
  803. </property>
  804. </action>
  805. <action name="action_backups">
  806. <property name="checkable">
  807. <bool>true</bool>
  808. </property>
  809. <property name="checked">
  810. <bool>true</bool>
  811. </property>
  812. <property name="text">
  813. <string>Include in &amp;backups</string>
  814. </property>
  815. </action>
  816. <action name="action_last_backup">
  817. <property name="checkable">
  818. <bool>true</bool>
  819. </property>
  820. <property name="checked">
  821. <bool>true</bool>
  822. </property>
  823. <property name="text">
  824. <string>Last back&amp;up</string>
  825. </property>
  826. </action>
  827. <action name="action_search">
  828. <property name="text">
  829. <string>Search</string>
  830. </property>
  831. <property name="shortcut">
  832. <string>Ctrl+F</string>
  833. </property>
  834. </action>
  835. <action name="action_exit">
  836. <property name="text">
  837. <string>&amp;Exit Qube Manager</string>
  838. </property>
  839. </action>
  840. <action name="action_manage_templates">
  841. <property name="text">
  842. <string>Manage templates for qubes</string>
  843. </property>
  844. <property name="toolTip">
  845. <string>Launch a tool that allows multiple templates to be changed at once</string>
  846. </property>
  847. </action>
  848. <action name="action_dispvm_template">
  849. <property name="checkable">
  850. <bool>true</bool>
  851. </property>
  852. <property name="checked">
  853. <bool>true</bool>
  854. </property>
  855. <property name="text">
  856. <string>Default DisposableVMs</string>
  857. </property>
  858. <property name="toolTip">
  859. <string>Default DisposableVMs</string>
  860. </property>
  861. </action>
  862. <action name="action_is_dvm_template">
  863. <property name="checkable">
  864. <bool>true</bool>
  865. </property>
  866. <property name="checked">
  867. <bool>true</bool>
  868. </property>
  869. <property name="text">
  870. <string>Is Template for DisposableVMs</string>
  871. </property>
  872. <property name="toolTip">
  873. <string>Is Template for DisposableVMs</string>
  874. </property>
  875. </action>
  876. </widget>
  877. <resources>
  878. <include location="../resources.qrc"/>
  879. </resources>
  880. <connections/>
  881. </ui>