rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.22k stars 49 forks source link

Protected values inaccessible #114

Open editicalu opened 2 years ago

editicalu commented 2 years ago

I try to make a QWizard. In order to have steps block when certain values aren't entered, I have to call the protected member QWizardPage::registerField. The current API doesn't seem to expose this.