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
qtranslator_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 LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QTRANSLATOR_P_H
5#define QTRANSLATOR_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists for the convenience
12// of the Qt translation tools. This header file may change from version
13// to version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtCore/private/qglobal_p.h>
19
20enum {
21 Q_EQ = 0x01,
22 Q_LT = 0x02,
23 Q_LEQ = 0x03,
24 Q_BETWEEN = 0x04,
25
26 Q_NOT = 0x08,
27 Q_MOD_10 = 0x10,
28 Q_MOD_100 = 0x20,
30
31 Q_AND = 0xFD,
32 Q_OR = 0xFE,
33 Q_NEWRULE = 0xFF,
34
35 Q_OP_MASK = 0x07,
36
41};
42
43#endif
@ Q_NOT
@ Q_MOD_10
@ Q_AND
@ Q_LT
@ Q_NEWRULE
@ Q_NOT_BETWEEN
@ Q_MOD_100
@ Q_OP_MASK
@ Q_EQ
@ Q_GT
@ Q_OR
@ Q_BETWEEN
@ Q_LEQ
@ Q_NEQ
@ Q_LEAD_1000
@ Q_GEQ