diff options
| author | Frank Reininghaus <[email protected]> | 2015-09-03 20:33:48 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2015-09-03 20:33:48 +0200 |
| commit | d4fafe529026d23f900c11f28f31e197bb6dc96c (patch) | |
| tree | 46811439824a026e5293caff5c7af6ab0c651b01 /src/kitemviews/private/kitemlistheaderwidget.h | |
| parent | 90fd2be751eea33c2707cf4ceaa92304a9c109e3 (diff) | |
| parent | 5ce01c864f4ab9848a54ee982f6ac18e63f04773 (diff) | |
Merge branch 'Applications/15.08'
Diffstat (limited to 'src/kitemviews/private/kitemlistheaderwidget.h')
| -rw-r--r-- | src/kitemviews/private/kitemlistheaderwidget.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/kitemviews/private/kitemlistheaderwidget.h b/src/kitemviews/private/kitemlistheaderwidget.h index 307def74d..2a80c205d 100644 --- a/src/kitemviews/private/kitemlistheaderwidget.h +++ b/src/kitemviews/private/kitemlistheaderwidget.h @@ -76,6 +76,13 @@ signals: qreal previousWidth); /** + * Is emitted if the user has released the mouse button after adjusting the + * width of a visible role. + */ + void columnWidthChangeFinished(const QByteArray& role, + qreal currentWidth); + + /** * Is emitted if the position of the column has been changed. */ void columnMoved(const QByteArray& role, int currentIndex, int previousIndex); |
