Skip to content

forms(qml): CollectionView, WizardView and DateTimePicker chrome is not replaceable #813

Description

@Yaraslaut

Verification: read from the QML on master 05222af; not measured with a host app.

#810 makes DynamicForm's chrome replaceable through SlotRegistry.byChrome. The other shipped views still hard-code theirs, so an app rendering only through its own UI kit cannot use them:

Proposal: the same byChrome(role, …) mechanism with roles per view (collectionRow, collectionAction, confirmDialog, editorDialog, wizardStep, wizardNav, …), members assigned only when declared, built-ins unchanged when nothing is registered.

Closes when each view can be drawn with no built-in Label/Button/Dialog visible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions