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
menuactionlineedit_p.h
Go to the documentation of this file.
1
// Copyright (C) 2026 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
//
4
// W A R N I N G
5
// -------------
6
//
7
// This file is not part of the Qt API. It exists for the convenience
8
// of Qt Designer. This header
9
// file may change from version to version without notice, or even be removed.
10
//
11
// We mean it.
12
//
13
14
#
ifndef
MENUACTIONLINEEDIT_P_H
15
#
define
MENUACTIONLINEEDIT_P_H
16
17
#
include
<
QtWidgets
/
qlineedit
.
h
>
18
19
QT_BEGIN_NAMESPACE
20
21
class
QLineEdit;
22
23
namespace
qdesigner_internal
{
24
25
class
MenuActionLineEdit
:
public
QLineEdit
26
{
27
Q_OBJECT
28
public
:
29
using
QLineEdit
::
QLineEdit
;
30
31
Q_SIGNALS
:
32
void
focusOut
();
33
34
protected
:
35
void
focusOutEvent
(QFocusEvent *event)
override
36
{
37
Q_EMIT focusOut();
38
QLineEdit::focusOutEvent(event);
39
}
40
};
41
42
}
// namespace qdesigner_internal
43
44
QT_END_NAMESPACE
45
46
#
endif
// MENUACTIONLINEEDIT_P_H
QPainter::QWidget
friend class QWidget
Definition
qpainter.h:432
qdesigner_internal::MenuActionLineEdit
Definition
menuactionlineedit_p.h:26
qdesigner_internal::MenuActionLineEdit::focusOutEvent
void focusOutEvent(QFocusEvent *event) override
This event handler can be reimplemented in a subclass to receive keyboard focus events (focus lost) f...
Definition
menuactionlineedit_p.h:35
qdesigner_internal::MenuEventFilter
Definition
qdesigner_menu.cpp:55
qdesigner_internal::MenuEventFilter::eventFilter
bool eventFilter(QObject *object, QEvent *event) override
Filters events if this object has been installed as an event filter for the watched object.
Definition
qdesigner_menu.cpp:623
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qdesigner_internal
Auxiliary methods to store/retrieve settings.
Definition
buddyeditor.cpp:66
extendClickableArea
static void extendClickableArea(QRect *subMenuRect, Qt::LayoutDirection dir)
Definition
qdesigner_menu.cpp:40
sendMouseEventTo
static void sendMouseEventTo(QWidget *target, const QPoint &targetPoint, const QMouseEvent *event)
Definition
qdesigner_menu.cpp:290
qttools
src
designer
src
lib
shared
menuactionlineedit_p.h
Generated on
for Qt by
1.16.1