2020-08-24 18:17:24 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QubesTemplateManager</class>
<widget class="QMainWindow" name="QubesTemplateManager">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2021-04-01 22:24:25 +02:00
<width>930</width>
2020-08-24 18:17:24 +02:00
<height>478</height>
</rect>
</property>
<property name="windowTitle">
<string>Qubes Template Manager</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QProgressBar" name="progressBar">
<property name="maximum">
<number>0</number>
</property>
<property name="value">
<number>-1</number>
</property>
</widget>
</item>
2021-04-01 22:24:25 +02:00
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Select actions to perform in "Status" column:</string>
</property>
</widget>
</item>
2020-08-24 18:17:24 +02:00
<item>
<widget class="QTreeView" name="listing">
<property name="editTriggers">
<set>QAbstractItemView::AllEditTriggers</set>
</property>
<property name="selectionMode">
2020-08-29 19:25:00 +02:00
<enum>QAbstractItemView::SingleSelection</enum>
2020-08-24 18:17:24 +02:00
</property>
<property name="itemsExpandable">
<bool>false</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="expandsOnDoubleClick">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="infobox">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
2021-04-01 22:24:25 +02:00
<string>Use "Status" column to select actions to execute on a given template; when desired actions are selected, use "Apply" to perform them.</string>
2020-08-24 18:17:24 +02:00
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2021-04-01 22:24:25 +02:00
<width>930</width>
2020-08-24 18:17:24 +02:00
<height>24</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
2021-04-01 22:24:25 +02:00
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
2020-08-24 18:17:24 +02:00
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionRefresh"/>
<addaction name="actionInstall"/>
</widget>
<action name="actionRefresh">
<property name="icon">
<iconset theme="view-refresh">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Refresh</string>
</property>
</action>
<action name="actionInstall">
<property name="icon">
<iconset theme="go-down">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
2021-04-01 22:24:25 +02:00
<string>Apply</string>
2020-08-24 18:17:24 +02:00
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>