qubemanager.ui 27 KB

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