mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -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
|
@ -54,6 +54,8 @@ public:
|
|||
|
||||
inline bool isWindowed() const { return dynamic_cast<PopupChatWindow*>(this->window()) != nullptr; }
|
||||
|
||||
virtual void showEvent(QShowEvent *) ;
|
||||
|
||||
public slots:
|
||||
void leaveLobby() ;
|
||||
private slots:
|
||||
|
@ -64,6 +66,7 @@ private slots:
|
|||
void showInPeopleTab();
|
||||
void toggleWindowed(){setWindowed(!isWindowed());}
|
||||
void setWindowed(bool windowed);
|
||||
void updateFontSize();
|
||||
|
||||
signals:
|
||||
void typingEventReceived(ChatLobbyId) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue