kdelibs/kutils/kmediaplayer/kmediawidget.ui
Ivailo Monev b0e419b650 kutils: set the horizontal size type of the main KMediaWidgetUI widget to expanding
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-11-27 06:13:59 +02:00

86 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>KMediaWidgetUI</class>
<widget class="QWidget" name="KMediaWidgetUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>575</width>
<height>445</height>
</rect>
</property>
<property name="windowTitle">
<string>KMediaWidget</string>
</property>
<property name="windowIcon">
<iconset theme="applications-multimedia">
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="3">
<widget class="QWidget" name="w_player" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0" colspan="3">
<widget class="QFrame" name="w_frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="3">
<widget class="QPushButton" name="w_fullscreen">
<property name="text">
<string>Fullscreen</string>
</property>
<property name="icon">
<iconset theme="view-fullscreen"/>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="w_play">
<property name="text">
<string>Play</string>
</property>
<property name="icon">
<iconset theme="media-playback-start">
<normaloff/>
</iconset>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QDial" name="w_volume">
<property name="maximumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSlider" name="w_position">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<connections/>
</ui>