In QtCreater I added a table to my project. in my code I am generating some data to output into the table. I want to add a QCheckbox
into each row to allow the row to be selected. All the content of the table is aligned left, how do I make only these checkboxes in the first column of every row align to the center?
I'm adding the QCheckbox
using:
ui->data_table->setCellWidget(rowCount,0, new QCheckBox);
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…