qubemanager.ui 24 KB

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