qubemanager.ui 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  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>1100</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  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>Qube 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>Qube 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>Qube template</string>
  202. </property>
  203. </column>
  204. <column>
  205. <property name="text">
  206. <string>NetVM</string>
  207. </property>
  208. <property name="toolTip">
  209. <string>Qube netVM</string>
  210. </property>
  211. </column>
  212. <column>
  213. <property name="text">
  214. <string>Disk 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>1100</width>
  247. <height>46</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. <addaction name="action_exit"/>
  262. </widget>
  263. <widget class="QMenu" name="menu_view">
  264. <property name="title">
  265. <string>&amp;View</string>
  266. </property>
  267. <addaction name="action_vm_type"/>
  268. <addaction name="action_label"/>
  269. <addaction name="action_name"/>
  270. <addaction name="action_state"/>
  271. <addaction name="action_template"/>
  272. <addaction name="action_netvm"/>
  273. <addaction name="action_size_on_disk"/>
  274. <addaction name="action_internal"/>
  275. <addaction name="action_ip"/>
  276. <addaction name="action_backups"/>
  277. <addaction name="action_last_backup"/>
  278. <addaction name="separator"/>
  279. <addaction name="action_toolbar"/>
  280. <addaction name="action_menubar"/>
  281. <addaction name="separator"/>
  282. <addaction name="separator"/>
  283. <addaction name="action_search"/>
  284. </widget>
  285. <widget class="QMenu" name="menu_vm">
  286. <property name="title">
  287. <string>&amp;Qube</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. <addaction name="action_createvm"/>
  299. <addaction name="action_removevm"/>
  300. <addaction name="action_clonevm"/>
  301. <addaction name="separator"/>
  302. <addaction name="action_resumevm"/>
  303. <addaction name="action_pausevm"/>
  304. <addaction name="action_shutdownvm"/>
  305. <addaction name="action_restartvm"/>
  306. <addaction name="action_killvm"/>
  307. <addaction name="separator"/>
  308. <addaction name="action_settings"/>
  309. <addaction name="action_editfwrules"/>
  310. <addaction name="action_appmenus"/>
  311. <addaction name="action_updatevm"/>
  312. <addaction name="action_run_command_in_vm"/>
  313. <addaction name="action_set_keyboard_layout"/>
  314. <addaction name="separator"/>
  315. <addaction name="logs_menu"/>
  316. </widget>
  317. <widget class="QMenu" name="menu_about">
  318. <property name="title">
  319. <string>&amp;About</string>
  320. </property>
  321. <addaction name="action_about_qubes"/>
  322. </widget>
  323. <addaction name="menu_system"/>
  324. <addaction name="menu_vm"/>
  325. <addaction name="menu_view"/>
  326. <addaction name="menu_about"/>
  327. </widget>
  328. <widget class="QToolBar" name="toolbar">
  329. <property name="sizePolicy">
  330. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  331. <horstretch>0</horstretch>
  332. <verstretch>0</verstretch>
  333. </sizepolicy>
  334. </property>
  335. <property name="contextMenuPolicy">
  336. <enum>Qt::CustomContextMenu</enum>
  337. </property>
  338. <property name="windowTitle">
  339. <string>toolBar</string>
  340. </property>
  341. <property name="allowedAreas">
  342. <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
  343. </property>
  344. <property name="floatable">
  345. <bool>false</bool>
  346. </property>
  347. <attribute name="toolBarArea">
  348. <enum>TopToolBarArea</enum>
  349. </attribute>
  350. <attribute name="toolBarBreak">
  351. <bool>false</bool>
  352. </attribute>
  353. <addaction name="action_createvm"/>
  354. <addaction name="action_removevm"/>
  355. <addaction name="separator"/>
  356. <addaction name="action_resumevm"/>
  357. <addaction name="action_pausevm"/>
  358. <addaction name="action_shutdownvm"/>
  359. <addaction name="action_restartvm"/>
  360. <addaction name="separator"/>
  361. <addaction name="action_settings"/>
  362. <addaction name="action_editfwrules"/>
  363. <addaction name="action_appmenus"/>
  364. <addaction name="action_updatevm"/>
  365. <addaction name="action_set_keyboard_layout"/>
  366. <addaction name="separator"/>
  367. <addaction name="action_global_settings"/>
  368. <addaction name="action_backup"/>
  369. <addaction name="action_restore"/>
  370. <addaction name="separator"/>
  371. </widget>
  372. <action name="action_createvm">
  373. <property name="icon">
  374. <iconset resource="../resources.qrc">
  375. <normaloff>:/createvm.png</normaloff>:/createvm.png</iconset>
  376. </property>
  377. <property name="text">
  378. <string>Create &amp;new qube</string>
  379. </property>
  380. <property name="toolTip">
  381. <string>Create a new qube</string>
  382. </property>
  383. </action>
  384. <action name="action_removevm">
  385. <property name="enabled">
  386. <bool>false</bool>
  387. </property>
  388. <property name="icon">
  389. <iconset resource="../resources.qrc">
  390. <normaloff>:/removevm.png</normaloff>:/removevm.png</iconset>
  391. </property>
  392. <property name="text">
  393. <string>&amp;Delete qube</string>
  394. </property>
  395. <property name="toolTip">
  396. <string>Remove an existing qube (must be stopped first)</string>
  397. </property>
  398. </action>
  399. <action name="action_resumevm">
  400. <property name="enabled">
  401. <bool>false</bool>
  402. </property>
  403. <property name="icon">
  404. <iconset resource="../resources.qrc">
  405. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  406. </property>
  407. <property name="text">
  408. <string>Start/Resu&amp;me qube</string>
  409. </property>
  410. <property name="toolTip">
  411. <string>Start/Resume selected qube</string>
  412. </property>
  413. </action>
  414. <action name="action_pausevm">
  415. <property name="enabled">
  416. <bool>false</bool>
  417. </property>
  418. <property name="icon">
  419. <iconset resource="../resources.qrc">
  420. <normaloff>:/pausevm.png</normaloff>:/pausevm.png</iconset>
  421. </property>
  422. <property name="text">
  423. <string>&amp;Pause qube</string>
  424. </property>
  425. <property name="toolTip">
  426. <string>Pause selected qube</string>
  427. </property>
  428. </action>
  429. <action name="action_shutdownvm">
  430. <property name="enabled">
  431. <bool>false</bool>
  432. </property>
  433. <property name="icon">
  434. <iconset resource="../resources.qrc">
  435. <normaloff>:/shutdownvm.png</normaloff>:/shutdownvm.png</iconset>
  436. </property>
  437. <property name="text">
  438. <string>&amp;Shutdown qube</string>
  439. </property>
  440. <property name="toolTip">
  441. <string>Shutdown selected qube</string>
  442. </property>
  443. </action>
  444. <action name="action_restartvm">
  445. <property name="enabled">
  446. <bool>false</bool>
  447. </property>
  448. <property name="icon">
  449. <iconset resource="../resources.qrc">
  450. <normaloff>:/restartvm.png</normaloff>:/restartvm.png</iconset>
  451. </property>
  452. <property name="text">
  453. <string>Restar&amp;t qube</string>
  454. </property>
  455. <property name="toolTip">
  456. <string>Restart selected qube</string>
  457. </property>
  458. </action>
  459. <action name="action_appmenus">
  460. <property name="enabled">
  461. <bool>false</bool>
  462. </property>
  463. <property name="icon">
  464. <iconset resource="../resources.qrc">
  465. <normaloff>:/apps.png</normaloff>:/apps.png</iconset>
  466. </property>
  467. <property name="text">
  468. <string>Add/remove app s&amp;hortcuts</string>
  469. </property>
  470. <property name="toolTip">
  471. <string>Add/remove app shortcuts for this qube</string>
  472. </property>
  473. </action>
  474. <action name="action_updatevm">
  475. <property name="enabled">
  476. <bool>false</bool>
  477. </property>
  478. <property name="icon">
  479. <iconset resource="../resources.qrc">
  480. <normaloff>:/updateable.png</normaloff>:/updateable.png</iconset>
  481. </property>
  482. <property name="text">
  483. <string>&amp;Update qube</string>
  484. </property>
  485. <property name="toolTip">
  486. <string>Update qube system</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 qube &amp;firewall rules</string>
  496. </property>
  497. <property name="toolTip">
  498. <string>Edit qube 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_template">
  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>&amp;Template</string>
  535. </property>
  536. </action>
  537. <action name="action_netvm">
  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>&amp;NetVM</string>
  546. </property>
  547. </action>
  548. <action name="action_settings">
  549. <property name="icon">
  550. <iconset resource="../resources.qrc">
  551. <normaloff>:/settings.png</normaloff>:/settings.png</iconset>
  552. </property>
  553. <property name="text">
  554. <string>Qube s&amp;ettings</string>
  555. </property>
  556. <property name="toolTip">
  557. <string>Qube Settings</string>
  558. </property>
  559. </action>
  560. <action name="action_restore">
  561. <property name="icon">
  562. <iconset resource="../resources.qrc">
  563. <normaloff>:/restore.png</normaloff>:/restore.png</iconset>
  564. </property>
  565. <property name="text">
  566. <string>&amp;Restore qubes from backup</string>
  567. </property>
  568. <property name="toolTip">
  569. <string>Restore qubes from backup</string>
  570. </property>
  571. </action>
  572. <action name="action_backup">
  573. <property name="icon">
  574. <iconset resource="../resources.qrc">
  575. <normaloff>:/backup.png</normaloff>:/backup.png</iconset>
  576. </property>
  577. <property name="text">
  578. <string>&amp;Backup qubes</string>
  579. </property>
  580. <property name="toolTip">
  581. <string>Backup qubes</string>
  582. </property>
  583. </action>
  584. <action name="action_global_settings">
  585. <property name="icon">
  586. <iconset resource="../resources.qrc">
  587. <normaloff>:/global-settings.png</normaloff>:/global-settings.png</iconset>
  588. </property>
  589. <property name="text">
  590. <string>&amp;Global settings</string>
  591. </property>
  592. </action>
  593. <action name="action_show_network">
  594. <property name="icon">
  595. <iconset resource="../resources.qrc">
  596. <normaloff>:/networking.png</normaloff>:/networking.png</iconset>
  597. </property>
  598. <property name="text">
  599. <string>&amp;Qubes Network</string>
  600. </property>
  601. <property name="visible">
  602. <bool>false</bool>
  603. </property>
  604. </action>
  605. <action name="action_state">
  606. <property name="checkable">
  607. <bool>true</bool>
  608. </property>
  609. <property name="checked">
  610. <bool>true</bool>
  611. </property>
  612. <property name="text">
  613. <string>&amp;State</string>
  614. </property>
  615. </action>
  616. <action name="action_killvm">
  617. <property name="icon">
  618. <iconset resource="../resources.qrc">
  619. <normaloff>:/killvm.png</normaloff>:/killvm.png</iconset>
  620. </property>
  621. <property name="text">
  622. <string>&amp;Kill qube</string>
  623. </property>
  624. <property name="toolTip">
  625. <string>Kill selected qube</string>
  626. </property>
  627. </action>
  628. <action name="action_set_keyboard_layout">
  629. <property name="icon">
  630. <iconset resource="../resources.qrc">
  631. <normaloff>:/kbd-layout.png</normaloff>:/kbd-layout.png</iconset>
  632. </property>
  633. <property name="text">
  634. <string>Set keyboard la&amp;yout</string>
  635. </property>
  636. <property name="toolTip">
  637. <string>Set keyboard layout per qube</string>
  638. </property>
  639. </action>
  640. <action name="action_vm_type">
  641. <property name="checkable">
  642. <bool>true</bool>
  643. </property>
  644. <property name="checked">
  645. <bool>true</bool>
  646. </property>
  647. <property name="text">
  648. <string>T&amp;ype</string>
  649. </property>
  650. <property name="toolTip">
  651. <string>Qube Type</string>
  652. </property>
  653. </action>
  654. <action name="action_label">
  655. <property name="checkable">
  656. <bool>true</bool>
  657. </property>
  658. <property name="checked">
  659. <bool>true</bool>
  660. </property>
  661. <property name="text">
  662. <string>&amp;Label</string>
  663. </property>
  664. </action>
  665. <action name="action_name">
  666. <property name="checkable">
  667. <bool>true</bool>
  668. </property>
  669. <property name="checked">
  670. <bool>true</bool>
  671. </property>
  672. <property name="text">
  673. <string>N&amp;ame</string>
  674. </property>
  675. </action>
  676. <action name="action_toolbar">
  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>Show tool bar</string>
  685. </property>
  686. </action>
  687. <action name="action_menubar">
  688. <property name="checkable">
  689. <bool>true</bool>
  690. </property>
  691. <property name="checked">
  692. <bool>true</bool>
  693. </property>
  694. <property name="text">
  695. <string>Show menu bar</string>
  696. </property>
  697. </action>
  698. <action name="action_about_qubes">
  699. <property name="icon">
  700. <iconset theme="qubes-manager">
  701. <normaloff/>
  702. </iconset>
  703. </property>
  704. <property name="text">
  705. <string>&amp;Qubes OS</string>
  706. </property>
  707. </action>
  708. <action name="action_size_on_disk">
  709. <property name="checkable">
  710. <bool>true</bool>
  711. </property>
  712. <property name="checked">
  713. <bool>true</bool>
  714. </property>
  715. <property name="text">
  716. <string>Si&amp;ze</string>
  717. </property>
  718. <property name="toolTip">
  719. <string>Size on disk</string>
  720. </property>
  721. </action>
  722. <action name="action_run_command_in_vm">
  723. <property name="icon">
  724. <iconset resource="../resources.qrc">
  725. <normaloff>:/run-command.png</normaloff>:/run-command.png</iconset>
  726. </property>
  727. <property name="text">
  728. <string>&amp;Run command in qube</string>
  729. </property>
  730. <property name="toolTip">
  731. <string>Run command in the specified qube</string>
  732. </property>
  733. </action>
  734. <action name="action_clonevm">
  735. <property name="enabled">
  736. <bool>false</bool>
  737. </property>
  738. <property name="icon">
  739. <iconset resource="../resources.qrc">
  740. <normaloff>:/templatevm.png</normaloff>:/templatevm.png</iconset>
  741. </property>
  742. <property name="text">
  743. <string>&amp;Clone qube</string>
  744. </property>
  745. <property name="toolTip">
  746. <string>Clone qube</string>
  747. </property>
  748. </action>
  749. <action name="action_internal">
  750. <property name="checkable">
  751. <bool>true</bool>
  752. </property>
  753. <property name="checked">
  754. <bool>true</bool>
  755. </property>
  756. <property name="text">
  757. <string>Inte&amp;rnal</string>
  758. </property>
  759. <property name="toolTip">
  760. <string>Is an internal qube</string>
  761. </property>
  762. </action>
  763. <action name="action_startvm_tools_install">
  764. <property name="enabled">
  765. <bool>false</bool>
  766. </property>
  767. <property name="icon">
  768. <iconset resource="../resources.qrc">
  769. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  770. </property>
  771. <property name="text">
  772. <string>Start qube for Window Tools installation</string>
  773. </property>
  774. <property name="toolTip">
  775. <string>Start qube for Window Tools installation</string>
  776. </property>
  777. </action>
  778. <action name="action_ip">
  779. <property name="checkable">
  780. <bool>true</bool>
  781. </property>
  782. <property name="checked">
  783. <bool>true</bool>
  784. </property>
  785. <property name="text">
  786. <string>&amp;IP</string>
  787. </property>
  788. </action>
  789. <action name="action_backups">
  790. <property name="checkable">
  791. <bool>true</bool>
  792. </property>
  793. <property name="checked">
  794. <bool>true</bool>
  795. </property>
  796. <property name="text">
  797. <string>Include in &amp;backups</string>
  798. </property>
  799. </action>
  800. <action name="action_last_backup">
  801. <property name="checkable">
  802. <bool>true</bool>
  803. </property>
  804. <property name="checked">
  805. <bool>true</bool>
  806. </property>
  807. <property name="text">
  808. <string>Last back&amp;up</string>
  809. </property>
  810. </action>
  811. <action name="action_search">
  812. <property name="text">
  813. <string>Search</string>
  814. </property>
  815. <property name="shortcut">
  816. <string>Ctrl+F</string>
  817. </property>
  818. </action>
  819. <action name="action_exit">
  820. <property name="text">
  821. <string>&amp;Exit Qube Manager</string>
  822. </property>
  823. </action>
  824. </widget>
  825. <resources>
  826. <include location="../resources.qrc"/>
  827. </resources>
  828. <connections/>
  829. </ui>