On Wednesday, January 06, 2016 07:21:37 AM Dirk Hohndel wrote: > > in Qt: QML and the Qt .ui file approach differ vastly. I hope the > > binding of QStringLists inside the C++ with the QML models holds, so > > that when the underlying stringlists are modified, the display is > > updated at the same time. So during the next week I want to get
If you have a change notifier signal for your QStringList and you fire it after updating, it will work. -- sebas http://www.kde.org | http://vizZzion.org _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
