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
andPhoneEditor.qml
files to refer to their values inContactEditorPage.qml
Test:
- Form visible as before.