ChooseMultipleFilesExtensionOption Class

(QWebPage::ChooseMultipleFilesExtensionOption)

The ChooseMultipleFilesExtensionOption class describes the option for the multiple files selection extension. More...

Header: #include <ChooseMultipleFilesExtensionOption>
Since: Qt 4.5
Inherits:

Public Variables

QWebFrame * parentFrame
QStringList suggestedFileNames

Detailed Description

The ChooseMultipleFilesExtensionOption class describes the option for the multiple files selection extension.

The ChooseMultipleFilesExtensionOption class holds the frame originating the request and the suggested filenames which might be provided.

See also QWebPage::extension(), QWebPage::chooseFile(), and QWebPage::ChooseMultipleFilesExtensionReturn.

Member Variable Documentation

QWebFrame * ChooseMultipleFilesExtensionOption::parentFrame

This variable holds the frame in which the request originated.

QStringList ChooseMultipleFilesExtensionOption::suggestedFileNames

This variable holds the suggested filenames.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.