qubemanager.ui 23 KB

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