Qt QTableView - Alignment of checkbox when using IsUserCheckable

前端 未结 6 2485
余生分开走
余生分开走 2021-02-20 03:42

I am using QTableView\'s checkbox flag of Qt::ItemIsUserCheckable to display a checkbox in a table cell.

After reading some things on alignment in an attempt to

6条回答
  •  醉话见心
    2021-02-20 04:09

    Probably not the answer you're looking for, however I found it much easier to implement my own checkbox item delegate when using qtableviews.

提交回复
热议问题