This is my program.
http://s3.picofile.com/file/8224291576/max.gif
I want to be like this:
http://s3.picofile.com/file/8224291734/max2.gif
thanks you.
Printable View
This is my program.
http://s3.picofile.com/file/8224291576/max.gif
I want to be like this:
http://s3.picofile.com/file/8224291734/max2.gif
thanks you.
If you want to center an item into another item both vertically and horizontally, use
for example centering inside the parentCode:
anchors.centerIn: otherItemsId
Code:
Item { Item { anchors.centerIn: parent } }
Cheers,
_