mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
committed by
GitHub
parent
5c06d0aa75
commit
f2b4aa6570
@@ -40,8 +40,8 @@ namespace Utils::Gui
|
||||
{
|
||||
bool isDarkTheme();
|
||||
|
||||
QPixmap scaledPixmap(const QIcon &icon, const QWidget *widget, int height);
|
||||
QPixmap scaledPixmap(const Path &path, const QWidget *widget, int height = 0);
|
||||
QPixmap scaledPixmap(const QIcon &icon, int height);
|
||||
QPixmap scaledPixmap(const Path &path, int height = 0);
|
||||
|
||||
QSize smallIconSize(const QWidget *widget = nullptr);
|
||||
QSize mediumIconSize(const QWidget *widget = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user