Skip to content
Snippets Groups Projects
  • Fabian Homborg's avatar
    04b47b4a
    Enable configuration through UI. · 04b47b4a
    Fabian Homborg authored
    This needs a couple of workarounds:
    
    - Qt won't convert a QStringList to an Array, instead giving an utterly
      useless QVariant(QStringList) (without any methods and presumably only
      containing the pointer)
    
    - The config group _needs_ to be empty, else it's not accessible from
      the javascript side
    04b47b4a
    History
    Enable configuration through UI.
    Fabian Homborg authored
    This needs a couple of workarounds:
    
    - Qt won't convert a QStringList to an Array, instead giving an utterly
      useless QVariant(QStringList) (without any methods and presumably only
      containing the pointer)
    
    - The config group _needs_ to be empty, else it's not accessible from
      the javascript side