mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 21:59:02 -04:00
Settings for default tree & listwidget fonts
This commit is contained in:
parent
8fcc52b304
commit
e14fc66ca3
14 changed files with 180 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue