View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#5
I have the PLLayout stuff from here: http://wiki.forum.nokia.com/index.ph...n_layout_in_Qt

There is only one textbox but it is used in landscape and in portrait layout. So i thought I should use my hboxes and pushbuttons in both layouts too. The problem if I make every button 2 times, one for each layout is that if the layout changes the button you clicked is not the same. Or in other words... you enter some text in a textbox rotate the device and your text is away.
sure I could transfer the user input to the other layout on rotate but I think this PLLayout stuff is not intended to be used in that way.