Results 1 to 4 of 4

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

  1. #1
    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 Why PRINTF output doesn´t appear at Application Output panel ?

    Dear friends,


    I´m using QT designer.
    I reviewed all settings and seems to be nice, but nothing is shown during program execution.

    Any sugestion ?

    +++

  2. #2
    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.

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

    andre_teprom (27th August 2011)

  4. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

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

    Disabled console subsystem or not flushing stdout.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. The following user says thank you to wysota for this useful post:

    andre_teprom (27th August 2011)

  6. #4
    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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.