From e114f654ed1216aaa64593354ca1306a53fefef0 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Fri, 21 Nov 2025 09:56:55 +0100 Subject: DolphinView: open the property dialog on Alt+activated Similarly to Microsoft explorer. FEATURE: 512383 --- src/views/dolphinview.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 7c077d292..4a400ce2a 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -496,6 +496,11 @@ Q_SIGNALS: */ void itemActivated(const KFileItem &item); + /** + * request the property dialog + */ + void requestPropertyDialog(); + /** * Is emitted when clicking on a file with the middle mouse button. * @note: This will not be emitted for folders or file archives that will/can be opened like folders. -- cgit v1.3.1