We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Consider the following code:
var vbox = new QVBoxLayout(); var hbox = new QHBoxLayout(); vbox.AddLayout(hbox); vbox.Dispose(); // System.AccessViolationException
Tested with the official QtSharp-0.7.4 release with Qt-5.9.2-MinGW. The equivalent code in C++ runs just fine.