qt-signals

QtCore.QObject.connect in a loop only affects the last instance

QtCore.QObject.connect in a loop only affects the last instance Question: I have got a loop. I created a QCheckBox and put it in a QTableWidget cell, and everything is Ok. In each step of loop I have called a connect function, for myslot SLOT, but only the last QCheckBox instance is applied. I googled a …

Total answers: 3