Handle potential horizontal scrollbar when resizing StringListEdit

This commit is contained in:
WarmUpTill
2023-07-21 22:39:30 +02:00
committed by WarmUpTill
parent fe3586b6f4
commit 47d6d4ac06
3 changed files with 43 additions and 8 deletions

View File

@@ -29,6 +29,9 @@ public:
void SetStringList(const StringList &);
void SetMaxStringSize(int);
protected:
void showEvent(QShowEvent *);
private slots:
void Add();
void Remove();