Files
raDIYo/raDIYo.ui
2025-08-05 22:36:00 +02:00

553 lines
11 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RaDIYoWidget</class>
<widget class="QWidget" name="RaDIYoWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>SWRadiyo</string>
</property>
<property name="styleSheet">
<string notr="true">background:black;
color:grey;</string>
</property>
<widget class="QLabel" name="_currentTitle">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>5</x>
<y>328</y>
<width>790</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Valley Grrrl NF</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">padding-bottom: 7px;
margin-left: 0px;
border: 2px solid gray;
border-radius: 3px;
border-color: rgb( 66,66,66 );
background:rgb(44,44,44);
color: rgb( 181, 181, 181 );
</string>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="lineWidth">
<number>3</number>
</property>
<property name="text">
<string>russisches Kriegsschiff, fick dich!</string>
</property>
</widget>
<widget class="SWVolumeWidget" name="_volumeWidget" native="true">
<property name="geometry">
<rect>
<x>247</x>
<y>264</y>
<width>306</width>
<height>58</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background: gold;</string>
</property>
</widget>
<widget class="SWRadioButton" name="_buttonSender">
<property name="geometry">
<rect>
<x>557</x>
<y>260</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image:url( :/images/radiyo.sender.png);
}
QPushButton:hover
{
background-image:url( :/images/radiyo.sender.checked.png);
}
QPushButton:checked
{
background-image:url( :/images/radiyo.sender.hover.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="SWRadioButton" name="_buttonClock">
<property name="geometry">
<rect>
<x>180</x>
<y>260</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image:url(:/images/radiyo.clock.png);
}
QPushButton:hover
{
background-image:url(:/images/radiyo.clock.checked.png);
}
QPushButton:checked
{
background-image:url(:/images/radiyo.clock.hover.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="SWRadioButton" name="_buttonAlarm">
<property name="geometry">
<rect>
<x>120</x>
<y>260</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image:url(:/images/radiyo.alarm.png)
}
QPushButton:hover
{
background-image:url(:/images/radiyo.alarm.checked.png)
}
QPushButton:checked
{
background-image:url(:/images/radiyo.alarm.hover.png)
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="SWRadioButton" name="_buttonPlay">
<property name="geometry">
<rect>
<x>0</x>
<y>260</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image:url(:/images/radiyo.play.png);
}
QPushButton:hover
{
background-image:url(:/images/radiyo.play.checked.png);
}
QPushButton:checked
{
background-image:url(:/images/radiyo.play.hover.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="SWRadioButton" name="_buttonSongs">
<property name="geometry">
<rect>
<x>617</x>
<y>260</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image:url(:/images/radiyo.songs.png);
}
QPushButton:hover
{
background-image:url(:/images/radiyo.songs.checked.png);
}
QPushButton:checked
{
background-image:url(:/images/radiyo.songs.hover.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="_version">
<property name="geometry">
<rect>
<x>2</x>
<y>373</y>
<width>800</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Josefin Sans SemiBold</family>
<pointsize>12</pointsize>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:rgb( 234, 234, 234 );</string>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
</widget>
<widget class="SWRadioButton" name="_buttonUSB">
<property name="geometry">
<rect>
<x>677</x>
<y>260</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image:url(:/images/radiyo.usb.png);
}
QPushButton:hover
{
background-image:url(:/images/radiyo.usb.checked.png);
}
QPushButton:checked
{
background-image:url(:/images/radiyo.usb.hover.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="SWRadioButton" name="_buttonPause">
<property name="geometry">
<rect>
<x>0</x>
<y>260</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image:url(:/images/radiyo.pause.png);
}
QPushButton:hover
{
background-image:url(:/images/radiyo.pause.checked.png);
}
QPushButton:checked
{
background-image:url(:/images/radiyo.pause.hover.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="SWRadioButton" name="_buttonShutdown">
<property name="geometry">
<rect>
<x>737</x>
<y>260</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/images/radiyo.shutdown.png);
}
QPushButton:hover
{
background-image: url(:/images/radiyo.shutdown.checked.png);
}
QPushButton:checked
{
background-image: url(:/images/radiyo.shutdown.hover.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="SWRadioButton" name="_buttonBack">
<property name="geometry">
<rect>
<x>737</x>
<y>260</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/images/radiyo.down.png);
}
QPushButton:hover
{
background-image: url(:/images/radiyo.down.checked.png);
}
QPushButton:checked
{
background-image: url(:/images/radiyo.down.hover.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="SWRadioButton" name="_buttonStop">
<property name="geometry">
<rect>
<x>60</x>
<y>260</y>
<width>64</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background-image: url(:/images/radiyo.stop.png);
}
QPushButton:hover
{
background-image: url(:/images/radiyo.stop.checked.png);
}
QPushButton:checked
{
background-image: url(:/images/radiyo.stop.hover.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>80</width>
<height>80</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>SWVolumeWidget</class>
<extends>QWidget</extends>
<header>swvolumewidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>SWRadioButton</class>
<extends>QPushButton</extends>
<header>swradiobutton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>