thedesk/plugins/AudioPlugin/quickwidgetsink.ui
2021-03-05 02:49:32 +11:00

82 lines
2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QuickWidgetSink</class>
<widget class="QWidget" name="QuickWidgetSink">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>35</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<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>
<item>
<widget class="QLabel" name="nameLabel">
<property name="text">
<string notr="true">TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="volumeSlider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="menuButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset theme="application-menu"/>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
</widget>
</item>
</layout>
<action name="actionMake_Default">
<property name="icon">
<iconset theme="default"/>
</property>
<property name="text">
<string>Make Default</string>
</property>
</action>
<action name="actionMove_All_Applications">
<property name="icon">
<iconset theme="edit-select-all"/>
</property>
<property name="text">
<string>Use for All Applications</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>