PDA

View Full Version : Signal and a slot for different forms of qt



SpanchBob
30th July 2012, 07:38
I have next 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

sonulohani
30th July 2012, 10:19
In different forms if you've the tree widget in it then you can able to do it.....