Unity 8
|
#include <plugins/Dash/horizontaljournal.h>
Inherits AbstractDashView.
Signals | |
void | rowHeightChanged () |
Public Member Functions | |
qreal | rowHeight () const |
void | setRowHeight (qreal rowHeight) |
Properties | |
qreal | rowHeight |
Friends | |
class | HorizontalJournalTest |
A horizontal journal is a view that creates delegates based on a model and layouts them one after the other in the same row until there is no more free space for the next item and so that item is layouted in the next row
All delegates are forced to rowHeight if they don't have it.
Definition at line 29 of file horizontaljournal.h.