hi every body
i am facing problem with the combo Box ... i want to change its current value on text edite at line Edit ... so i used this slot :
Qt Code:
{ int i=query.record().indexOf(number); ui->empNameBox->setCurrentIndex(i); }To copy to clipboard, switch view to plain text mode
at execute the combo box do nothing
could any one tel me what i am missing ?
great thanx
Bookmarks