summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformtheme.h
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-10-21 13:29:42 +0200
committerMitch Curtis <mitch.curtis@qt.io>2021-11-03 20:41:30 +0200
commit3aa1a7fad1913acaa69601e1e28bf7702639a778 (patch)
tree360a9c8ba02058de68a0c5217053789261fd7e43 /src/gui/kernel/qplatformtheme.h
parent9151ab44bc7af04471d034e21746d7e9da0c01ea (diff)
Add ShowDirectoriesFirst platform theme hint
This allows Qt Quick Dialogs to accurately check how it should show files and directories. Change-Id: I0f5102553ff9a0484b3714ba176f7e5e668fd05c Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui/kernel/qplatformtheme.h')
-rw-r--r--src/gui/kernel/qplatformtheme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qplatformtheme.h b/src/gui/kernel/qplatformtheme.h
index 011f8d548c..2fdd45b910 100644
--- a/src/gui/kernel/qplatformtheme.h
+++ b/src/gui/kernel/qplatformtheme.h
@@ -119,6 +119,7 @@ public:
IconFallbackSearchPaths,
MouseQuickSelectionThreshold,
InteractiveResizeAcrossScreens,
+ ShowDirectoriesFirst,
};
enum DialogType {