qvmtemplate.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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>465</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="QTreeView" name="listing">
  30. <property name="editTriggers">
  31. <set>QAbstractItemView::AllEditTriggers</set>
  32. </property>
  33. <property name="selectionMode">
  34. <enum>QAbstractItemView::MultiSelection</enum>
  35. </property>
  36. <property name="itemsExpandable">
  37. <bool>false</bool>
  38. </property>
  39. <property name="sortingEnabled">
  40. <bool>true</bool>
  41. </property>
  42. <property name="expandsOnDoubleClick">
  43. <bool>false</bool>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QTextEdit" name="infobox">
  49. <property name="readOnly">
  50. <bool>true</bool>
  51. </property>
  52. <property name="placeholderText">
  53. <string>Click the 'Status' column to change the status of templates.</string>
  54. </property>
  55. </widget>
  56. </item>
  57. </layout>
  58. </widget>
  59. <widget class="QMenuBar" name="menubar">
  60. <property name="geometry">
  61. <rect>
  62. <x>0</x>
  63. <y>0</y>
  64. <width>465</width>
  65. <height>24</height>
  66. </rect>
  67. </property>
  68. </widget>
  69. <widget class="QStatusBar" name="statusbar"/>
  70. <widget class="QToolBar" name="toolBar">
  71. <property name="windowTitle">
  72. <string>toolBar</string>
  73. </property>
  74. <attribute name="toolBarArea">
  75. <enum>TopToolBarArea</enum>
  76. </attribute>
  77. <attribute name="toolBarBreak">
  78. <bool>false</bool>
  79. </attribute>
  80. <addaction name="actionRefresh"/>
  81. <addaction name="actionInstall"/>
  82. </widget>
  83. <action name="actionRefresh">
  84. <property name="icon">
  85. <iconset theme="view-refresh">
  86. <normaloff>.</normaloff>.</iconset>
  87. </property>
  88. <property name="text">
  89. <string>Refresh</string>
  90. </property>
  91. </action>
  92. <action name="actionInstall">
  93. <property name="icon">
  94. <iconset theme="go-down">
  95. <normaloff>.</normaloff>.</iconset>
  96. </property>
  97. <property name="text">
  98. <string>Install</string>
  99. </property>
  100. </action>
  101. </widget>
  102. <resources/>
  103. <connections/>
  104. </ui>