123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?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>
- <width>930</width>
- <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>
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Select actions to perform in "Status" column:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QTreeView" name="listing">
- <property name="editTriggers">
- <set>QAbstractItemView::AllEditTriggers</set>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::SingleSelection</enum>
- </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">
- <string>Use "Status" column to select actions to execute on a given template; when desired actions are selected, use "Apply" to perform them.</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>930</width>
- <height>24</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <widget class="QToolBar" name="toolBar">
- <property name="windowTitle">
- <string>toolBar</string>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonTextUnderIcon</enum>
- </property>
- <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">
- <string>Apply</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections/>
- </ui>
|