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

@ -76,6 +76,8 @@ public:
uint unreadCount();
virtual void showEvent(QShowEvent *) ;
signals:
void unreadCountChanged(uint unreadCount);
@ -112,6 +114,7 @@ private slots:
void updateNotify(ChatLobbyId id, unsigned int count) ;
void idChooserCurrentIndexChanged(int index);
void updateFontSize();
private:
void autoSubscribeLobby(QTreeWidgetItem *item);