Add sidebar background
This commit is contained in:
parent
8b249dc06a
commit
36db41a1f0
@ -42,5 +42,6 @@
|
||||
<file>pictures/star-off.png</file>
|
||||
<file>mood/sample.mood</file>
|
||||
<file>text/ghosts.txt</file>
|
||||
<file>pictures/sidebar-background.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
BIN
data/pictures/sidebar-background.png
Normal file
BIN
data/pictures/sidebar-background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
@ -398,7 +398,7 @@ MainWindow::MainWindow(Application *app, SharedPtr<SystemTrayIcon> tray_icon, OS
|
||||
|
||||
// Add the playing widget to the fancy tab widget
|
||||
ui_->tabs->addBottomWidget(ui_->widget_playing);
|
||||
//ui_->tabs->SetBackgroundPixmap(QPixmap(":/pictures/strawberry-background.png"));
|
||||
ui_->tabs->setBackgroundPixmap(QPixmap(QStringLiteral(":/pictures/sidebar-background.png")));
|
||||
ui_->tabs->Load(QLatin1String(kSettingsGroup));
|
||||
|
||||
track_position_timer_->setInterval(kTrackPositionUpdateTimeMs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user