摘要:
QList<QCheckBox *> widgets = findChildren<QCheckBox *>(); foreach(QCheckBox* checkbox, widgets) { connect(checkbox, SIGNAL(stateChanged(int)), this, SLOT(slotEnableSaveButton())); } 阅读全文
posted @ 2011-07-04 12:03
katago
阅读(430)
评论(0)
推荐(0)

浙公网安备 33010602011771号