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