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