mainwindow.ui 24 KB

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