Hello,
I am using the QML WebEngine in my application. It seems to work okay
when I run it normally.
In my VM it just shows a black window, so far so good, probably just a
bug related to the VM, I don't worry too much about that.
My System and the VM are both Windows 7, 64bit (however a 32 bit
a
Hello,
I am using a QSortFilterProxyModel with QML. I with it from my c++ code
by doing for example:
sf_server_model.setSourceModel(&server_model);
sf_server_model.setDynamicSortFilter(true);
sf_server_model.setSortRole(ServerModel::Ping);
sf_server_model.sort(0);
However, it bec