mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 10:02:41 -05:00
more work on list view in channels
This commit is contained in:
parent
38f1df2b36
commit
f76264b170
4 changed files with 101 additions and 52 deletions
|
|
@ -66,7 +66,7 @@ class ChannelPostDelegate: public QAbstractItemDelegate
|
|||
void paint(QPainter * painter, const QStyleOptionViewItem & option, const QModelIndex & index) const override;
|
||||
QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const override;
|
||||
|
||||
int cellSize(const QFont& font) const;
|
||||
int cellSize(const QFont& font,uint32_t parent_width) const;
|
||||
void zoom(bool zoom_or_unzoom) ;
|
||||
void setWidgetGrid(bool use_grid) ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue