MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

ChooseMultipleFilesExtensionReturn Class Reference

(QWebPage::ChooseMultipleFilesExtensionReturn)

The ChooseMultipleFilesExtensionReturn describes the return value for the multiple files selection extension. More...

    #include <QWebPage>

This class was introduced in qtwebkit 4.5.

Public Variables

QStringList fileNames

Detailed Description

The ChooseMultipleFilesExtensionReturn describes the return value for the multiple files selection extension.

The ChooseMultipleFilesExtensionReturn class holds the filenames selected by the user when the extension is invoked.

See also QWebPage::extension() and QWebPage::ChooseMultipleFilesExtensionOption.

Member Variable Documentation

QStringList ChooseMultipleFilesExtensionReturn::fileNames

This variable holds the selected filenames.