KLineEditUrlDropEventFilter Class

This class provides an event filter that can be installed on a QLineEdit or a subclass of it (KLineEdit) to make it handle URL drop events so when a URL is dropped it replaces the existing content. More...

Header: #include <KLineEditUrlDropEventFilter>
CMake: find_package(KF6 REQUIRED COMPONENTS WidgetsAddons)
target_link_libraries(mytarget PRIVATE KF6::WidgetsAddons)
Since: 6.0
Inherits: QObject

Public Functions

KLineEditUrlDropEventFilter(QObject *parent = nullptr)

Detailed Description

Porting from KF5 to KF6:

The class LineEditUrlDropEventFilter was renamed to KLineEditUrlDropEventFilter.

Member Function Documentation

[explicit] KLineEditUrlDropEventFilter::KLineEditUrlDropEventFilter(QObject *parent = nullptr)