Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwasmcssstyle.h
Go to the documentation of this file.
1// Copyright (C) 2022 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QWASMCSSSTYLE_H
6#define QWASMCSSSTYLE_H
7
8#include <QtCore/qglobal.h>
9
10#include <emscripten/val.h>
11
12QT_BEGIN_NAMESPACE
13
14namespace QWasmCSSStyle {
15emscripten::val createStyleElement(emscripten::val parent);
16}
17
18QT_END_NAMESPACE
19#endif // QWASMINLINESTYLEREGISTRY_H
Combined button and popup list for selecting options.
emscripten::val createStyleElement(emscripten::val parent)