The ChooseMultipleFilesExtensionOption class describes the option for the multiple files selection extension. More...
#include <QWebPage>
This class was introduced in Qt 4.5.
QWebFrame * | parentFrame |
QStringList | suggestedFileNames |
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.
This variable holds the frame in which the request originated.
This variable holds the suggested filenames.