KDialogJobUiDelegate Class

A UI delegate using KMessageBox for interaction (showing errors and warnings). More...

Header: #include <KDialogJobUiDelegate>
CMake: find_package(KF6 REQUIRED COMPONENTS JobWidgets)
target_link_libraries(mytarget PRIVATE KF6::JobWidgets)
Inherits: KJobUiDelegate

Public Functions

KDialogJobUiDelegate()
(since 5.70) KDialogJobUiDelegate(KJobUiDelegate::Flags flags, QWidget *window)
virtual void setWindow(QWidget *window)
void updateUserTimestamp(unsigned long time)
QWidget *window() const

Detailed Description

The KMessageBox will use window as a parent in an application-modal.

Member Function Documentation

KDialogJobUiDelegate::KDialogJobUiDelegate()

Constructs a new KDialogJobUiDelegate.

[explicit, since 5.70] KDialogJobUiDelegate::KDialogJobUiDelegate(KJobUiDelegate::Flags flags, QWidget *window)

Constructs a new KDialogJobUiDelegate.

flags allows to enable automatic error/warning handling

window the window associated with this delegate, see setWindow.

This function was introduced in 5.70.

[virtual] void KDialogJobUiDelegate::setWindow(QWidget *window)

Associate this delegate with a window given by window.

Needed for dialog boxes to respect stacking order, centering to parent, focus going back to parent after closing...

window the window to associate to

See also window().

void KDialogJobUiDelegate::updateUserTimestamp(unsigned long time)

Updates the last user action timestamp to the given time.

QWidget *KDialogJobUiDelegate::window() const

Returns the window this delegate is associated with.

See also setWindow().