Add SetMaxStringSize()

A fixed size of 170 chars caused issues with the http action
This commit is contained in:
WarmUpTill
2023-07-20 21:45:40 +02:00
committed by WarmUpTill
parent a17d8f7e09
commit 8c0ba112e2
2 changed files with 12 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ public:
StringListEdit(QWidget *parent, const QString &addString = "",
const QString &addStringDescription = "");
void SetStringList(const StringList &);
void SetMaxStringSize(int);
private slots:
void Add();
@@ -50,6 +51,7 @@ private:
QString _addString;
QString _addStringDescription;
int _maxStringSize = 170;
};
} // namespace advss