Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
4#ifndef QWASMCSSSTYLE_H
5#define QWASMCSSSTYLE_H
6
7#include <QtCore/qglobal.h>
8
9#include <emscripten/val.h>
10
12
13namespace QWasmCSSStyle {
14emscripten::val createStyleElement(emscripten::val parent);
15}
16
18#endif // QWASMINLINESTYLEREGISTRY_H
Combined button and popup list for selecting options.
emscripten::val createStyleElement(emscripten::val parent)