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
csshighlighter_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3// Qt-Security score:significant reason:default
4
5//
6// W A R N I N G
7// -------------
8//
9// This file is not part of the Qt API. It exists for the convenience
10// of Qt Designer. This header
11// file may change from version to version without notice, or even be removed.
12//
13// We mean it.
14//
15
16#ifndef CSSHIGHLIGHTER_H
17#define CSSHIGHLIGHTER_H
18
19#include <QtGui/qsyntaxhighlighter.h>
20#include <QtGui/qcolor.h>
22
23QT_BEGIN_NAMESPACE
24
25namespace qdesigner_internal {
26
37
39{
41public:
44
45protected:
46 void highlightBlock(const QString&) override;
47 void highlight(const QString&, int, int, int/*State*/);
48
49private:
52
54};
55
56} // namespace qdesigner_internal
57
58QT_END_NAMESPACE
59
60#endif // CSSHIGHLIGHTER_H
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.
#define QDESIGNER_SHARED_EXPORT