PDA

View Full Version : Problem of QInputDialog in Symbian^3 device



SlaynX
28th June 2011, 04:16
Hi there,

I was coding a QInputDialog using the static method to get user input in Symbian device. However when it display on the simulator, it looks weird for there is no button but only the textbox and the label is displayed on the screen. Although using a pc i could press enter to confirm the input but this wouldn't be nice as Symbian^3 are touchscreen phones and there is no such thing as enter button on the phone(like N8).
Is QInputDialog the only way to get user input or is there other way of doing it? Thanks in advance.