Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't use QStringList #60

Open
hezhaowei opened this issue Jun 15, 2017 · 2 comments
Open

can't use QStringList #60

hezhaowei opened this issue Jun 15, 2017 · 2 comments

Comments

@hezhaowei
Copy link

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
Copy link
Owner

ddobrev commented Jun 15, 2017

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
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants