fat*_*ici 5 c++ qt qtablewidget
我想知道是否正在通过鼠标调整QTableWidget的列.每当调整任何列的大小时,如何发出信号?
cma*_*t85 9
列调整大小由水平执行QHeaderView.通过呼叫访问它QTableWidget::horizontalHeader() const,您感兴趣的信号是QHeaderView::sectionResized(int logicalIndex, int oldSize, int newSize).
QHeaderView
QTableWidget::horizontalHeader() const
QHeaderView::sectionResized(int logicalIndex, int oldSize, int newSize)
归档时间:
12 年,7 月 前
查看次数:
2052 次
最近记录: