Answer the question
In order to leave comments, you need to log in
When is the signal triggered?
In the designer washed down the connection
hos::hos(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::hos)
{
ui->setupUi(this);
ui->dateEdit_2->hide();
ui->dateEdit_3->hide();
connect(ui->tableWidget,SIGNAL(itemSelectionChanged(QTableWidgetItem*)),this,SLOT(slotEdit(QTableWidgetItem*)));
}
Answer the question
In order to leave comments, you need to log in
It's possible they did something wrong. In the console window of the software, at startup, does it swear at crooked signals-slots?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question