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
qquickchecklabel.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
7
15
17
18#include "moc_qquickchecklabel_p.cpp"
QQuickCheckLabel(QQuickItem *parent=nullptr)
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
Definition qquickitem.h:63
void setElideMode(TextElideMode)
void setVAlign(VAlignment align)
void setHAlign(HAlignment align)
Combined button and popup list for selecting options.