feat: remember volume

This commit is contained in:
2024-10-21 00:40:34 +08:00
parent cf90e2d70c
commit a3bc60c977
3 changed files with 51 additions and 2 deletions

View File

@ -72,6 +72,7 @@ QSlider::add-page:vertical {
/****** PushButton ******/
QPushButton {
color: white;
border: 0px solid grey;
background-color: transparent;
}
@ -106,6 +107,7 @@ QLabel#coverLabel {
/****** ListView ******/
QListView {
color: white;
background: rgba(0, 0, 0, 50);
}</string>
</property>
@ -659,7 +661,10 @@ QListView {
</widget>
<action name="actionHelp">
<property name="text">
<string>help</string>
<string>Help</string>
</property>
<property name="toolTip">
<string>Help</string>
</property>
<property name="shortcut">
<string>F1</string>
@ -668,6 +673,20 @@ QListView {
<enum>QAction::MenuRole::NoRole</enum>
</property>
</action>
<action name="actionOpen">
<property name="icon">
<iconset theme="document-open"/>
</property>
<property name="text">
<string>Open</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
<property name="menuRole">
<enum>QAction::MenuRole::NoRole</enum>
</property>
</action>
</widget>
<customwidgets>
<customwidget>