Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-138739

Improve generated code from qqstylegenerator tool

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • None
    • Quick: Controls 2
    • None

      The generated output is a Config QML singleton which is a tree of nested QObjects, and which defines separate QtObjects for each control component and state configuration, even though they are shared across states and controls. This is not efficient as the qml engine needs to create separate meta-objects for what should be the same type.

       

      Ways to improve things could be using reusable components, and the types can be defined in C++.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            dorisverria Doris Verria
            dorisverria Doris Verria
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes