摘要:
添加按钮void QTableWidget::setCellWidget ( int row, int column, QWidget * widget )widget可以是自己定义的按钮class MyPushButton : public QPushButton{ Q_OBJECTpubl... 阅读全文
摘要:
在树形结构中有时候需要在每项前添加复选框,能够进行勾选,复选框的添加可以使用tree本身的属性就行 void QTreeWidgetItem::setCheckState ( int column, Qt::CheckState state )Sets the item in the given c... 阅读全文