How can we open 2 qwidget simulatenously
General and Desktop
3
Posts
3
Posters
1.5k
Views
1
Watching
-
i have taken a tcp/ip server client code from Qtexample[Fortune], and a analog clock example, firstly i run a tcp server and client program, now in tcp server program , in file server.cpp, in function send fortune, i am calling analog clock code[clock.show()], so it comes just for .1 second and disappear, i want to show this clock also, means that clock stay there.