mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 22:21:09 -04:00
Added for channel composer default size settings
This commit is contained in:
parent
3ffa362079
commit
6d394c9f55
7 changed files with 149 additions and 91 deletions
|
@ -30,6 +30,7 @@ class QToolButton;
|
|||
class RshareSettings;
|
||||
class RSTreeWidgetItemCompareRole;
|
||||
class RSTreeWidget;
|
||||
class QShowEvent;
|
||||
|
||||
#define GROUPTREEWIDGET_COLOR_STANDARD -1
|
||||
#define GROUPTREEWIDGET_COLOR_CATEGORY 0
|
||||
|
@ -142,6 +143,7 @@ signals:
|
|||
|
||||
protected:
|
||||
void changeEvent(QEvent *e);
|
||||
virtual void showEvent(QShowEvent *) override;
|
||||
|
||||
private slots:
|
||||
void customContextMenuRequested(const QPoint &pos);
|
||||
|
@ -151,6 +153,7 @@ private slots:
|
|||
void distantSearch();
|
||||
|
||||
void sort();
|
||||
void updateFontSize();
|
||||
|
||||
private:
|
||||
void calculateScore(QTreeWidgetItem *item, const QString &filterText);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue