ddobrev / QtSharp

Mono/.NET bindings for Qt
Other
571 stars 52 forks source link

can't use QStringList #60

Open hezhaowei opened 7 years ago

hezhaowei commented 7 years ago

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...

ddobrev commented 7 years ago

QStringList is a template class and templates are difficult to support. However, there's work in progress and I hope to be able to deliver it in a few weeks.

iWeaverMan commented 5 years ago

+1