How to set visible?
General and Desktop
4
Posts
2
Posters
3.0k
Views
1
Watching
-
Hi, I create signal/slot link between button and label, I did so:
!http://nn3.upanh.com/b5.s28.d1/b1fdaec906bff07328437fac0a023a8e_45711083.h1.png(Interface)!
Currently, I only set a layout grid for form. When clicking at Show Button, I think it will display message "Hello World", but it couldn't ...
Maybe I missed something.
"Source":http://www.mediafire.com/?e11q1g30rmbai15
(copy link and paste it) -
Follow this example about "QPushButton":http://qt-project.org/wiki/How_to_Use_QPushButton and modify method handleButton() to show the desired message.