Comment 4 for bug 1371229

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

yeah I meant something like,

Abstract Button {
   width: page.width
   height: button.height

  CircularButton {
     anchors.centerIn: parent
  }

  Label1 anchored to the left of circularbutton
  Label2 anchorred to the right of circularbutton
}

So they all remain within the AddWorldCityButton.qml file