Added for channel composer default size settings

This commit is contained in:
defnax 2025-02-10 19:41:19 +01:00
parent 3ffa362079
commit 6d394c9f55
7 changed files with 149 additions and 91 deletions

View file

@ -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);