mainwindow.ui 25 KB

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