2023-06-11 22:50:01 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>650</width>
|
2023-06-11 22:50:01 +02:00
|
|
|
<height>500</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>650</width>
|
2023-06-11 22:50:01 +02:00
|
|
|
<height>500</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>650</width>
|
2023-06-11 22:50:01 +02:00
|
|
|
<height>500</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>350</width>
|
|
|
|
<height>500</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Open FM</string>
|
|
|
|
</property>
|
2023-06-15 00:12:32 +02:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset>
|
2023-06-15 16:18:50 +02:00
|
|
|
<normaloff>icon.ico</normaloff>icon.ico</iconset>
|
2023-06-15 00:12:32 +02:00
|
|
|
</property>
|
|
|
|
<property name="locale">
|
|
|
|
<locale language="Polish" country="Poland"/>
|
|
|
|
</property>
|
2023-06-11 22:50:01 +02:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>9</x>
|
|
|
|
<y>9</y>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>631</width>
|
2023-06-11 22:50:01 +02:00
|
|
|
<height>461</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2023-06-12 20:34:50 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2023-06-18 16:14:26 +02:00
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
2023-06-12 21:41:35 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>200</width>
|
2023-06-12 21:41:35 +02:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>200</width>
|
2023-06-12 21:41:35 +02:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2023-06-18 16:14:26 +02:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="radioTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Radio</string>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QListWidget" name="radioGroupsListWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>200</width>
|
2023-06-18 16:14:26 +02:00
|
|
|
<height>400</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>200</width>
|
2023-06-18 16:14:26 +02:00
|
|
|
<height>400</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>200</width>
|
2023-06-18 16:14:26 +02:00
|
|
|
<height>400</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="podcastTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Podcasty</string>
|
|
|
|
</attribute>
|
2023-06-18 17:37:10 +02:00
|
|
|
<widget class="QWidget" name="verticalLayoutWidget_2">
|
2023-06-18 16:14:26 +02:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2023-06-18 17:37:10 +02:00
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>201</width>
|
2023-06-18 17:37:10 +02:00
|
|
|
<height>401</height>
|
2023-06-18 16:14:26 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2023-06-18 17:37:10 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="podcastGroupsListWidget"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="podcastListWidget">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>195</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>195</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2023-06-18 16:14:26 +02:00
|
|
|
</widget>
|
|
|
|
</widget>
|
2023-06-12 21:41:35 +02:00
|
|
|
</widget>
|
2023-06-12 20:34:50 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2023-06-15 00:12:32 +02:00
|
|
|
<widget class="QListWidget" name="stationsListWidget"/>
|
2023-06-12 20:34:50 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
2023-06-11 22:50:01 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
2023-06-15 00:12:32 +02:00
|
|
|
<widget class="QToolButton" name="playbackToolButton">
|
2023-06-11 22:50:01 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-06-18 22:27:55 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="stopToolButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-06-11 22:50:01 +02:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item alignment="Qt::AlignRight">
|
2023-06-14 16:22:48 +02:00
|
|
|
<widget class="QSlider" name="volumeHorizontalSlider">
|
2023-06-11 22:50:01 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2023-06-18 16:14:26 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2023-06-11 22:50:01 +02:00
|
|
|
<property name="value">
|
|
|
|
<number>70</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-06-13 00:20:13 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="volumeToolButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-06-11 22:50:01 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-06-18 17:42:55 +02:00
|
|
|
<width>650</width>
|
2023-06-11 22:50:01 +02:00
|
|
|
<height>22</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|