AddContactView.qml 83 B

1234567
  1. import QtQuick 2.0
  2. import QtQuick.Controls 2.4
  3. Item {
  4. anchors.fill: parent
  5. }