-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
in c++, we can code this:
QStringList qslstHeaderLabels; qslstHeaderLabels.append("Key"); qslstHeaderLabels.append("Value"); this.SetHeaderLabel(qslstHeaderLabels)
but in C#, QStringList has no "append" function, and the construct not support string[] or List...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels