mainwindow.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776
  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. <attribute name="horizontalHeaderCascadingSectionResizes">
  121. <bool>false</bool>
  122. </attribute>
  123. <attribute name="horizontalHeaderDefaultSectionSize">
  124. <number>150</number>
  125. </attribute>
  126. <attribute name="horizontalHeaderMinimumSectionSize">
  127. <number>150</number>
  128. </attribute>
  129. <attribute name="verticalHeaderVisible">
  130. <bool>false</bool>
  131. </attribute>
  132. <attribute name="verticalHeaderCascadingSectionResizes">
  133. <bool>false</bool>
  134. </attribute>
  135. <row>
  136. <property name="text">
  137. <string>Nowy wiersz</string>
  138. </property>
  139. </row>
  140. <row/>
  141. <row/>
  142. <row/>
  143. <row/>
  144. <row/>
  145. <row/>
  146. <row/>
  147. <row/>
  148. <row/>
  149. <column>
  150. <property name="text">
  151. <string/>
  152. </property>
  153. </column>
  154. <column>
  155. <property name="text">
  156. <string/>
  157. </property>
  158. </column>
  159. <column>
  160. <property name="text">
  161. <string>Name</string>
  162. </property>
  163. <property name="toolTip">
  164. <string>VM name</string>
  165. </property>
  166. </column>
  167. <column>
  168. <property name="text">
  169. <string>State</string>
  170. </property>
  171. <property name="toolTip">
  172. <string>Update info</string>
  173. </property>
  174. </column>
  175. <column>
  176. <property name="text">
  177. <string>Template</string>
  178. </property>
  179. <property name="toolTip">
  180. <string>VM's template</string>
  181. </property>
  182. </column>
  183. <column>
  184. <property name="text">
  185. <string>NetVM</string>
  186. </property>
  187. <property name="toolTip">
  188. <string>VM's netVM</string>
  189. </property>
  190. </column>
  191. <column>
  192. <property name="text">
  193. <string>CPU</string>
  194. </property>
  195. </column>
  196. <column>
  197. <property name="text">
  198. <string>CPU Graph</string>
  199. </property>
  200. <property name="toolTip">
  201. <string>CPU usage graph</string>
  202. </property>
  203. </column>
  204. <column>
  205. <property name="text">
  206. <string>MEM</string>
  207. </property>
  208. </column>
  209. <column>
  210. <property name="text">
  211. <string>MEM Graph</string>
  212. </property>
  213. <property name="toolTip">
  214. <string>Memory usage graph</string>
  215. </property>
  216. </column>
  217. <column>
  218. <property name="text">
  219. <string>Size</string>
  220. </property>
  221. </column>
  222. </widget>
  223. </item>
  224. </layout>
  225. </widget>
  226. <widget class="QMenuBar" name="menubar">
  227. <property name="geometry">
  228. <rect>
  229. <x>0</x>
  230. <y>0</y>
  231. <width>769</width>
  232. <height>22</height>
  233. </rect>
  234. </property>
  235. <widget class="QMenu" name="menu_system">
  236. <property name="title">
  237. <string>System</string>
  238. </property>
  239. <addaction name="action_global_settings"/>
  240. <addaction name="action_backup"/>
  241. <addaction name="action_restore"/>
  242. </widget>
  243. <widget class="QMenu" name="menu_view">
  244. <property name="title">
  245. <string>View</string>
  246. </property>
  247. <addaction name="action_vm_type"/>
  248. <addaction name="action_label"/>
  249. <addaction name="action_name"/>
  250. <addaction name="action_state"/>
  251. <addaction name="action_template"/>
  252. <addaction name="action_netvm"/>
  253. <addaction name="action_cpu"/>
  254. <addaction name="action_cpu_graph"/>
  255. <addaction name="action_mem"/>
  256. <addaction name="action_mem_graph"/>
  257. <addaction name="action_size_on_disk"/>
  258. <addaction name="separator"/>
  259. <addaction name="action_toolbar"/>
  260. <addaction name="action_menubar"/>
  261. <addaction name="separator"/>
  262. <addaction name="action_showallvms"/>
  263. </widget>
  264. <widget class="QMenu" name="menu_vm">
  265. <property name="title">
  266. <string>VM</string>
  267. </property>
  268. <widget class="QMenu" name="logs_menu">
  269. <property name="title">
  270. <string>Logs</string>
  271. </property>
  272. <property name="icon">
  273. <iconset resource="resources.qrc">
  274. <normaloff>:/log.png</normaloff>:/log.png</iconset>
  275. </property>
  276. </widget>
  277. <widget class="QMenu" name="blk_menu">
  278. <property name="title">
  279. <string>Attach/detach block devices</string>
  280. </property>
  281. <property name="icon">
  282. <iconset resource="resources.qrc">
  283. <normaloff>:/mount.png</normaloff>:/mount.png</iconset>
  284. </property>
  285. </widget>
  286. <addaction name="action_createvm"/>
  287. <addaction name="action_removevm"/>
  288. <addaction name="action_clonevm"/>
  289. <addaction name="separator"/>
  290. <addaction name="action_resumevm"/>
  291. <addaction name="action_pausevm"/>
  292. <addaction name="action_shutdownvm"/>
  293. <addaction name="action_killvm"/>
  294. <addaction name="separator"/>
  295. <addaction name="action_settings"/>
  296. <addaction name="action_editfwrules"/>
  297. <addaction name="action_appmenus"/>
  298. <addaction name="action_updatevm"/>
  299. <addaction name="action_run_command_in_vm"/>
  300. <addaction name="action_set_keyboard_layout"/>
  301. <addaction name="action_toggle_audio_input"/>
  302. <addaction name="separator"/>
  303. <addaction name="logs_menu"/>
  304. <addaction name="blk_menu"/>
  305. </widget>
  306. <widget class="QMenu" name="menu_about">
  307. <property name="title">
  308. <string>About</string>
  309. </property>
  310. <addaction name="action_about_qubes"/>
  311. </widget>
  312. <addaction name="menu_system"/>
  313. <addaction name="menu_vm"/>
  314. <addaction name="menu_view"/>
  315. <addaction name="menu_about"/>
  316. </widget>
  317. <widget class="QToolBar" name="toolBar">
  318. <property name="windowTitle">
  319. <string>toolBar</string>
  320. </property>
  321. <property name="allowedAreas">
  322. <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
  323. </property>
  324. <property name="floatable">
  325. <bool>false</bool>
  326. </property>
  327. <attribute name="toolBarArea">
  328. <enum>TopToolBarArea</enum>
  329. </attribute>
  330. <attribute name="toolBarBreak">
  331. <bool>false</bool>
  332. </attribute>
  333. <addaction name="action_createvm"/>
  334. <addaction name="action_removevm"/>
  335. <addaction name="separator"/>
  336. <addaction name="action_resumevm"/>
  337. <addaction name="action_pausevm"/>
  338. <addaction name="action_shutdownvm"/>
  339. <addaction name="separator"/>
  340. <addaction name="action_settings"/>
  341. <addaction name="action_editfwrules"/>
  342. <addaction name="action_appmenus"/>
  343. <addaction name="action_updatevm"/>
  344. <addaction name="action_set_keyboard_layout"/>
  345. <addaction name="action_toggle_audio_input"/>
  346. <addaction name="separator"/>
  347. <addaction name="action_global_settings"/>
  348. <addaction name="action_backup"/>
  349. <addaction name="action_restore"/>
  350. <addaction name="separator"/>
  351. <addaction name="action_showallvms"/>
  352. </widget>
  353. <action name="action_createvm">
  354. <property name="icon">
  355. <iconset resource="resources.qrc">
  356. <normaloff>:/createvm.png</normaloff>:/createvm.png</iconset>
  357. </property>
  358. <property name="text">
  359. <string>Create AppVM</string>
  360. </property>
  361. <property name="toolTip">
  362. <string>Create a new AppVM</string>
  363. </property>
  364. </action>
  365. <action name="action_removevm">
  366. <property name="enabled">
  367. <bool>false</bool>
  368. </property>
  369. <property name="icon">
  370. <iconset resource="resources.qrc">
  371. <normaloff>:/removevm.png</normaloff>:/removevm.png</iconset>
  372. </property>
  373. <property name="text">
  374. <string>Remove AppVM</string>
  375. </property>
  376. <property name="toolTip">
  377. <string>Remove an existing AppVM (must be stopped first)</string>
  378. </property>
  379. </action>
  380. <action name="action_resumevm">
  381. <property name="enabled">
  382. <bool>false</bool>
  383. </property>
  384. <property name="icon">
  385. <iconset resource="resources.qrc">
  386. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  387. </property>
  388. <property name="text">
  389. <string>Start/Resume VM</string>
  390. </property>
  391. <property name="toolTip">
  392. <string>Start/Resume selected VM</string>
  393. </property>
  394. </action>
  395. <action name="action_pausevm">
  396. <property name="enabled">
  397. <bool>false</bool>
  398. </property>
  399. <property name="icon">
  400. <iconset resource="resources.qrc">
  401. <normaloff>:/pausevm.png</normaloff>:/pausevm.png</iconset>
  402. </property>
  403. <property name="text">
  404. <string>Pause VM</string>
  405. </property>
  406. <property name="toolTip">
  407. <string>Pause selected VM</string>
  408. </property>
  409. </action>
  410. <action name="action_shutdownvm">
  411. <property name="enabled">
  412. <bool>false</bool>
  413. </property>
  414. <property name="icon">
  415. <iconset resource="resources.qrc">
  416. <normaloff>:/shutdownvm.png</normaloff>:/shutdownvm.png</iconset>
  417. </property>
  418. <property name="text">
  419. <string>Shutdown VM</string>
  420. </property>
  421. <property name="toolTip">
  422. <string>Shutdown selected VM</string>
  423. </property>
  424. </action>
  425. <action name="action_appmenus">
  426. <property name="enabled">
  427. <bool>false</bool>
  428. </property>
  429. <property name="icon">
  430. <iconset resource="resources.qrc">
  431. <normaloff>:/apps.png</normaloff>:/apps.png</iconset>
  432. </property>
  433. <property name="text">
  434. <string>Add/remove app shortcuts</string>
  435. </property>
  436. <property name="toolTip">
  437. <string>Add/remove app shortcuts for this VM</string>
  438. </property>
  439. </action>
  440. <action name="action_updatevm">
  441. <property name="enabled">
  442. <bool>false</bool>
  443. </property>
  444. <property name="icon">
  445. <iconset resource="resources.qrc">
  446. <normaloff>:/updateable.png</normaloff>:/updateable.png</iconset>
  447. </property>
  448. <property name="text">
  449. <string>Update VM</string>
  450. </property>
  451. <property name="toolTip">
  452. <string>Update VM system</string>
  453. </property>
  454. </action>
  455. <action name="action_toggle_audio_input">
  456. <property name="enabled">
  457. <bool>false</bool>
  458. </property>
  459. <property name="icon">
  460. <iconset resource="resources.qrc">
  461. <normaloff>:/mic.png</normaloff>:/mic.png</iconset>
  462. </property>
  463. <property name="text">
  464. <string>Attach/detach audio-input to the VM</string>
  465. </property>
  466. <property name="toolTip">
  467. <string>Attach/detach audio-input to the VM</string>
  468. </property>
  469. </action>
  470. <action name="action_showallvms">
  471. <property name="checkable">
  472. <bool>true</bool>
  473. </property>
  474. <property name="checked">
  475. <bool>false</bool>
  476. </property>
  477. <property name="icon">
  478. <iconset resource="resources.qrc">
  479. <normaloff>:/show-all-running.png</normaloff>
  480. <selectedoff>:/showallvms.png</selectedoff>:/show-all-running.png</iconset>
  481. </property>
  482. <property name="text">
  483. <string>Show/Hide inactive VMs</string>
  484. </property>
  485. <property name="toolTip">
  486. <string>Show/Hide inactive VMs</string>
  487. </property>
  488. </action>
  489. <action name="action_editfwrules">
  490. <property name="icon">
  491. <iconset resource="resources.qrc">
  492. <normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
  493. </property>
  494. <property name="text">
  495. <string>Edit VM firewall rules</string>
  496. </property>
  497. <property name="toolTip">
  498. <string>Edit VM firewall rules</string>
  499. </property>
  500. </action>
  501. <action name="action_showgraphs">
  502. <property name="checkable">
  503. <bool>true</bool>
  504. </property>
  505. <property name="icon">
  506. <iconset resource="resources.qrc">
  507. <normaloff>:/showcpuload.png</normaloff>:/showcpuload.png</iconset>
  508. </property>
  509. <property name="text">
  510. <string>Show graphs</string>
  511. </property>
  512. <property name="toolTip">
  513. <string>Show Graphs</string>
  514. </property>
  515. </action>
  516. <action name="action_options">
  517. <property name="text">
  518. <string>Options</string>
  519. </property>
  520. </action>
  521. <action name="action_view">
  522. <property name="text">
  523. <string>View</string>
  524. </property>
  525. </action>
  526. <action name="action_cpu">
  527. <property name="checkable">
  528. <bool>true</bool>
  529. </property>
  530. <property name="checked">
  531. <bool>true</bool>
  532. </property>
  533. <property name="text">
  534. <string>CPU</string>
  535. </property>
  536. </action>
  537. <action name="action_cpu_graph">
  538. <property name="checkable">
  539. <bool>true</bool>
  540. </property>
  541. <property name="checked">
  542. <bool>true</bool>
  543. </property>
  544. <property name="text">
  545. <string>CPU Graph</string>
  546. </property>
  547. </action>
  548. <action name="action_mem">
  549. <property name="checkable">
  550. <bool>true</bool>
  551. </property>
  552. <property name="checked">
  553. <bool>true</bool>
  554. </property>
  555. <property name="text">
  556. <string>MEM</string>
  557. </property>
  558. </action>
  559. <action name="action_mem_graph">
  560. <property name="checkable">
  561. <bool>true</bool>
  562. </property>
  563. <property name="checked">
  564. <bool>true</bool>
  565. </property>
  566. <property name="text">
  567. <string>MEM Graph</string>
  568. </property>
  569. </action>
  570. <action name="action_template">
  571. <property name="checkable">
  572. <bool>true</bool>
  573. </property>
  574. <property name="checked">
  575. <bool>true</bool>
  576. </property>
  577. <property name="text">
  578. <string>Template</string>
  579. </property>
  580. </action>
  581. <action name="action_netvm">
  582. <property name="checkable">
  583. <bool>true</bool>
  584. </property>
  585. <property name="checked">
  586. <bool>true</bool>
  587. </property>
  588. <property name="text">
  589. <string>NetVM</string>
  590. </property>
  591. </action>
  592. <action name="action_settings">
  593. <property name="icon">
  594. <iconset resource="resources.qrc">
  595. <normaloff>:/settings.png</normaloff>:/settings.png</iconset>
  596. </property>
  597. <property name="text">
  598. <string>VM settings</string>
  599. </property>
  600. <property name="toolTip">
  601. <string>VM Settings</string>
  602. </property>
  603. </action>
  604. <action name="action_restore">
  605. <property name="icon">
  606. <iconset resource="resources.qrc">
  607. <normaloff>:/restore.png</normaloff>:/restore.png</iconset>
  608. </property>
  609. <property name="text">
  610. <string>Restore VMs from backup</string>
  611. </property>
  612. </action>
  613. <action name="action_backup">
  614. <property name="icon">
  615. <iconset resource="resources.qrc">
  616. <normaloff>:/backup.png</normaloff>:/backup.png</iconset>
  617. </property>
  618. <property name="text">
  619. <string>Backup VMs</string>
  620. </property>
  621. </action>
  622. <action name="action_global_settings">
  623. <property name="icon">
  624. <iconset resource="resources.qrc">
  625. <normaloff>:/global-settings.png</normaloff>:/global-settings.png</iconset>
  626. </property>
  627. <property name="text">
  628. <string>Global settings</string>
  629. </property>
  630. </action>
  631. <action name="action_state">
  632. <property name="checkable">
  633. <bool>true</bool>
  634. </property>
  635. <property name="checked">
  636. <bool>true</bool>
  637. </property>
  638. <property name="text">
  639. <string>State</string>
  640. </property>
  641. </action>
  642. <action name="action_killvm">
  643. <property name="icon">
  644. <iconset resource="resources.qrc">
  645. <normaloff>:/killvm.png</normaloff>:/killvm.png</iconset>
  646. </property>
  647. <property name="text">
  648. <string>Kill VM</string>
  649. </property>
  650. <property name="toolTip">
  651. <string>Kill selected VM</string>
  652. </property>
  653. </action>
  654. <action name="action_set_keyboard_layout">
  655. <property name="icon">
  656. <iconset resource="resources.qrc">
  657. <normaloff>:/kbd-layout.png</normaloff>:/kbd-layout.png</iconset>
  658. </property>
  659. <property name="text">
  660. <string>Set keyboard layout</string>
  661. </property>
  662. <property name="toolTip">
  663. <string>Set keyboard layout per VM</string>
  664. </property>
  665. </action>
  666. <action name="action_vm_type">
  667. <property name="checkable">
  668. <bool>true</bool>
  669. </property>
  670. <property name="checked">
  671. <bool>true</bool>
  672. </property>
  673. <property name="text">
  674. <string>Type</string>
  675. </property>
  676. <property name="toolTip">
  677. <string>VM Type</string>
  678. </property>
  679. </action>
  680. <action name="action_label">
  681. <property name="checkable">
  682. <bool>true</bool>
  683. </property>
  684. <property name="checked">
  685. <bool>true</bool>
  686. </property>
  687. <property name="text">
  688. <string>Label</string>
  689. </property>
  690. </action>
  691. <action name="action_name">
  692. <property name="checkable">
  693. <bool>true</bool>
  694. </property>
  695. <property name="checked">
  696. <bool>true</bool>
  697. </property>
  698. <property name="text">
  699. <string>Name</string>
  700. </property>
  701. </action>
  702. <action name="action_toolbar">
  703. <property name="checkable">
  704. <bool>true</bool>
  705. </property>
  706. <property name="checked">
  707. <bool>true</bool>
  708. </property>
  709. <property name="text">
  710. <string>Show tool bar</string>
  711. </property>
  712. </action>
  713. <action name="action_menubar">
  714. <property name="checkable">
  715. <bool>true</bool>
  716. </property>
  717. <property name="checked">
  718. <bool>true</bool>
  719. </property>
  720. <property name="text">
  721. <string>Show menu bar</string>
  722. </property>
  723. </action>
  724. <action name="action_about_qubes">
  725. <property name="icon">
  726. <iconset resource="resources.qrc">
  727. <normaloff>:/qubes.png</normaloff>:/qubes.png</iconset>
  728. </property>
  729. <property name="text">
  730. <string>Qubes OS</string>
  731. </property>
  732. </action>
  733. <action name="action_size_on_disk">
  734. <property name="checkable">
  735. <bool>true</bool>
  736. </property>
  737. <property name="checked">
  738. <bool>true</bool>
  739. </property>
  740. <property name="text">
  741. <string>Size</string>
  742. </property>
  743. <property name="toolTip">
  744. <string>Size on Disk</string>
  745. </property>
  746. </action>
  747. <action name="action_run_command_in_vm">
  748. <property name="icon">
  749. <iconset resource="resources.qrc">
  750. <normaloff>:/run-command.png</normaloff>:/run-command.png</iconset>
  751. </property>
  752. <property name="text">
  753. <string>Run command in VM</string>
  754. </property>
  755. <property name="toolTip">
  756. <string>Run command in the specified VM</string>
  757. </property>
  758. </action>
  759. <action name="action_clonevm">
  760. <property name="enabled">
  761. <bool>false</bool>
  762. </property>
  763. <property name="icon">
  764. <iconset resource="resources.qrc">
  765. <normaloff>:/templatevm.png</normaloff>:/templatevm.png</iconset>
  766. </property>
  767. <property name="text">
  768. <string>Clone VM</string>
  769. </property>
  770. </action>
  771. </widget>
  772. <resources>
  773. <include location="resources.qrc"/>
  774. </resources>
  775. <connections/>
  776. </ui>