Hello, i have some issue, i have an item:
Item {
id: pad
Rectangle {
id: header
anchors.top: parent.top
...
and have some input element in the bottom of this item.
when i click to this input, displaying a virtual keyboard, and header of item main element is hide somewhere on top (in invisible zone).
How can i set the header in zero y position of devise screen?
tnx a lot 4 answers.
ps: i try set header.y to 0 and try to set header.y as 0 – parent.y; parent.y – and haven’t result (btw pad.y is always 0)
↧