mainwindow.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759
  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="separator"/>
  302. <addaction name="logs_menu"/>
  303. <addaction name="blk_menu"/>
  304. </widget>
  305. <widget class="QMenu" name="menu_about">
  306. <property name="title">
  307. <string>About</string>
  308. </property>
  309. <addaction name="action_about_qubes"/>
  310. </widget>
  311. <addaction name="menu_system"/>
  312. <addaction name="menu_vm"/>
  313. <addaction name="menu_view"/>
  314. <addaction name="menu_about"/>
  315. </widget>
  316. <widget class="QToolBar" name="toolBar">
  317. <property name="windowTitle">
  318. <string>toolBar</string>
  319. </property>
  320. <property name="allowedAreas">
  321. <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
  322. </property>
  323. <property name="floatable">
  324. <bool>false</bool>
  325. </property>
  326. <attribute name="toolBarArea">
  327. <enum>TopToolBarArea</enum>
  328. </attribute>
  329. <attribute name="toolBarBreak">
  330. <bool>false</bool>
  331. </attribute>
  332. <addaction name="action_createvm"/>
  333. <addaction name="action_removevm"/>
  334. <addaction name="separator"/>
  335. <addaction name="action_resumevm"/>
  336. <addaction name="action_pausevm"/>
  337. <addaction name="action_shutdownvm"/>
  338. <addaction name="separator"/>
  339. <addaction name="action_settings"/>
  340. <addaction name="action_editfwrules"/>
  341. <addaction name="action_appmenus"/>
  342. <addaction name="action_updatevm"/>
  343. <addaction name="action_set_keyboard_layout"/>
  344. <addaction name="separator"/>
  345. <addaction name="action_global_settings"/>
  346. <addaction name="action_backup"/>
  347. <addaction name="action_restore"/>
  348. <addaction name="separator"/>
  349. <addaction name="action_showallvms"/>
  350. </widget>
  351. <action name="action_createvm">
  352. <property name="icon">
  353. <iconset resource="resources.qrc">
  354. <normaloff>:/createvm.png</normaloff>:/createvm.png</iconset>
  355. </property>
  356. <property name="text">
  357. <string>Create AppVM</string>
  358. </property>
  359. <property name="toolTip">
  360. <string>Create a new AppVM</string>
  361. </property>
  362. </action>
  363. <action name="action_removevm">
  364. <property name="enabled">
  365. <bool>false</bool>
  366. </property>
  367. <property name="icon">
  368. <iconset resource="resources.qrc">
  369. <normaloff>:/removevm.png</normaloff>:/removevm.png</iconset>
  370. </property>
  371. <property name="text">
  372. <string>Remove AppVM</string>
  373. </property>
  374. <property name="toolTip">
  375. <string>Remove an existing AppVM (must be stopped first)</string>
  376. </property>
  377. </action>
  378. <action name="action_resumevm">
  379. <property name="enabled">
  380. <bool>false</bool>
  381. </property>
  382. <property name="icon">
  383. <iconset resource="resources.qrc">
  384. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  385. </property>
  386. <property name="text">
  387. <string>Start/Resume VM</string>
  388. </property>
  389. <property name="toolTip">
  390. <string>Start/Resume selected VM</string>
  391. </property>
  392. </action>
  393. <action name="action_pausevm">
  394. <property name="enabled">
  395. <bool>false</bool>
  396. </property>
  397. <property name="icon">
  398. <iconset resource="resources.qrc">
  399. <normaloff>:/pausevm.png</normaloff>:/pausevm.png</iconset>
  400. </property>
  401. <property name="text">
  402. <string>Pause VM</string>
  403. </property>
  404. <property name="toolTip">
  405. <string>Pause selected VM</string>
  406. </property>
  407. </action>
  408. <action name="action_shutdownvm">
  409. <property name="enabled">
  410. <bool>false</bool>
  411. </property>
  412. <property name="icon">
  413. <iconset resource="resources.qrc">
  414. <normaloff>:/shutdownvm.png</normaloff>:/shutdownvm.png</iconset>
  415. </property>
  416. <property name="text">
  417. <string>Shutdown VM</string>
  418. </property>
  419. <property name="toolTip">
  420. <string>Shutdown selected VM</string>
  421. </property>
  422. </action>
  423. <action name="action_appmenus">
  424. <property name="enabled">
  425. <bool>false</bool>
  426. </property>
  427. <property name="icon">
  428. <iconset resource="resources.qrc">
  429. <normaloff>:/apps.png</normaloff>:/apps.png</iconset>
  430. </property>
  431. <property name="text">
  432. <string>Add/remove app shortcuts</string>
  433. </property>
  434. <property name="toolTip">
  435. <string>Add/remove app shortcuts for this VM</string>
  436. </property>
  437. </action>
  438. <action name="action_updatevm">
  439. <property name="enabled">
  440. <bool>false</bool>
  441. </property>
  442. <property name="icon">
  443. <iconset resource="resources.qrc">
  444. <normaloff>:/updateable.png</normaloff>:/updateable.png</iconset>
  445. </property>
  446. <property name="text">
  447. <string>Update VM</string>
  448. </property>
  449. <property name="toolTip">
  450. <string>Update VM system</string>
  451. </property>
  452. </action>
  453. <action name="action_showallvms">
  454. <property name="checkable">
  455. <bool>true</bool>
  456. </property>
  457. <property name="checked">
  458. <bool>false</bool>
  459. </property>
  460. <property name="icon">
  461. <iconset resource="resources.qrc">
  462. <normaloff>:/show-all-running.png</normaloff>
  463. <selectedoff>:/showallvms.png</selectedoff>:/show-all-running.png</iconset>
  464. </property>
  465. <property name="text">
  466. <string>Show/Hide inactive VMs</string>
  467. </property>
  468. <property name="toolTip">
  469. <string>Show/Hide inactive VMs</string>
  470. </property>
  471. </action>
  472. <action name="action_editfwrules">
  473. <property name="icon">
  474. <iconset resource="resources.qrc">
  475. <normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
  476. </property>
  477. <property name="text">
  478. <string>Edit VM firewall rules</string>
  479. </property>
  480. <property name="toolTip">
  481. <string>Edit VM firewall rules</string>
  482. </property>
  483. </action>
  484. <action name="action_showgraphs">
  485. <property name="checkable">
  486. <bool>true</bool>
  487. </property>
  488. <property name="icon">
  489. <iconset resource="resources.qrc">
  490. <normaloff>:/showcpuload.png</normaloff>:/showcpuload.png</iconset>
  491. </property>
  492. <property name="text">
  493. <string>Show graphs</string>
  494. </property>
  495. <property name="toolTip">
  496. <string>Show Graphs</string>
  497. </property>
  498. </action>
  499. <action name="action_options">
  500. <property name="text">
  501. <string>Options</string>
  502. </property>
  503. </action>
  504. <action name="action_view">
  505. <property name="text">
  506. <string>View</string>
  507. </property>
  508. </action>
  509. <action name="action_cpu">
  510. <property name="checkable">
  511. <bool>true</bool>
  512. </property>
  513. <property name="checked">
  514. <bool>true</bool>
  515. </property>
  516. <property name="text">
  517. <string>CPU</string>
  518. </property>
  519. </action>
  520. <action name="action_cpu_graph">
  521. <property name="checkable">
  522. <bool>true</bool>
  523. </property>
  524. <property name="checked">
  525. <bool>true</bool>
  526. </property>
  527. <property name="text">
  528. <string>CPU Graph</string>
  529. </property>
  530. </action>
  531. <action name="action_mem">
  532. <property name="checkable">
  533. <bool>true</bool>
  534. </property>
  535. <property name="checked">
  536. <bool>true</bool>
  537. </property>
  538. <property name="text">
  539. <string>MEM</string>
  540. </property>
  541. </action>
  542. <action name="action_mem_graph">
  543. <property name="checkable">
  544. <bool>true</bool>
  545. </property>
  546. <property name="checked">
  547. <bool>true</bool>
  548. </property>
  549. <property name="text">
  550. <string>MEM Graph</string>
  551. </property>
  552. </action>
  553. <action name="action_template">
  554. <property name="checkable">
  555. <bool>true</bool>
  556. </property>
  557. <property name="checked">
  558. <bool>true</bool>
  559. </property>
  560. <property name="text">
  561. <string>Template</string>
  562. </property>
  563. </action>
  564. <action name="action_netvm">
  565. <property name="checkable">
  566. <bool>true</bool>
  567. </property>
  568. <property name="checked">
  569. <bool>true</bool>
  570. </property>
  571. <property name="text">
  572. <string>NetVM</string>
  573. </property>
  574. </action>
  575. <action name="action_settings">
  576. <property name="icon">
  577. <iconset resource="resources.qrc">
  578. <normaloff>:/settings.png</normaloff>:/settings.png</iconset>
  579. </property>
  580. <property name="text">
  581. <string>VM settings</string>
  582. </property>
  583. <property name="toolTip">
  584. <string>VM Settings</string>
  585. </property>
  586. </action>
  587. <action name="action_restore">
  588. <property name="icon">
  589. <iconset resource="resources.qrc">
  590. <normaloff>:/restore.png</normaloff>:/restore.png</iconset>
  591. </property>
  592. <property name="text">
  593. <string>Restore VMs from backup</string>
  594. </property>
  595. </action>
  596. <action name="action_backup">
  597. <property name="icon">
  598. <iconset resource="resources.qrc">
  599. <normaloff>:/backup.png</normaloff>:/backup.png</iconset>
  600. </property>
  601. <property name="text">
  602. <string>Backup VMs</string>
  603. </property>
  604. </action>
  605. <action name="action_global_settings">
  606. <property name="icon">
  607. <iconset resource="resources.qrc">
  608. <normaloff>:/global-settings.png</normaloff>:/global-settings.png</iconset>
  609. </property>
  610. <property name="text">
  611. <string>Global settings</string>
  612. </property>
  613. </action>
  614. <action name="action_state">
  615. <property name="checkable">
  616. <bool>true</bool>
  617. </property>
  618. <property name="checked">
  619. <bool>true</bool>
  620. </property>
  621. <property name="text">
  622. <string>State</string>
  623. </property>
  624. </action>
  625. <action name="action_killvm">
  626. <property name="icon">
  627. <iconset resource="resources.qrc">
  628. <normaloff>:/killvm.png</normaloff>:/killvm.png</iconset>
  629. </property>
  630. <property name="text">
  631. <string>Kill VM</string>
  632. </property>
  633. <property name="toolTip">
  634. <string>Kill selected VM</string>
  635. </property>
  636. </action>
  637. <action name="action_set_keyboard_layout">
  638. <property name="icon">
  639. <iconset resource="resources.qrc">
  640. <normaloff>:/kbd-layout.png</normaloff>:/kbd-layout.png</iconset>
  641. </property>
  642. <property name="text">
  643. <string>Set keyboard layout</string>
  644. </property>
  645. <property name="toolTip">
  646. <string>Set keyboard layout per VM</string>
  647. </property>
  648. </action>
  649. <action name="action_vm_type">
  650. <property name="checkable">
  651. <bool>true</bool>
  652. </property>
  653. <property name="checked">
  654. <bool>true</bool>
  655. </property>
  656. <property name="text">
  657. <string>Type</string>
  658. </property>
  659. <property name="toolTip">
  660. <string>VM Type</string>
  661. </property>
  662. </action>
  663. <action name="action_label">
  664. <property name="checkable">
  665. <bool>true</bool>
  666. </property>
  667. <property name="checked">
  668. <bool>true</bool>
  669. </property>
  670. <property name="text">
  671. <string>Label</string>
  672. </property>
  673. </action>
  674. <action name="action_name">
  675. <property name="checkable">
  676. <bool>true</bool>
  677. </property>
  678. <property name="checked">
  679. <bool>true</bool>
  680. </property>
  681. <property name="text">
  682. <string>Name</string>
  683. </property>
  684. </action>
  685. <action name="action_toolbar">
  686. <property name="checkable">
  687. <bool>true</bool>
  688. </property>
  689. <property name="checked">
  690. <bool>true</bool>
  691. </property>
  692. <property name="text">
  693. <string>Show tool bar</string>
  694. </property>
  695. </action>
  696. <action name="action_menubar">
  697. <property name="checkable">
  698. <bool>true</bool>
  699. </property>
  700. <property name="checked">
  701. <bool>true</bool>
  702. </property>
  703. <property name="text">
  704. <string>Show menu bar</string>
  705. </property>
  706. </action>
  707. <action name="action_about_qubes">
  708. <property name="icon">
  709. <iconset resource="resources.qrc">
  710. <normaloff>:/qubes.png</normaloff>:/qubes.png</iconset>
  711. </property>
  712. <property name="text">
  713. <string>Qubes OS</string>
  714. </property>
  715. </action>
  716. <action name="action_size_on_disk">
  717. <property name="checkable">
  718. <bool>true</bool>
  719. </property>
  720. <property name="checked">
  721. <bool>true</bool>
  722. </property>
  723. <property name="text">
  724. <string>Size</string>
  725. </property>
  726. <property name="toolTip">
  727. <string>Size on Disk</string>
  728. </property>
  729. </action>
  730. <action name="action_run_command_in_vm">
  731. <property name="icon">
  732. <iconset resource="resources.qrc">
  733. <normaloff>:/run-command.png</normaloff>:/run-command.png</iconset>
  734. </property>
  735. <property name="text">
  736. <string>Run command in VM</string>
  737. </property>
  738. <property name="toolTip">
  739. <string>Run command in the specified VM</string>
  740. </property>
  741. </action>
  742. <action name="action_clonevm">
  743. <property name="enabled">
  744. <bool>false</bool>
  745. </property>
  746. <property name="icon">
  747. <iconset resource="resources.qrc">
  748. <normaloff>:/templatevm.png</normaloff>:/templatevm.png</iconset>
  749. </property>
  750. <property name="text">
  751. <string>Clone VM</string>
  752. </property>
  753. </action>
  754. </widget>
  755. <resources>
  756. <include location="resources.qrc"/>
  757. </resources>
  758. <connections/>
  759. </ui>