Skip to content

Split contact editor qml code

Goal: Split ContactEditor qml code into different files.

Summary:

  • Created new directory: src/contacts/qml/private/contact_editor and moved contact editor qml code there.
  • Moved each input in form to it's own file.
  • Added new alias properties in AddressBookEditor.qml, EmailEditor.qml and PhoneEditor.qml files to refer to their values in ContactEditorPage.qml

Test:

  • Form visible as before.

Merge request reports