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

Title: ?? QDialog
Post 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.
Title: ?? QDialog
Post by: Mickeyl on March 30, 2004, 08:46:38 am
use a qscrollview
Title: ?? QDialog
Post by: ced on March 30, 2004, 08:59:43 am
can I extend the QScrollView class using the QT designer?