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

[SOLVED] Buttons doesn't "activate"

$
0
0
Hi, I’m a beginning programmer and new to Qt , so the question might be stupid, but i follow the youtube tutorials from user “rootshell” and when i deploy any widget at mainwindow.ui it is enabled but it isn’t “activated” in a sense that i can’t click it (e.g. can’t check the checkbox or radio button). The only way i can do that is when i use grabMouse (or e.g. grabKeyboard) function but when i try to use the same function on various buttons (e.g. grabMouse on radioButton and on radioButton_2) only the last one works (the others can’t be checked). What’s the problem here? I should add that in the properties window field “enabled” is checked, and when i additionally use setEnabled(true) function on buttons nothing changes… any help? P.S. I use Qt Creator 2.7.0 Regards

Viewing all articles
Browse latest Browse all 18427

Trending Articles