diff options
author | mread <qt-info@nokia.com> | 2010-11-05 08:10:14 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2011-02-10 12:26:24 (GMT) |
commit | 01f5c74b8ecddfc192895ccb85c1627467bb6ff5 (patch) | |
tree | 387b0690fd6c5ec32d3c6732329ed91a66bffcd0 /src/src.pro | |
parent | abb425e3db6c20c5271788cb1ec4e1fe37b9ea5b (diff) | |
download | Qt-01f5c74b8ecddfc192895ccb85c1627467bb6ff5.zip Qt-01f5c74b8ecddfc192895ccb85c1627467bb6ff5.tar.gz Qt-01f5c74b8ecddfc192895ccb85c1627467bb6ff5.tar.bz2 |
Generating QFileOpenEvent messages when S60 UI receives OpenFileL
S60 applications can receive OpenFileL requests from other apps in the
OpenFileL method of their main document class. This S60 main document
class is internal to QtGui, so the request is turned into a
QFileOpenEvent for the application to pick up if it want to implenment
this service.
If an application wants to receive the QFileOpenEvent before UI
construction, it should do something like:
app->sendPostedEvents(app, QEvent::FileOpen);
Task-number: QTBUG-15015
Reviewed-by: Shane Kearns
Diffstat (limited to 'src/src.pro')
0 files changed, 0 insertions, 0 deletions