Results 1 to 2 of 2

Thread: dislplay info in konsole?

  1. #1
    Join Date
    Apr 2006
    Posts
    12
    Thanks
    3
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default dislplay info in konsole?

    Hello,
    I want to ask:
    is it possible to display some informaton about my KDE program when it is running in konsole?
    Just like the the compile messages in KDevelop. How can I do this like cout<< in c++?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: dislplay info in konsole?

    Either use std::cout, std::cerr, qWarning() or qDebug().

  3. The following user says thank you to jacek for this useful post:

    lum (28th April 2006)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.