3

It is possible to set a placeholder for cell? I think it can implement by set QLineEdit for particular cell, but may be QTableWidget, or QTableWidgetItem can do this without custom widgets?

demonplus
  • 5,613
  • 12
  • 49
  • 68
kaa
  • 1,265
  • 5
  • 22
  • 39

1 Answers1

1

Use QTableWidget::setCellWidget() to set any widget for the cell.

Community
  • 1
  • 1
Googie
  • 5,742
  • 2
  • 19
  • 31
  • Thanks for the answer, I know this path. If no other solution will be proposed I'll mark this answer as correct. – kaa Jul 18 '14 at 11:36