mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 05:16:59 +03:00
Add SVG icon rendering/cache
This commit is contained in:
parent
7d7e4034f4
commit
e4806ab08d
6 changed files with 187 additions and 36 deletions
|
|
@ -71,6 +71,7 @@ MainWindow::MainWindow ( QWidget *parent ) :
|
|||
pal.setBrush(QPalette::Base, QBrush(QPixmap(QString::fromUtf8(":/backgrounds/kitteh"))));
|
||||
view->setPalette(pal);
|
||||
*/
|
||||
|
||||
view->setStyleSheet(
|
||||
"QListView\
|
||||
{\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue