[Qt-interest] Need suggestion on displaying line
Andre Somers
andre at familiesomers.nl
Thu Nov 26 11:36:48 CET 2009
linux newbie wrote:
> Hi,
>
> I need your suggestion on displaying the text lines on the screen.
>
> Qt application starts another Ping process and reads its output. The
> response from the Ping process has to be displayed on the application.
> 4 lines are allocated for displaying the response. Is there any widget
> that I can use for this purpose?
>
Yes, there are.
If you want to display text, try QTextEdit. I am assuming the actual
starting of the ping is a solved issue. If not, check out QProcess.
André
More information about the Qt-interest-old
mailing list