-
Notifications
You must be signed in to change notification settings - Fork 31
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
QScrollArea(widgetResizable) #148
Conversation
Cool, this is apparently the first test to instantiate a widget... so time to fix up CI for GUI testing. |
If you want to begin going through with the herculean effort of adding the properties to the constructor signature, I guess we might as well add |
Why stop at non-inherited ones? |
I figured we'd just get one class out of the way, but we may want to just make this a batch change. I wonder if it's possible to write a script to determine all the Qt Properties and modify all of the stubs at once. Edit: oh but I see what you're saying. We can't rely on inheritance for the constructor signature 😭 |
Closes #147