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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -