Nieuws

This project provides a QML Tree View with a C++ Tree Model for Qt 5.15 and QuickControls 2. Since Qt 6.3 TreeView has been added as standard component. It is suggested to use the standard one.
It seems that it is a compilation problem of qt4.8.7 (not mxe) on my computer, but I can't see issues at the repository of qt. Look like mistake of ui_*.h generated by uic4.8.7. ( as log below: ialogs ...
Maybe I'm missing it somewhere, but I can't seem to find how to add a widget to an existing layout once it's set.In the most basic example, I tried adding a widget when a button was pressed. The ...