I have next code:
Qt Code:
ui->treeWidget->currentItem()->setText(0,ui->comboBox->currentText();To copy to clipboard, switch view to plain text mode
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
Bookmarks