Merge pull request #2918 from defnax/fontssettings

Fonts settings for Tree & list Views & Composer Fonts
This commit is contained in:
csoler 2025-04-09 21:19:44 +02:00 committed by GitHub
commit 42bbf785ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 848 additions and 223 deletions

View file

@ -360,6 +360,8 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
connect(NotifyQt::getInstance(), SIGNAL(settingsChanged()), this, SLOT(settingsChanged()));
settingsChanged();
mFontSizeHandler.registerFontSize(ui->listWidget, 1.5f);
}
/** Destructor. */
@ -1027,6 +1029,7 @@ void SetForegroundWindowInternal(HWND hWnd)
/* Show the dialog. */
raiseWindow();
/* Set the focus to the specified page. */
_instance->ui->stackPages->setCurrentPage(page);
}