mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- COSMETIC: Improved progress bar text rendering
This commit is contained in:
parent
1fbbee794c
commit
6ed565a06b
10 changed files with 100 additions and 25 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <QTcpSocket>
|
||||
#include <QTcpServer>
|
||||
#include <QPlastiqueStyle>
|
||||
#include <QCleanlooksStyle>
|
||||
#include "qgnomelook.h"
|
||||
#include <QMotifStyle>
|
||||
#include <QCDEStyle>
|
||||
#ifdef Q_WS_WIN
|
||||
|
@ -50,7 +50,7 @@ void useStyle(QApplication *app, int style){
|
|||
app->setStyle(new QPlastiqueStyle());
|
||||
break;
|
||||
case 2:
|
||||
app->setStyle(new QCleanlooksStyle());
|
||||
app->setStyle(new QGnomeLookStyle());
|
||||
break;
|
||||
case 3:
|
||||
app->setStyle(new QMotifStyle());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue