qubemanager.ui 26 KB

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