Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

combobox

$
0
0
i have combobox(cmb) (2 items) i have button (btn) i have widget (dial) (hidden) if (cmb->itemClicked("item2") ) {     QObject::connect(btn, SIGNAL(clicked()),                      dial, SLOT (show())                  ); } i dont know how make this condition… just correct my 1st line (show widget if 1. item2 selected 2. button clicked)

Viewing all articles
Browse latest Browse all 18427

Trending Articles