Settings for default tree & listwidget fonts

This commit is contained in:
defnax 2025-02-05 20:55:03 +01:00
parent 8fcc52b304
commit e14fc66ca3
14 changed files with 180 additions and 1 deletions

View file

@ -204,6 +204,8 @@ public:
static bool hiddenmode;
virtual void showEvent(QShowEvent *) ;
public slots:
void receiveNewArgs(QStringList args);
void displayErrorMessage(int,int,const QString&) ;
@ -307,6 +309,7 @@ private slots:
void doQuit();
void updateTrayCombine();
void updateFontSize();
private:
void initStackedPage();