This occurs with the included example project as well.
What am I doing wrong?
Thanks,
Stefan
I have a bugreport too. The design you guys used for mapping signals
to events is flawed.
Example code:
// polymorphism works fine in the old API:
com.trolltech.qt.gui.QWidget test = new com.trolltech.qt.gui.QPushButton();
// however, it fails with the new API, due to the abuse of inheritance:
qt4dotnet.QWidget a = new qt4dotnet.QPushButton(); // error!
What do you think?
--
You received this message because you are subscribed to the Google Groups "qt4dotnet" group.
To post to this group, send email to qt4d...@googlegroups.com.
To unsubscribe from this group, send email to qt4dotnet+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/qt4dotnet?hl=en.