Results 1 to 10 of 10

Thread: QTextStream capture stdout from xsltParseStylesheetFile

Threaded View

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

    Default Re: QTextStream capture stdout from xsltParseStylesheetFile

    Quote Originally Posted by patrik08
    stderr .... i want to show only on user the parse file error line ... throw i think is not possibel ....
    It is possible, you have even found the right method --- use xsltSetGenericErrorFunc() function and write your own handler that will store all error messages in a QString or it will send them directly to the right widget. QString::sprintf() might come in handy.

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

    patrik08 (18th June 2006)

Similar Threads

  1. Capture a keyboard event
    By mahe2310 in forum Qt Programming
    Replies: 8
    Last Post: 16th February 2006, 11:19

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.