1
qt4でmouseeventを使用してテーブルの行を選択または選択解除すると、カウンタを設定またはリセットする方法は?それが選択するかどうかを動作することをqt4の行を選択または選択解除する
connect(theTable.selectionModel(), SIGNAL(selectionChanged(const QItemSelection &, const QItemSelection &)), this, SLOT(SelectionWasChanged(const QItemSelection &, const QItemSelection &)));
注: