diff options
| author | Peter Penz <[email protected]> | 2011-09-20 18:00:39 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-09-20 18:01:34 +0200 |
| commit | 51cd727066efaf548a68585ec0bb66fa1a766c4d (patch) | |
| tree | 5d11ae8cf06ef53f316fb3c20c2c76d4129d8ff7 /src/kitemviews/kitemlistview.h | |
| parent | 63e1e3bc14b5538027471ee76b6e92d6425ecf0b (diff) | |
Show the role-description in the header of the details view
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
| -rw-r--r-- | src/kitemviews/kitemlistview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h index 17db18b31..da02e0bc2 100644 --- a/src/kitemviews/kitemlistview.h +++ b/src/kitemviews/kitemlistview.h @@ -305,6 +305,11 @@ private: void updateHeaderWidth(); /** + * @return The widths of each visible role that is shown in the KItemListHeader. + */ + QHash<QByteArray, qreal> headerRolesWidths() const; + + /** * Helper function for triggerAutoScrolling(). * @param pos Logical position of the mouse relative to the range. * @param range Range of the visible area. |
