vtmanager.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913
  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="action_showallvms"/>
  282. <addaction name="action_showinternalvms"/>
  283. <addaction name="separator"/>
  284. <addaction name="action_search"/>
  285. </widget>
  286. <widget class="QMenu" name="menu_vm">
  287. <property name="title">
  288. <string>V&amp;M</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. <widget class="QMenu" name="blk_menu">
  300. <property name="title">
  301. <string>Attach/detach &amp;block devices</string>
  302. </property>
  303. <property name="icon">
  304. <iconset resource="../resources.qrc">
  305. <normaloff>:/mount.png</normaloff>:/mount.png</iconset>
  306. </property>
  307. </widget>
  308. <addaction name="action_createvm"/>
  309. <addaction name="action_removevm"/>
  310. <addaction name="action_clonevm"/>
  311. <addaction name="separator"/>
  312. <addaction name="action_resumevm"/>
  313. <addaction name="action_pausevm"/>
  314. <addaction name="action_shutdownvm"/>
  315. <addaction name="action_restartvm"/>
  316. <addaction name="action_killvm"/>
  317. <addaction name="separator"/>
  318. <addaction name="action_settings"/>
  319. <addaction name="action_editfwrules"/>
  320. <addaction name="action_appmenus"/>
  321. <addaction name="action_updatevm"/>
  322. <addaction name="action_run_command_in_vm"/>
  323. <addaction name="action_set_keyboard_layout"/>
  324. <addaction name="action_toggle_audio_input"/>
  325. <addaction name="separator"/>
  326. <addaction name="logs_menu"/>
  327. <addaction name="blk_menu"/>
  328. </widget>
  329. <widget class="QMenu" name="menu_about">
  330. <property name="title">
  331. <string>&amp;About</string>
  332. </property>
  333. <addaction name="action_about_qubes"/>
  334. </widget>
  335. <addaction name="menu_system"/>
  336. <addaction name="menu_vm"/>
  337. <addaction name="menu_view"/>
  338. <addaction name="menu_about"/>
  339. </widget>
  340. <widget class="QToolBar" name="toolBar">
  341. <property name="contextMenuPolicy">
  342. <enum>Qt::CustomContextMenu</enum>
  343. </property>
  344. <property name="windowTitle">
  345. <string>toolBar</string>
  346. </property>
  347. <property name="allowedAreas">
  348. <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
  349. </property>
  350. <property name="floatable">
  351. <bool>false</bool>
  352. </property>
  353. <attribute name="toolBarArea">
  354. <enum>TopToolBarArea</enum>
  355. </attribute>
  356. <attribute name="toolBarBreak">
  357. <bool>false</bool>
  358. </attribute>
  359. <addaction name="action_createvm"/>
  360. <addaction name="action_removevm"/>
  361. <addaction name="separator"/>
  362. <addaction name="action_resumevm"/>
  363. <addaction name="action_pausevm"/>
  364. <addaction name="action_shutdownvm"/>
  365. <addaction name="action_restartvm"/>
  366. <addaction name="separator"/>
  367. <addaction name="action_settings"/>
  368. <addaction name="action_editfwrules"/>
  369. <addaction name="action_appmenus"/>
  370. <addaction name="action_updatevm"/>
  371. <addaction name="action_set_keyboard_layout"/>
  372. <addaction name="action_toggle_audio_input"/>
  373. <addaction name="separator"/>
  374. <addaction name="action_global_settings"/>
  375. <addaction name="action_backup"/>
  376. <addaction name="action_restore"/>
  377. <addaction name="separator"/>
  378. <addaction name="action_showallvms"/>
  379. </widget>
  380. <action name="action_createvm">
  381. <property name="icon">
  382. <iconset resource="../resources.qrc">
  383. <normaloff>:/createvm.png</normaloff>:/createvm.png</iconset>
  384. </property>
  385. <property name="text">
  386. <string>Create &amp;New VM</string>
  387. </property>
  388. <property name="toolTip">
  389. <string>Create a new VM</string>
  390. </property>
  391. </action>
  392. <action name="action_removevm">
  393. <property name="enabled">
  394. <bool>false</bool>
  395. </property>
  396. <property name="icon">
  397. <iconset resource="../resources.qrc">
  398. <normaloff>:/removevm.png</normaloff>:/removevm.png</iconset>
  399. </property>
  400. <property name="text">
  401. <string>&amp;Delete VM</string>
  402. </property>
  403. <property name="toolTip">
  404. <string>Remove an existing VM (must be stopped first)</string>
  405. </property>
  406. </action>
  407. <action name="action_resumevm">
  408. <property name="enabled">
  409. <bool>false</bool>
  410. </property>
  411. <property name="icon">
  412. <iconset resource="../resources.qrc">
  413. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  414. </property>
  415. <property name="text">
  416. <string>Start/Resume V&amp;M</string>
  417. </property>
  418. <property name="toolTip">
  419. <string>Start/Resume selected VM</string>
  420. </property>
  421. </action>
  422. <action name="action_pausevm">
  423. <property name="enabled">
  424. <bool>false</bool>
  425. </property>
  426. <property name="icon">
  427. <iconset resource="../resources.qrc">
  428. <normaloff>:/pausevm.png</normaloff>:/pausevm.png</iconset>
  429. </property>
  430. <property name="text">
  431. <string>&amp;Pause VM</string>
  432. </property>
  433. <property name="toolTip">
  434. <string>Pause selected VM</string>
  435. </property>
  436. </action>
  437. <action name="action_shutdownvm">
  438. <property name="enabled">
  439. <bool>false</bool>
  440. </property>
  441. <property name="icon">
  442. <iconset resource="../resources.qrc">
  443. <normaloff>:/shutdownvm.png</normaloff>:/shutdownvm.png</iconset>
  444. </property>
  445. <property name="text">
  446. <string>&amp;Shutdown VM</string>
  447. </property>
  448. <property name="toolTip">
  449. <string>Shutdown selected VM</string>
  450. </property>
  451. </action>
  452. <action name="action_restartvm">
  453. <property name="enabled">
  454. <bool>false</bool>
  455. </property>
  456. <property name="icon">
  457. <iconset resource="../resources.qrc">
  458. <normaloff>:/restartvm.png</normaloff>:/restartvm.png</iconset>
  459. </property>
  460. <property name="text">
  461. <string>Restar&amp;t VM</string>
  462. </property>
  463. <property name="toolTip">
  464. <string>Restart selected VM</string>
  465. </property>
  466. </action>
  467. <action name="action_appmenus">
  468. <property name="enabled">
  469. <bool>false</bool>
  470. </property>
  471. <property name="icon">
  472. <iconset resource="../resources.qrc">
  473. <normaloff>:/apps.png</normaloff>:/apps.png</iconset>
  474. </property>
  475. <property name="text">
  476. <string>Add/remove app s&amp;hortcuts</string>
  477. </property>
  478. <property name="toolTip">
  479. <string>Add/remove app shortcuts for this VM</string>
  480. </property>
  481. </action>
  482. <action name="action_updatevm">
  483. <property name="enabled">
  484. <bool>false</bool>
  485. </property>
  486. <property name="icon">
  487. <iconset resource="../resources.qrc">
  488. <normaloff>:/updateable.png</normaloff>:/updateable.png</iconset>
  489. </property>
  490. <property name="text">
  491. <string>&amp;Update VM</string>
  492. </property>
  493. <property name="toolTip">
  494. <string>Update VM system</string>
  495. </property>
  496. </action>
  497. <action name="action_toggle_audio_input">
  498. <property name="enabled">
  499. <bool>false</bool>
  500. </property>
  501. <property name="icon">
  502. <iconset resource="../resources.qrc">
  503. <normaloff>:/mic.png</normaloff>:/mic.png</iconset>
  504. </property>
  505. <property name="text">
  506. <string>Attach/detach &amp;audio-input to the VM</string>
  507. </property>
  508. <property name="toolTip">
  509. <string>Attach/detach audio-input to the VM</string>
  510. </property>
  511. </action>
  512. <action name="action_showallvms">
  513. <property name="checkable">
  514. <bool>true</bool>
  515. </property>
  516. <property name="checked">
  517. <bool>false</bool>
  518. </property>
  519. <property name="icon">
  520. <iconset resource="../resources.qrc">
  521. <normaloff>:/show-all-running.png</normaloff>
  522. <selectedoff>:/showallvms.png</selectedoff>:/show-all-running.png</iconset>
  523. </property>
  524. <property name="text">
  525. <string>Show/Hide inactive VMs</string>
  526. </property>
  527. <property name="toolTip">
  528. <string>Show/Hide inactive VMs</string>
  529. </property>
  530. </action>
  531. <action name="action_editfwrules">
  532. <property name="icon">
  533. <iconset resource="../resources.qrc">
  534. <normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
  535. </property>
  536. <property name="text">
  537. <string>Edit VM &amp;firewall rules</string>
  538. </property>
  539. <property name="toolTip">
  540. <string>Edit VM firewall rules</string>
  541. </property>
  542. </action>
  543. <action name="action_showgraphs">
  544. <property name="checkable">
  545. <bool>true</bool>
  546. </property>
  547. <property name="icon">
  548. <iconset resource="../resources.qrc">
  549. <normaloff>:/showcpuload.png</normaloff>:/showcpuload.png</iconset>
  550. </property>
  551. <property name="text">
  552. <string>Show graphs</string>
  553. </property>
  554. <property name="toolTip">
  555. <string>Show Graphs</string>
  556. </property>
  557. </action>
  558. <action name="action_options">
  559. <property name="text">
  560. <string>Options</string>
  561. </property>
  562. </action>
  563. <action name="action_view">
  564. <property name="text">
  565. <string>View</string>
  566. </property>
  567. </action>
  568. <action name="action_cpu">
  569. <property name="checkable">
  570. <bool>true</bool>
  571. </property>
  572. <property name="checked">
  573. <bool>true</bool>
  574. </property>
  575. <property name="text">
  576. <string>&amp;CPU</string>
  577. </property>
  578. </action>
  579. <action name="action_cpu_graph">
  580. <property name="checkable">
  581. <bool>true</bool>
  582. </property>
  583. <property name="checked">
  584. <bool>true</bool>
  585. </property>
  586. <property name="text">
  587. <string>CPU &amp;Graph</string>
  588. </property>
  589. </action>
  590. <action name="action_mem">
  591. <property name="checkable">
  592. <bool>true</bool>
  593. </property>
  594. <property name="checked">
  595. <bool>true</bool>
  596. </property>
  597. <property name="text">
  598. <string>&amp;MEM</string>
  599. </property>
  600. </action>
  601. <action name="action_mem_graph">
  602. <property name="checkable">
  603. <bool>true</bool>
  604. </property>
  605. <property name="checked">
  606. <bool>true</bool>
  607. </property>
  608. <property name="text">
  609. <string>M&amp;EM Graph</string>
  610. </property>
  611. </action>
  612. <action name="action_template">
  613. <property name="checkable">
  614. <bool>true</bool>
  615. </property>
  616. <property name="checked">
  617. <bool>true</bool>
  618. </property>
  619. <property name="text">
  620. <string>&amp;Template</string>
  621. </property>
  622. </action>
  623. <action name="action_netvm">
  624. <property name="checkable">
  625. <bool>true</bool>
  626. </property>
  627. <property name="checked">
  628. <bool>true</bool>
  629. </property>
  630. <property name="text">
  631. <string>&amp;NetVM</string>
  632. </property>
  633. </action>
  634. <action name="action_settings">
  635. <property name="icon">
  636. <iconset resource="../resources.qrc">
  637. <normaloff>:/settings.png</normaloff>:/settings.png</iconset>
  638. </property>
  639. <property name="text">
  640. <string>VM s&amp;ettings</string>
  641. </property>
  642. <property name="toolTip">
  643. <string>VM Settings</string>
  644. </property>
  645. </action>
  646. <action name="action_restore">
  647. <property name="icon">
  648. <iconset resource="../resources.qrc">
  649. <normaloff>:/restore.png</normaloff>:/restore.png</iconset>
  650. </property>
  651. <property name="text">
  652. <string>&amp;Restore VMs from backup</string>
  653. </property>
  654. </action>
  655. <action name="action_backup">
  656. <property name="icon">
  657. <iconset resource="../resources.qrc">
  658. <normaloff>:/backup.png</normaloff>:/backup.png</iconset>
  659. </property>
  660. <property name="text">
  661. <string>&amp;Backup VMs</string>
  662. </property>
  663. </action>
  664. <action name="action_global_settings">
  665. <property name="icon">
  666. <iconset resource="../resources.qrc">
  667. <normaloff>:/global-settings.png</normaloff>:/global-settings.png</iconset>
  668. </property>
  669. <property name="text">
  670. <string>&amp;Global settings</string>
  671. </property>
  672. </action>
  673. <action name="action_show_network">
  674. <property name="icon">
  675. <iconset resource="../resources.qrc">
  676. <normaloff>:/networking.png</normaloff>:/networking.png</iconset>
  677. </property>
  678. <property name="text">
  679. <string>&amp;Qubes Network</string>
  680. </property>
  681. </action>
  682. <action name="action_state">
  683. <property name="checkable">
  684. <bool>true</bool>
  685. </property>
  686. <property name="checked">
  687. <bool>true</bool>
  688. </property>
  689. <property name="text">
  690. <string>&amp;State</string>
  691. </property>
  692. </action>
  693. <action name="action_killvm">
  694. <property name="icon">
  695. <iconset resource="../resources.qrc">
  696. <normaloff>:/killvm.png</normaloff>:/killvm.png</iconset>
  697. </property>
  698. <property name="text">
  699. <string>&amp;Kill VM</string>
  700. </property>
  701. <property name="toolTip">
  702. <string>Kill selected VM</string>
  703. </property>
  704. </action>
  705. <action name="action_set_keyboard_layout">
  706. <property name="icon">
  707. <iconset resource="../resources.qrc">
  708. <normaloff>:/kbd-layout.png</normaloff>:/kbd-layout.png</iconset>
  709. </property>
  710. <property name="text">
  711. <string>Set keyboard la&amp;yout</string>
  712. </property>
  713. <property name="toolTip">
  714. <string>Set keyboard layout per VM</string>
  715. </property>
  716. </action>
  717. <action name="action_vm_type">
  718. <property name="checkable">
  719. <bool>true</bool>
  720. </property>
  721. <property name="checked">
  722. <bool>true</bool>
  723. </property>
  724. <property name="text">
  725. <string>T&amp;ype</string>
  726. </property>
  727. <property name="toolTip">
  728. <string>VM Type</string>
  729. </property>
  730. </action>
  731. <action name="action_label">
  732. <property name="checkable">
  733. <bool>true</bool>
  734. </property>
  735. <property name="checked">
  736. <bool>true</bool>
  737. </property>
  738. <property name="text">
  739. <string>&amp;Label</string>
  740. </property>
  741. </action>
  742. <action name="action_name">
  743. <property name="checkable">
  744. <bool>true</bool>
  745. </property>
  746. <property name="checked">
  747. <bool>true</bool>
  748. </property>
  749. <property name="text">
  750. <string>N&amp;ame</string>
  751. </property>
  752. </action>
  753. <action name="action_toolbar">
  754. <property name="checkable">
  755. <bool>true</bool>
  756. </property>
  757. <property name="checked">
  758. <bool>true</bool>
  759. </property>
  760. <property name="text">
  761. <string>Show tool bar</string>
  762. </property>
  763. </action>
  764. <action name="action_menubar">
  765. <property name="checkable">
  766. <bool>true</bool>
  767. </property>
  768. <property name="checked">
  769. <bool>true</bool>
  770. </property>
  771. <property name="text">
  772. <string>Show menu bar</string>
  773. </property>
  774. </action>
  775. <action name="action_about_qubes">
  776. <property name="icon">
  777. <iconset theme="qubes-manager">
  778. <normaloff/>
  779. </iconset>
  780. </property>
  781. <property name="text">
  782. <string>&amp;Qubes OS</string>
  783. </property>
  784. </action>
  785. <action name="action_size_on_disk">
  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>Si&amp;ze</string>
  794. </property>
  795. <property name="toolTip">
  796. <string>Size on Disk</string>
  797. </property>
  798. </action>
  799. <action name="action_run_command_in_vm">
  800. <property name="icon">
  801. <iconset resource="../resources.qrc">
  802. <normaloff>:/run-command.png</normaloff>:/run-command.png</iconset>
  803. </property>
  804. <property name="text">
  805. <string>&amp;Run command in VM</string>
  806. </property>
  807. <property name="toolTip">
  808. <string>Run command in the specified VM</string>
  809. </property>
  810. </action>
  811. <action name="action_clonevm">
  812. <property name="enabled">
  813. <bool>false</bool>
  814. </property>
  815. <property name="icon">
  816. <iconset resource="../resources.qrc">
  817. <normaloff>:/templatevm.png</normaloff>:/templatevm.png</iconset>
  818. </property>
  819. <property name="text">
  820. <string>&amp;Clone VM</string>
  821. </property>
  822. </action>
  823. <action name="action_internal">
  824. <property name="checkable">
  825. <bool>true</bool>
  826. </property>
  827. <property name="checked">
  828. <bool>true</bool>
  829. </property>
  830. <property name="text">
  831. <string>Inte&amp;rnal</string>
  832. </property>
  833. <property name="toolTip">
  834. <string>Is an internal VM</string>
  835. </property>
  836. </action>
  837. <action name="action_showinternalvms">
  838. <property name="checkable">
  839. <bool>true</bool>
  840. </property>
  841. <property name="checked">
  842. <bool>false</bool>
  843. </property>
  844. <property name="icon">
  845. <iconset resource="../resources.qrc">
  846. <normaloff>:/show-all-running.png</normaloff>:/show-all-running.png</iconset>
  847. </property>
  848. <property name="text">
  849. <string>Show/Hide internal VMs</string>
  850. </property>
  851. </action>
  852. <action name="action_startvm_tools_install">
  853. <property name="enabled">
  854. <bool>false</bool>
  855. </property>
  856. <property name="icon">
  857. <iconset resource="../resources.qrc">
  858. <normaloff>:/resumevm.png</normaloff>:/resumevm.png</iconset>
  859. </property>
  860. <property name="text">
  861. <string>Start VM for Window Tools installation</string>
  862. </property>
  863. <property name="toolTip">
  864. <string>Start VM for Window Tools installation</string>
  865. </property>
  866. </action>
  867. <action name="action_ip">
  868. <property name="checkable">
  869. <bool>true</bool>
  870. </property>
  871. <property name="checked">
  872. <bool>true</bool>
  873. </property>
  874. <property name="text">
  875. <string>&amp;IP</string>
  876. </property>
  877. </action>
  878. <action name="action_backups">
  879. <property name="checkable">
  880. <bool>true</bool>
  881. </property>
  882. <property name="checked">
  883. <bool>true</bool>
  884. </property>
  885. <property name="text">
  886. <string>Include in &amp;backups</string>
  887. </property>
  888. </action>
  889. <action name="action_last_backup">
  890. <property name="checkable">
  891. <bool>true</bool>
  892. </property>
  893. <property name="checked">
  894. <bool>true</bool>
  895. </property>
  896. <property name="text">
  897. <string>Last back&amp;up</string>
  898. </property>
  899. </action>
  900. <action name="action_search">
  901. <property name="text">
  902. <string>Search</string>
  903. </property>
  904. <property name="shortcut">
  905. <string>Ctrl+F</string>
  906. </property>
  907. </action>
  908. </widget>
  909. <resources>
  910. <include location="../resources.qrc"/>
  911. </resources>
  912. <connections/>
  913. </ui>