OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: ced on March 30, 2004, 08:41:07 am
-
Hi,
I\'m writting a personal qtopia application using a QDialog for the parent. How can I add a scrollbar when the user enable the virtual keyboard?
For example if you use the OOTB editor application then the application is pushed to the top when the user uses the virtual keyboard.
Ced.
-
use a qscrollview
-
can I extend the QScrollView class using the QT designer?