qubemanager.ui 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985
  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="template_menu">
  354. <property name="title">
  355. <string>Template</string>
  356. </property>
  357. <property name="icon">
  358. <iconset resource="../resources.qrc">
  359. <normaloff>:/templatevm.png</normaloff>:/templatevm.png</iconset>
  360. </property>
  361. </widget>
  362. <widget class="QMenu" name="network_menu">
  363. <property name="title">
  364. <string>Network</string>
  365. </property>
  366. <property name="icon">
  367. <iconset>
  368. <normaloff>:/netvm.png</normaloff>:/netvm.png</iconset>
  369. </property>
  370. </widget>
  371. <addaction name="action_createvm"/>
  372. <addaction name="action_removevm"/>
  373. <addaction name="action_clonevm"/>
  374. <addaction name="separator"/>
  375. <addaction name="action_resumevm"/>
  376. <addaction name="action_pausevm"/>
  377. <addaction name="action_shutdownvm"/>
  378. <addaction name="action_restartvm"/>
  379. <addaction name="action_killvm"/>
  380. <addaction name="separator"/>
  381. <addaction name="action_settings"/>
  382. <addaction name="template_menu"/>
  383. <addaction name="network_menu"/>
  384. <addaction name="action_editfwrules"/>
  385. <addaction name="action_appmenus"/>
  386. <addaction name="action_updatevm"/>
  387. <addaction name="action_run_command_in_vm"/>
  388. <addaction name="action_open_console"/>
  389. <addaction name="action_set_keyboard_layout"/>
  390. <addaction name="separator"/>
  391. <addaction name="action_show_logs"/>
  392. </widget>
  393. <widget class="QMenu" name="menu_about">
  394. <property name="title">
  395. <string>&amp;About</string>
  396. </property>
  397. <addaction name="action_about_qubes"/>
  398. </widget>
  399. <addaction name="menu_system"/>
  400. <addaction name="menu_vm"/>
  401. <addaction name="menu_view"/>
  402. <addaction name="menu_about"/>
  403. </widget>
  404. <widget class="QToolBar" name="toolbar">
  405. <property name="sizePolicy">
  406. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  407. <horstretch>0</horstretch>
  408. <verstretch>0</verstretch>
  409. </sizepolicy>
  410. </property>
  411. <property name="contextMenuPolicy">
  412. <enum>Qt::CustomContextMenu</enum>
  413. </property>
  414. <property name="windowTitle">
  415. <string>toolBar</string>
  416. </property>
  417. <property name="allowedAreas">
  418. <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
  419. </property>
  420. <property name="toolButtonStyle">
  421. <enum>Qt::ToolButtonTextUnderIcon</enum>
  422. </property>
  423. <property name="floatable">
  424. <bool>false</bool>
  425. </property>
  426. <attribute name="toolBarArea">
  427. <enum>TopToolBarArea</enum>
  428. </attribute>
  429. <attribute name="toolBarBreak">
  430. <bool>false</bool>
  431. </attribute>
  432. <addaction name="action_createvm"/>
  433. <addaction name="action_removevm"/>
  434. <addaction name="separator"/>
  435. <addaction name="action_resumevm"/>
  436. <addaction name="action_pausevm"/>
  437. <addaction name="action_shutdownvm"/>
  438. <addaction name="action_restartvm"/>
  439. <addaction name="separator"/>
  440. <addaction name="action_settings"/>
  441. <addaction name="action_editfwrules"/>
  442. <addaction name="action_appmenus"/>
  443. <addaction name="action_updatevm"/>
  444. <addaction name="action_set_keyboard_layout"/>
  445. <addaction name="action_open_console"/>
  446. <addaction name="separator"/>
  447. <addaction name="action_global_settings"/>
  448. <addaction name="action_backup"/>
  449. <addaction name="action_restore"/>
  450. <addaction name="separator"/>
  451. </widget>
  452. <action name="action_createvm">
  453. <property name="icon">
  454. <iconset resource="../resources.qrc">
  455. <normaloff>:/createvm.png</normaloff>:/createvm.png</iconset>
  456. </property>
  457. <property name="text">
  458. <string>&amp;New qube</string>
  459. </property>
  460. <property name="toolTip">
  461. <string>Create a new qube</string>
  462. </property>
  463. </action>
  464. <action name="action_removevm">
  465. <property name="enabled">
  466. <bool>false</bool>
  467. </property>
  468. <property name="icon">
  469. <iconset resource="../resources.qrc">
  470. <normaloff>:/removevm.png</normaloff>:/removevm.png</iconset>
  471. </property>
  472. <property name="text">
  473. <string>&amp;Delete qube</string>
  474. </property>
  475. <property name="toolTip">
  476. <string>Remove an existing qube (must be stopped first)</string>
  477. </property>
  478. </action>
  479. <action name="action_resumevm">
  480. <property name="enabled">
  481. <bool>false</bool>
  482. </property>
  483. <property name="icon">
  484. <iconset resource="../resources.qrc">
  485. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  486. </property>
  487. <property name="text">
  488. <string>Start/Resu&amp;me</string>
  489. </property>
  490. <property name="toolTip">
  491. <string>Start/Resume selected qube</string>
  492. </property>
  493. </action>
  494. <action name="action_pausevm">
  495. <property name="enabled">
  496. <bool>false</bool>
  497. </property>
  498. <property name="icon">
  499. <iconset resource="../resources.qrc">
  500. <normaloff>:/pausevm.png</normaloff>:/pausevm.png</iconset>
  501. </property>
  502. <property name="text">
  503. <string>Emergency &amp;pause</string>
  504. </property>
  505. <property name="toolTip">
  506. <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>
  507. </property>
  508. </action>
  509. <action name="action_shutdownvm">
  510. <property name="enabled">
  511. <bool>false</bool>
  512. </property>
  513. <property name="icon">
  514. <iconset resource="../resources.qrc">
  515. <normaloff>:/shutdownvm.png</normaloff>:/shutdownvm.png</iconset>
  516. </property>
  517. <property name="text">
  518. <string>&amp;Shutdown</string>
  519. </property>
  520. <property name="toolTip">
  521. <string>Shutdown selected qube</string>
  522. </property>
  523. </action>
  524. <action name="action_restartvm">
  525. <property name="enabled">
  526. <bool>false</bool>
  527. </property>
  528. <property name="icon">
  529. <iconset resource="../resources.qrc">
  530. <normaloff>:/restartvm.png</normaloff>:/restartvm.png</iconset>
  531. </property>
  532. <property name="text">
  533. <string>Restar&amp;t </string>
  534. </property>
  535. <property name="toolTip">
  536. <string>Restart selected qube</string>
  537. </property>
  538. </action>
  539. <action name="action_appmenus">
  540. <property name="enabled">
  541. <bool>false</bool>
  542. </property>
  543. <property name="icon">
  544. <iconset resource="../resources.qrc">
  545. <normaloff>:/apps.png</normaloff>:/apps.png</iconset>
  546. </property>
  547. <property name="text">
  548. <string>App s&amp;hortcuts</string>
  549. </property>
  550. <property name="toolTip">
  551. <string>Add/remove app shortcuts for this qube</string>
  552. </property>
  553. </action>
  554. <action name="action_updatevm">
  555. <property name="enabled">
  556. <bool>false</bool>
  557. </property>
  558. <property name="icon">
  559. <iconset resource="../resources.qrc">
  560. <normaloff>:/updateable.png</normaloff>:/updateable.png</iconset>
  561. </property>
  562. <property name="text">
  563. <string>&amp;Update</string>
  564. </property>
  565. <property name="toolTip">
  566. <string>Update qube system</string>
  567. </property>
  568. </action>
  569. <action name="action_editfwrules">
  570. <property name="icon">
  571. <iconset resource="../resources.qrc">
  572. <normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
  573. </property>
  574. <property name="text">
  575. <string>Edit &amp;firewall</string>
  576. </property>
  577. <property name="toolTip">
  578. <string>Edit qube firewall rules</string>
  579. </property>
  580. </action>
  581. <action name="action_showgraphs">
  582. <property name="checkable">
  583. <bool>true</bool>
  584. </property>
  585. <property name="icon">
  586. <iconset resource="../resources.qrc">
  587. <normaloff>:/showcpuload.png</normaloff>:/showcpuload.png</iconset>
  588. </property>
  589. <property name="text">
  590. <string>Show graphs</string>
  591. </property>
  592. <property name="toolTip">
  593. <string>Show Graphs</string>
  594. </property>
  595. </action>
  596. <action name="action_options">
  597. <property name="text">
  598. <string>Options</string>
  599. </property>
  600. </action>
  601. <action name="action_view">
  602. <property name="text">
  603. <string>View</string>
  604. </property>
  605. </action>
  606. <action name="action_template">
  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;Template</string>
  615. </property>
  616. </action>
  617. <action name="action_netvm">
  618. <property name="checkable">
  619. <bool>true</bool>
  620. </property>
  621. <property name="checked">
  622. <bool>true</bool>
  623. </property>
  624. <property name="text">
  625. <string>&amp;NetVM</string>
  626. </property>
  627. </action>
  628. <action name="action_settings">
  629. <property name="icon">
  630. <iconset resource="../resources.qrc">
  631. <normaloff>:/settings.png</normaloff>:/settings.png</iconset>
  632. </property>
  633. <property name="text">
  634. <string>S&amp;ettings</string>
  635. </property>
  636. <property name="toolTip">
  637. <string>Qube Settings</string>
  638. </property>
  639. </action>
  640. <action name="action_restore">
  641. <property name="icon">
  642. <iconset resource="../resources.qrc">
  643. <normaloff>:/restore.png</normaloff>:/restore.png</iconset>
  644. </property>
  645. <property name="text">
  646. <string>&amp;Restore</string>
  647. </property>
  648. <property name="toolTip">
  649. <string>Restore qubes from backup</string>
  650. </property>
  651. </action>
  652. <action name="action_backup">
  653. <property name="icon">
  654. <iconset resource="../resources.qrc">
  655. <normaloff>:/backup.png</normaloff>:/backup.png</iconset>
  656. </property>
  657. <property name="text">
  658. <string>&amp;Backup</string>
  659. </property>
  660. <property name="toolTip">
  661. <string>Backup qubes</string>
  662. </property>
  663. </action>
  664. <action name="action_global_settings">
  665. <property name="icon">
  666. <iconset resource="../resources.qrc">
  667. <normaloff>:/global-settings.png</normaloff>:/global-settings.png</iconset>
  668. </property>
  669. <property name="text">
  670. <string>&amp;Global settings</string>
  671. </property>
  672. </action>
  673. <action name="action_show_network">
  674. <property name="icon">
  675. <iconset resource="../resources.qrc">
  676. <normaloff>:/networking.png</normaloff>:/networking.png</iconset>
  677. </property>
  678. <property name="text">
  679. <string>&amp;Qubes Network</string>
  680. </property>
  681. <property name="visible">
  682. <bool>false</bool>
  683. </property>
  684. </action>
  685. <action name="action_state">
  686. <property name="checkable">
  687. <bool>true</bool>
  688. </property>
  689. <property name="checked">
  690. <bool>true</bool>
  691. </property>
  692. <property name="text">
  693. <string>&amp;State</string>
  694. </property>
  695. </action>
  696. <action name="action_killvm">
  697. <property name="icon">
  698. <iconset resource="../resources.qrc">
  699. <normaloff>:/killvm.png</normaloff>:/killvm.png</iconset>
  700. </property>
  701. <property name="text">
  702. <string>&amp;Kill</string>
  703. </property>
  704. <property name="toolTip">
  705. <string>Kill selected qube</string>
  706. </property>
  707. </action>
  708. <action name="action_set_keyboard_layout">
  709. <property name="icon">
  710. <iconset resource="../resources.qrc">
  711. <normaloff>:/kbd-layout.png</normaloff>:/kbd-layout.png</iconset>
  712. </property>
  713. <property name="text">
  714. <string>Keyboard la&amp;yout</string>
  715. </property>
  716. <property name="toolTip">
  717. <string>Set keyboard layout per qube</string>
  718. </property>
  719. </action>
  720. <action name="action_vm_type">
  721. <property name="checkable">
  722. <bool>true</bool>
  723. </property>
  724. <property name="checked">
  725. <bool>true</bool>
  726. </property>
  727. <property name="text">
  728. <string>T&amp;ype</string>
  729. </property>
  730. <property name="toolTip">
  731. <string>Qube Type</string>
  732. </property>
  733. </action>
  734. <action name="action_label">
  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>&amp;Label</string>
  743. </property>
  744. </action>
  745. <action name="action_name">
  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>N&amp;ame</string>
  754. </property>
  755. </action>
  756. <action name="action_toolbar">
  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 tool bar</string>
  765. </property>
  766. </action>
  767. <action name="action_menubar">
  768. <property name="checkable">
  769. <bool>true</bool>
  770. </property>
  771. <property name="checked">
  772. <bool>true</bool>
  773. </property>
  774. <property name="text">
  775. <string>Show menu bar</string>
  776. </property>
  777. </action>
  778. <action name="action_about_qubes">
  779. <property name="icon">
  780. <iconset theme="qubes-manager">
  781. <normaloff>.</normaloff>.</iconset>
  782. </property>
  783. <property name="text">
  784. <string>&amp;Qubes OS</string>
  785. </property>
  786. </action>
  787. <action name="action_size_on_disk">
  788. <property name="checkable">
  789. <bool>true</bool>
  790. </property>
  791. <property name="checked">
  792. <bool>true</bool>
  793. </property>
  794. <property name="text">
  795. <string>Si&amp;ze</string>
  796. </property>
  797. <property name="toolTip">
  798. <string>Size on disk</string>
  799. </property>
  800. </action>
  801. <action name="action_run_command_in_vm">
  802. <property name="icon">
  803. <iconset resource="../resources.qrc">
  804. <normaloff>:/run-command.png</normaloff>:/run-command.png</iconset>
  805. </property>
  806. <property name="text">
  807. <string>&amp;Run command in qube</string>
  808. </property>
  809. <property name="toolTip">
  810. <string>Run command in the specified qube</string>
  811. </property>
  812. </action>
  813. <action name="action_clonevm">
  814. <property name="enabled">
  815. <bool>false</bool>
  816. </property>
  817. <property name="icon">
  818. <iconset resource="../resources.qrc">
  819. <normaloff>:/templatevm.png</normaloff>:/templatevm.png</iconset>
  820. </property>
  821. <property name="text">
  822. <string>&amp;Clone qube</string>
  823. </property>
  824. <property name="toolTip">
  825. <string>Clone qube</string>
  826. </property>
  827. </action>
  828. <action name="action_internal">
  829. <property name="checkable">
  830. <bool>true</bool>
  831. </property>
  832. <property name="checked">
  833. <bool>true</bool>
  834. </property>
  835. <property name="text">
  836. <string>Inte&amp;rnal</string>
  837. </property>
  838. <property name="toolTip">
  839. <string>Is an internal qube</string>
  840. </property>
  841. </action>
  842. <action name="action_startvm_tools_install">
  843. <property name="enabled">
  844. <bool>false</bool>
  845. </property>
  846. <property name="icon">
  847. <iconset resource="../resources.qrc">
  848. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  849. </property>
  850. <property name="text">
  851. <string>Start qube for Window Tools installation</string>
  852. </property>
  853. <property name="toolTip">
  854. <string>Start qube for Window Tools installation</string>
  855. </property>
  856. </action>
  857. <action name="action_ip">
  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>&amp;IP</string>
  866. </property>
  867. </action>
  868. <action name="action_backups">
  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>Include in &amp;backups</string>
  877. </property>
  878. </action>
  879. <action name="action_last_backup">
  880. <property name="checkable">
  881. <bool>true</bool>
  882. </property>
  883. <property name="checked">
  884. <bool>true</bool>
  885. </property>
  886. <property name="text">
  887. <string>Last back&amp;up</string>
  888. </property>
  889. </action>
  890. <action name="action_search">
  891. <property name="text">
  892. <string>Search</string>
  893. </property>
  894. <property name="shortcut">
  895. <string>Ctrl+F</string>
  896. </property>
  897. </action>
  898. <action name="action_exit">
  899. <property name="text">
  900. <string>&amp;Exit Qube Manager</string>
  901. </property>
  902. </action>
  903. <action name="action_manage_templates">
  904. <property name="text">
  905. <string>Manage templates for qubes</string>
  906. </property>
  907. <property name="toolTip">
  908. <string>Launch a tool that allows multiple templates to be changed at once</string>
  909. </property>
  910. </action>
  911. <action name="action_dispvm_template">
  912. <property name="checkable">
  913. <bool>true</bool>
  914. </property>
  915. <property name="checked">
  916. <bool>true</bool>
  917. </property>
  918. <property name="text">
  919. <string>Default DisposableVM Template</string>
  920. </property>
  921. <property name="toolTip">
  922. <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>
  923. </property>
  924. </action>
  925. <action name="action_is_dvm_template">
  926. <property name="checkable">
  927. <bool>true</bool>
  928. </property>
  929. <property name="checked">
  930. <bool>true</bool>
  931. </property>
  932. <property name="text">
  933. <string>DisposableVM Template</string>
  934. </property>
  935. <property name="toolTip">
  936. <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>
  937. </property>
  938. </action>
  939. <action name="action_virt_mode">
  940. <property name="checkable">
  941. <bool>true</bool>
  942. </property>
  943. <property name="checked">
  944. <bool>true</bool>
  945. </property>
  946. <property name="text">
  947. <string>Virtualization Mode</string>
  948. </property>
  949. </action>
  950. <action name="action_open_console">
  951. <property name="icon">
  952. <iconset resource="../resources.qrc">
  953. <normaloff>:/log.png</normaloff>
  954. <normalon>:/log.png</normalon>:/log.png</iconset>
  955. </property>
  956. <property name="text">
  957. <string>Open console in qube</string>
  958. </property>
  959. <property name="toolTip">
  960. <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>
  961. </property>
  962. </action>
  963. <action name="action_show_logs">
  964. <property name="icon">
  965. <iconset>
  966. <normaloff>:/log.png</normaloff>:/log.png</iconset>
  967. </property>
  968. <property name="text">
  969. <string>Logs</string>
  970. </property>
  971. </action>
  972. <action name="action_compact_view">
  973. <property name="checkable">
  974. <bool>true</bool>
  975. </property>
  976. <property name="text">
  977. <string>Compact View</string>
  978. </property>
  979. </action>
  980. </widget>
  981. <resources>
  982. <include location="../resources.qrc"/>
  983. </resources>
  984. <connections/>
  985. </ui>