1

Setting row height is more or less trivial via inherit from QItemDelegate.

The problem is that I can make the row size bigger but I cannot make it smaller if I add a widget inside.

Any tip on this?

Thank you in advance.

Frank Escobar
  • 368
  • 4
  • 20

1 Answers1

0

Maybe your widget QWidget::minimumSize().height() is bigger than you want to set in your row height?

Also, maybe you will post some related code?

0x35
  • 162
  • 4