Open jschmidt opened 6 years ago
The project description declares "protected method override support". Is there any example of that?
w := qtwidgets.NewQWidget() w.InheritMousePressEvent(func(ev *qtgui.QMouseEvent) { })
override protected method: w.Inheritxxxx(func) it's works, although not look like as C++.
Is there a sample app or code snippet somewhere that illustrates how to set up something like a QListView with a model and proper signal handling?