qubemanager.ui 23 KB

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