I have next code:
Code:
ui->treeWidget->currentItem()->setText(0,ui->comboBox->currentText();
but i want this for different forms
mainwidow.ui (treeWidget)
module.ui (comboBox)
How can i do it this in signal-slot?
Sorry for my bad english
Printable View
I have next code:
Code:
ui->treeWidget->currentItem()->setText(0,ui->comboBox->currentText();
but i want this for different forms
mainwidow.ui (treeWidget)
module.ui (comboBox)
How can i do it this in signal-slot?
Sorry for my bad english
In different forms if you've the tree widget in it then you can able to do it.....