Thomas or Thiago can you explain what’s going on here?
I have a combobox that gets populated from a QStringList.
If I generate the QStringList on the C++ side like so,
list << “foo” << “bar << “baz"
my combobox contains 3 elements as expected.
If I populate the QStringList with data from the dive struct,
list << dive.buddy << dive.divemaster
the combobox is empty.
In the later example the QStringList contains the expected data as I can
join the QStringList into a QString that displays correctly on the QML side.
/Jocke
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface