Qtopia Home - Classes - Annotated - Functions - Qt Embedded |
|
Contents
This document describes the issues that have to be dealt with when porting Qtopia 1.x applications to Qtopia 2.0.
- FileSelector::selected() is removed; use FileSelector::selectedDocument()
- Use:
int result = QPEApplication::execDialog(dlg);
rather than:
dlg->showMaximized(); int result = dlg->exec();
(and similar)
| Copyright © 2001-2004 Trolltech | Trademarks | Qtopia version 2.0.1
|