Quote:
Originally Posted by GuL View Post
ok, but
if everything is ok, why QLineEdit doesn't show the result?
you showed error message on console "driver not loaded". doesn't this error appear anymore?
No, it doesnt. I have changed your code in order to compile and that error happened. Than I changed it again and it worked!
Quote:
Originally Posted by GuL View Post
what about Signals and Slots?
what slots and signals?
Should I connect pushbutton to qlineedit?
if your answer is yes,
QObject::connect(pushButton,
SIGNAL(clicked
()), nameEdit,
SLOT( ?????????
));
QObject::connect(pushButton, SIGNAL(clicked()), nameEdit, SLOT( ????????? ));
To copy to clipboard, switch view to plain text mode
what should be the slot for nameEdit? I'm using the Designer to create the interface.
Renan
Bookmarks