basic function with QtMultimedia stuff...

This commit is contained in:
Gary Wang
2020-04-06 20:23:29 +08:00
parent 6e9984ca97
commit f8d9b347a8
7 changed files with 186 additions and 6 deletions

View File

@ -88,7 +88,11 @@ QPushButton#closeWindowBtn:hover {
/****** Label ******/
QLabel#coverLabel{
QLabel {
color: white;
}
QLabel#coverLabel {
border: 1px solid grey;
}</string>
</property>
@ -280,6 +284,9 @@ QLabel#coverLabel{
</item>
<item>
<widget class="SeekableSlider" name="playbackSlider">
<property name="maximum">
<number>1000</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@ -504,8 +511,11 @@ QLabel#coverLabel{
<height>32</height>
</size>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>99</number>
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>