openfm-qt/form.ui

136 lines
3.3 KiB
Plaintext
Raw Normal View History

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>
<width>350</width>
<height>500</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>350</width>
<height>500</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>350</width>
<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>
<property name="windowIcon">
<iconset>
<normaloff>logo.png</normaloff>logo.png</iconset>
</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-13 00:20:13 +02:00
<width>332</width>
2023-06-11 22:50:01 +02:00
<height>461</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QListWidget" name="groupsListWidget">
2023-06-12 21:41:35 +02:00
<property name="minimumSize">
<size>
<width>130</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>130</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="stationsListWidget"/>
</item>
</layout>
2023-06-11 22:50:01 +02:00
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QToolButton" name="playbackToolButton">
2023-06-11 22:50:01 +02:00
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<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>
<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>
<width>350</width>
<height>22</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>