KDEPrivate::KFilePropsPlugin Class

Header: #include <KFilePropsPlugin>
CMake: find_package(Qt6 REQUIRED COMPONENTS KIOWidgets)
target_link_libraries(mytarget PRIVATE Qt6::KIOWidgets)
Inherits: KPropertiesDialogPlugin

Public Functions

Reimplemented Public Functions

virtual void applyChanges() override

Static Public Members

bool supports(const KFileItemList &_items)

Detailed Description

'General' plugin This plugin displays the name of the file, its size and access times. @internal

Member Function Documentation

[override virtual] void KFilePropsPlugin::applyChanges()

Reimplements: KPropertiesDialogPlugin::applyChanges().

Applies all changes made. This plugin must be always the first plugin in the dialog, since this function may rename the file which may confuse other applyChanges functions.

void KFilePropsPlugin::postApplyChanges()

Called after all plugins applied their changes

[static] bool KFilePropsPlugin::supports(const KFileItemList &_items)

Tests whether the files specified by _items need a 'General' plugin.