Add helper function: Get DPI scaled icon size (device-dependent)

This commit is contained in:
Chocobo1 2015-07-03 00:31:42 +08:00
parent 3335a111e1
commit e275c3ba52
3 changed files with 12 additions and 1 deletions

View file

@ -54,6 +54,7 @@ namespace Utils
void shutdownComputer(ShutdownAction action);
// Get screen center
QPoint screenCenter(QWidget *win);
QSize smallIconSize();
#endif
int pythonVersion();
QString pythonExecutable();