2018-02-27 18:06:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2018-10-21 15:13:48 +02:00
|
|
|
<class>QueueView</class>
|
|
|
|
<widget class="QWidget" name="QueueView">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>582</width>
|
|
|
|
<height>363</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2018-10-21 15:13:48 +02:00
|
|
|
<string>QueueView</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2018-10-21 15:13:48 +02:00
|
|
|
<iconset>
|
2018-02-27 18:06:05 +01:00
|
|
|
<normaloff>:/icons/64x64/strawberry.png</normaloff>:/icons/64x64/strawberry.png</iconset>
|
|
|
|
</property>
|
2018-10-21 15:13:48 +02:00
|
|
|
<layout class="QVBoxLayout" name="layout_queueview">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-02-27 18:06:05 +01:00
|
|
|
<item>
|
2018-10-21 15:13:48 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-02-27 18:06:05 +01:00
|
|
|
<item>
|
2018-10-21 15:13:48 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2018-02-27 18:06:05 +01:00
|
|
|
<item>
|
2018-10-21 15:13:48 +02:00
|
|
|
<widget class="QToolButton" name="move_down">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2018-10-21 15:13:48 +02:00
|
|
|
<string>Move down</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2019-02-22 20:24:38 +01:00
|
|
|
<string>Ctrl+Up</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-10-21 15:13:48 +02:00
|
|
|
<widget class="QToolButton" name="move_up">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2018-10-21 15:13:48 +02:00
|
|
|
<string>Move up</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2019-02-22 20:24:38 +01:00
|
|
|
<string>Ctrl+Down</string>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-10-21 15:13:48 +02:00
|
|
|
<widget class="QToolButton" name="remove">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-10-21 15:13:48 +02:00
|
|
|
<widget class="QToolButton" name="clear">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Clear</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+K</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-10-21 15:13:48 +02:00
|
|
|
<spacer name="spacer">
|
2018-02-27 18:06:05 +01:00
|
|
|
<property name="orientation">
|
2018-10-21 15:13:48 +02:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2018-02-27 18:06:05 +01:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2018-10-21 15:13:48 +02:00
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
2018-02-27 18:06:05 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-10-21 15:13:48 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="summary">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-02-27 18:06:05 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
2018-10-21 15:13:48 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QTreeView" name="list">
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="showDropIndicator" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="dragEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="dragDropMode">
|
|
|
|
<enum>QAbstractItemView::DragDrop</enum>
|
|
|
|
</property>
|
|
|
|
<property name="defaultDropAction">
|
|
|
|
<enum>Qt::MoveAction</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="headerVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-02-27 18:06:05 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2018-10-21 15:13:48 +02:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2018-02-27 18:06:05 +01:00
|
|
|
</ui>
|