qt5 - How to declare list property in QML -
How do I declare a listing property in QML (with qt.labs.settings My Case):
Settings {Property list Recent files: []} does not work I try several other options Is: list & lt; String & gt; , string [] , etc. Nobody starts doing work.
settings {property var recentFiles: []} < P>
Comments
Post a Comment