|
|
|
@ -1,107 +1,38 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>playPage</class>
|
|
|
|
|
<widget class="QWidget" name="playPage">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">#playPage {
|
|
|
|
|
<class>PlayPage</class>
|
|
|
|
|
<widget class="QWidget" name="PlayPage">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QFrame" name="Scroll">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">#Scroll {
|
|
|
|
|
background-image: url(":/images/playpage-background.png");
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: top;
|
|
|
|
|
}
|
|
|
|
|
</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>30</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>30</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QPushButton" name="playButton">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<height>85</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<height>85</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">#playButton {
|
|
|
|
|
height: 50px;
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
|
|
|
|
|
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
|
|
|
stop:0 rgba(255, 255, 255, 200),
|
|
|
|
|
stop:0.1 rgba(255, 255, 255, 15),
|
|
|
|
|
stop:0.49 rgba(255, 255, 255, 75),
|
|
|
|
|
stop:0.5 rgba(0, 0, 0, 0),
|
|
|
|
|
stop:0.9 rgba(0, 0, 0, 55),
|
|
|
|
|
stop:1 rgba(0, 0, 0, 100));
|
|
|
|
|
|
|
|
|
|
font-size: 26pt;
|
|
|
|
|
font-family: "EB Garamond", "EB Garamond 08";
|
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
|
|
border-right: 1px solid rgba(0, 0, 0, 155);
|
|
|
|
|
border-left: 1px solid rgba(0, 0, 0, 55);
|
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 55);
|
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 155);
|
|
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#playButton:hover {
|
|
|
|
|
border-bottom: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(164, 192, 228, 255), stop:1 rgba(255, 255, 255, 0));
|
|
|
|
|
border-top: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(164, 192, 228, 255), stop:1 rgba(255, 255, 255, 0));
|
|
|
|
|
border-right: qlineargradient(spread:pad, x1:1, y1:0, x2:0, y2:0, stop:0 rgba(164, 192, 228, 255), stop:1 rgba(255, 255, 255, 0));
|
|
|
|
|
border-left: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(164, 192, 228, 255), stop:1 rgba(255, 255, 255, 0));
|
|
|
|
|
border-width: 2px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#playButton:pressed {
|
|
|
|
|
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
|
|
|
|
stop:0 rgba(0, 0, 0, 75),
|
|
|
|
|
stop:0.1 rgba(0, 0, 0, 15),
|
|
|
|
|
stop:0.2 rgba(255, 255, 255, 55)
|
|
|
|
|
stop:0.95 rgba(255, 255, 255, 55),
|
|
|
|
|
stop:1 rgba(255, 255, 255, 155));
|
|
|
|
|
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 55);
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Play</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="profileLabel">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">#profileLabel {
|
|
|
|
|
font-size: 18pt;
|
|
|
|
|
font-family: "EB Garamond", "EB Garamond 08";
|
|
|
|
|
}
|
|
|
|
|
</string>
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Current Profile:</string>
|
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QComboBox" name="profilesComboBox">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">#profilesComboBox {
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>30</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>30</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QComboBox" name="profilesComboBox">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">#profilesComboBox {
|
|
|
|
|
padding: 1px 18px 1px 3px;
|
|
|
|
|
|
|
|
|
|
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 white, stop:0.2 rgba(0, 0, 0, 25), stop:1 white);
|
|
|
|
@ -155,22 +86,103 @@
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
</string>
|
|
|
|
|
</property>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QLabel" name="profileLabel">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">#profileLabel {
|
|
|
|
|
font-size: 18pt;
|
|
|
|
|
font-family: "EB Garamond", "EB Garamond 08";
|
|
|
|
|
}
|
|
|
|
|
</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Current Profile:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QPushButton" name="playButton">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<height>85</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>200</width>
|
|
|
|
|
<height>85</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">#playButton {
|
|
|
|
|
height: 50px;
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
|
|
|
|
|
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
|
|
|
stop:0 rgba(255, 255, 255, 200),
|
|
|
|
|
stop:0.1 rgba(255, 255, 255, 15),
|
|
|
|
|
stop:0.49 rgba(255, 255, 255, 75),
|
|
|
|
|
stop:0.5 rgba(0, 0, 0, 0),
|
|
|
|
|
stop:0.9 rgba(0, 0, 0, 55),
|
|
|
|
|
stop:1 rgba(0, 0, 0, 100));
|
|
|
|
|
|
|
|
|
|
font-size: 26pt;
|
|
|
|
|
font-family: "EB Garamond", "EB Garamond 08";
|
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
|
|
border-right: 1px solid rgba(0, 0, 0, 155);
|
|
|
|
|
border-left: 1px solid rgba(0, 0, 0, 55);
|
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 55);
|
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 155);
|
|
|
|
|
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#playButton:hover {
|
|
|
|
|
border-bottom: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(164, 192, 228, 255), stop:1 rgba(255, 255, 255, 0));
|
|
|
|
|
border-top: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(164, 192, 228, 255), stop:1 rgba(255, 255, 255, 0));
|
|
|
|
|
border-right: qlineargradient(spread:pad, x1:1, y1:0, x2:0, y2:0, stop:0 rgba(164, 192, 228, 255), stop:1 rgba(255, 255, 255, 0));
|
|
|
|
|
border-left: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(164, 192, 228, 255), stop:1 rgba(255, 255, 255, 0));
|
|
|
|
|
border-width: 2px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#playButton:pressed {
|
|
|
|
|
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
|
|
|
|
stop:0 rgba(0, 0, 0, 75),
|
|
|
|
|
stop:0.1 rgba(0, 0, 0, 15),
|
|
|
|
|
stop:0.2 rgba(255, 255, 255, 55)
|
|
|
|
|
stop:0.95 rgba(255, 255, 255, 55),
|
|
|
|
|
stop:1 rgba(255, 255, 255, 155));
|
|
|
|
|
|
|
|
|
|
border: 1px solid rgba(0, 0, 0, 55);
|
|
|
|
|
}</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Play</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="1">
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources>
|
|
|
|
|