Results 1 to 4 of 4

Thread: Why PRINTF output doesn´t appear at Application Output panel ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Why PRINTF output doesn´t appear at Application Output panel ?

    Designer has nothing to do with program output

    On Windows you have to add:
    Qt Code:
    1. CONFIG += console
    To copy to clipboard, switch view to plain text mode 
    to your PRO file so that there is a console window to display your console output. The output in the Qt Creator "Application Output" panel is limited to debugger messages.

  2. The following user says thank you to ChrisW67 for this useful post:

    andre_teprom (27th August 2011)

  3. #2
    Join Date
    Jul 2011
    Location
    BRAZIL-RIO DE JANEIRO
    Posts
    47
    Thanks
    33
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Why PRINTF output doesn´t appear at Application Output panel ?

    Quote Originally Posted by ChrisW67 View Post
    On Windows you have to add:
    Qt Code:
    1. CONFIG += console
    To copy to clipboard, switch view to plain text mode 
    That´s it !
    Thanks...

Similar Threads

  1. application output panel size
    By szisziszilvi in forum Qt Tools
    Replies: 1
    Last Post: 8th May 2011, 16:53
  2. Clear Application Output Pane
    By paolo.saudin in forum Newbie
    Replies: 2
    Last Post: 7th May 2011, 11:05
  3. Application Output : MediaSource::Stream not yet handled
    By hrn2k1 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 6th April 2011, 06:19
  4. QT doesnot show any application output
    By Arpitgarg in forum Newbie
    Replies: 3
    Last Post: 27th March 2011, 12:45
  5. Core Application - Input/Output
    By Peppy in forum Qt Programming
    Replies: 4
    Last Post: 19th May 2010, 11:47

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
  •  
Qt is a trademark of The Qt Company.