Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions icons/fast-forward.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/fast-rewind.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions icons/rewind.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/step-back.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/step-forward.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,11 @@
<file alias="updateable">icons/updateable.svg</file>
<file alias="vm-settings">icons/vm-settings.svg</file>
<file alias="warning">icons/warning.svg</file>
<file alias="play">icons/play.svg</file>
<file alias="rewind">icons/rewind.svg</file>
<file alias="fast-forward">icons/fast-forward.svg</file>
<file alias="fast-rewind">icons/fast-rewind.svg</file>
<file alias="step-back">icons/step-back.svg</file>
<file alias="step-forward">icons/step-forward.svg</file>
</qresource>
</RCC>
73 changes: 33 additions & 40 deletions ui/multiselectwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,12 @@
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<property name="leftMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
Expand Down Expand Up @@ -76,6 +66,9 @@
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>12</number>
</property>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
Expand All @@ -91,29 +84,45 @@
</item>
<item>
<widget class="QPushButton" name="add_all_button">
<property name="text">
<string>&gt;&gt;</string>
<property name="toolTip">
<string>Add all</string>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/fast-forward</normaloff>:/fast-forward</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="add_selected_button">
<property name="text">
<string>&gt;</string>
<property name="toolTip">
<string>Add selected</string>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/play</normaloff>:/play</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="remove_selected_button">
<property name="text">
<string>&lt;</string>
<property name="toolTip">
<string>Remove selected</string>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/rewind</normaloff>:/rewind</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="remove_all_button">
<property name="text">
<string>&lt;&lt;</string>
<property name="toolTip">
<string>Remove all</string>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/fast-rewind</normaloff>:/fast-rewind</iconset>
</property>
</widget>
</item>
Expand Down Expand Up @@ -176,22 +185,6 @@
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
Expand Down