┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2025-11-21 09:56:55 +0100
committerMéven Car <[email protected]>2025-11-21 09:25:26 +0000
commite114f654ed1216aaa64593354ca1306a53fefef0 (patch)
treed044bfcf07dd2114636687f05423e60d3506ca96 /src/views/dolphinview.h
parentb39acbf9542bcce929a48070e3f6123eaa74078d (diff)
DolphinView: open the property dialog on Alt+activated
Similarly to Microsoft explorer. FEATURE: 512383
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -497,6 +497,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.
*/