PDA

View Full Version : question on QProcess



wagmare
29th November 2008, 13:17
hi friends/experts,
i know QProcess will make the system call to get read to our widgets but if i need to print the (GNOME) system monitor on my widget can i use QProcess if so how can i print it in the current Qt window

please help:(

wagmare
30th November 2008, 09:56
hi friends/experts,
how to add system monitor to my widget page so as to monitor the the system also how can i use that.....

jpn
16th January 2009, 21:02
Perhaps a combination of QProcess and QX11EmbedContainer.

wagmare
17th January 2009, 07:23
exactly i use the same thing QXiiEmbedContainer and it is working fine ...
may i know if there is any option to find that the QProcess executing a X window (ex:gtk window) how can we get the status whether the gtk window finish its painting event completly ... QProcess finished() signal is not relating in this ...
how can i get that ... because after i came to know that gtk paint event is over then i can embed it ... it makes easier for me ... now i am using timer (800 millisec) wait and embed it ...
can u give me any suggestion guru ...