From b7fa85a33d6b5c1b2a5b60b64a78f7f208ea304c Mon Sep 17 00:00:00 2001 From: Serg Podtynnyi Date: Fri, 27 Jan 2023 17:54:35 +0700 Subject: Add new settings for permissions column format Ability to configure column for the file/dir permissions in Numeric(Octal)/Textual/Combined style and update field display style to be right-alighed. Add toolips to column menu items BUG: 227745 --- src/kitemviews/kfileitemmodel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/kitemviews/kfileitemmodel.h') diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h index 7c4b8ec8f..afcd633b0 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -186,6 +186,7 @@ public: QByteArray role; QString translation; QString group; + QString tooltip; bool requiresBaloo; bool requiresIndexer; }; @@ -481,6 +482,7 @@ private: const RoleType roleType; const KLazyLocalizedString roleTranslation; const KLazyLocalizedString groupTranslation; + const KLazyLocalizedString tooltipTranslation; const bool requiresBaloo; const bool requiresIndexer; }; -- cgit v1.3