4#ifndef QLOCALFILEAPI_P_H
5#define QLOCALFILEAPI_P_H
18#include <private/qglobal_p.h>
19#include <qstringview.h>
20#include <emscripten/val.h>
27class Q_AUTOTEST_EXPORT
Type
std::string makeFileInputAccept(const QStringList &filterList)
emscripten::val makeOpenFileOptions(const QStringList &filterList, bool acceptMultiple)
emscripten::val makeSaveFileOptions(const QStringList &filterList, const std::string &suggestedName)
Combined button and popup list for selecting options.