┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemmodel.h
diff options
context:
space:
mode:
authorSerg Podtynnyi <[email protected]>2023-01-27 17:54:35 +0700
committerMéven Car <[email protected]>2023-02-14 16:40:33 +0000
commitb7fa85a33d6b5c1b2a5b60b64a78f7f208ea304c (patch)
tree588bab13ef7742430801752f720955fd1f34b5be /src/kitemviews/kfileitemmodel.h
parentbb686052c7b353aa58151172cf215fd2349f8b94 (diff)
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
Diffstat (limited to 'src/kitemviews/kfileitemmodel.h')
-rw-r--r--src/kitemviews/kfileitemmodel.h2
1 files changed, 2 insertions, 0 deletions
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;
};