Added for search list update fontsize

This commit is contained in:
defnax 2025-02-26 17:56:38 +01:00
parent c61c939b2a
commit 2644a0ccb7
2 changed files with 37 additions and 6 deletions

View file

@ -66,6 +66,9 @@ public:
void updateFiles(qulonglong request_id, const FileDetail& file) ;
protected:
virtual void showEvent(QShowEvent *) override;
private slots:
/** Create the context popup menu and it's submenus */
@ -116,6 +119,8 @@ private slots:
void filterItems();
void updateFontSize();
private:
/** render the results to the tree widget display */
void initSearchResult(const QString& txt,qulonglong searchId, int fileType, bool advanced) ;