qvmtemplate.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>QubesTemplateManager</class>
  4. <widget class="QMainWindow" name="QubesTemplateManager">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>930</width>
  10. <height>478</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Qubes Template Manager</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="QProgressBar" name="progressBar">
  20. <property name="maximum">
  21. <number>0</number>
  22. </property>
  23. <property name="value">
  24. <number>-1</number>
  25. </property>
  26. </widget>
  27. </item>
  28. <item>
  29. <widget class="QLabel" name="label">
  30. <property name="text">
  31. <string>Select actions to perform in &quot;Status&quot; column:</string>
  32. </property>
  33. </widget>
  34. </item>
  35. <item>
  36. <widget class="QTreeView" name="listing">
  37. <property name="editTriggers">
  38. <set>QAbstractItemView::AllEditTriggers</set>
  39. </property>
  40. <property name="selectionMode">
  41. <enum>QAbstractItemView::SingleSelection</enum>
  42. </property>
  43. <property name="itemsExpandable">
  44. <bool>false</bool>
  45. </property>
  46. <property name="sortingEnabled">
  47. <bool>true</bool>
  48. </property>
  49. <property name="expandsOnDoubleClick">
  50. <bool>false</bool>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QTextEdit" name="infobox">
  56. <property name="readOnly">
  57. <bool>true</bool>
  58. </property>
  59. <property name="placeholderText">
  60. <string>Use &quot;Status&quot; column to select actions to execute on a given template; when desired actions are selected, use &quot;Apply&quot; to perform them.</string>
  61. </property>
  62. </widget>
  63. </item>
  64. </layout>
  65. </widget>
  66. <widget class="QMenuBar" name="menubar">
  67. <property name="geometry">
  68. <rect>
  69. <x>0</x>
  70. <y>0</y>
  71. <width>930</width>
  72. <height>24</height>
  73. </rect>
  74. </property>
  75. </widget>
  76. <widget class="QStatusBar" name="statusbar"/>
  77. <widget class="QToolBar" name="toolBar">
  78. <property name="windowTitle">
  79. <string>toolBar</string>
  80. </property>
  81. <property name="toolButtonStyle">
  82. <enum>Qt::ToolButtonTextUnderIcon</enum>
  83. </property>
  84. <attribute name="toolBarArea">
  85. <enum>TopToolBarArea</enum>
  86. </attribute>
  87. <attribute name="toolBarBreak">
  88. <bool>false</bool>
  89. </attribute>
  90. <addaction name="actionRefresh"/>
  91. <addaction name="actionInstall"/>
  92. </widget>
  93. <action name="actionRefresh">
  94. <property name="icon">
  95. <iconset theme="view-refresh">
  96. <normaloff>.</normaloff>.</iconset>
  97. </property>
  98. <property name="text">
  99. <string>Refresh</string>
  100. </property>
  101. </action>
  102. <action name="actionInstall">
  103. <property name="icon">
  104. <iconset theme="go-down">
  105. <normaloff>.</normaloff>.</iconset>
  106. </property>
  107. <property name="text">
  108. <string>Apply</string>
  109. </property>
  110. </action>
  111. </widget>
  112. <resources/>
  113. <connections/>
  114. </ui>