You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In NodeGUI is it currently possible to get a QCheckBox's checked state?
In QT you can use isChecked() to query whether or not a checkbox is checked, but I could find no reference to this or anything similar in the NodeGUI docs or code base.
Also, is this a good place to ask questions? If not, could you please tell me where is.
I'm currently converting an small FXRuby app to use NodeGUI just to see how the two stack up against each other. I've run into one or two issues, but don't want to spam the repo.
The text was updated successfully, but these errors were encountered:
Thank you very much for the quick turn around. I really appreciate that!
Feel free to take a look at this and implement more methods that you need and maybe raise a PR?
My C++ knowledge is not great, I'm afraid, which is frustrating, as I would like to help. Saying that, I'll give the contributor’s guide a read and see if I can make sense of things.
In NodeGUI is it currently possible to get a
QCheckBox
's checked state?In QT you can use
isChecked()
to query whether or not a checkbox is checked, but I could find no reference to this or anything similar in the NodeGUI docs or code base.Also, is this a good place to ask questions? If not, could you please tell me where is.
I'm currently converting an small FXRuby app to use NodeGUI just to see how the two stack up against each other. I've run into one or two issues, but don't want to spam the repo.
The text was updated successfully, but these errors were encountered: