Results 1 to 2 of 2

Thread: troubles with QPainter

  1. #1
    Join Date
    Feb 2010
    Posts
    19
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default troubles with QPainter

    I am developping a Player, displaying picture by picture using QPainter
    When playing, it works normally but I have those console messages

    Qt Code:
    1. Error: RenderBadGlyphSet (invalid GlyphSet parameter) 171
    2. Extension: 154 (RENDER)
    3. Minor opcode: 25 (RenderCompositeGlyphs32)
    4. Resource id: 0x0
    To copy to clipboard, switch view to plain text mode 
    for eache picture I display, using QPainter::drawImage() methode

    But in My GUI, I have Buttons and Sliders for some purpose, and a Widget to display pictures (I implemented the QWidget Interface)
    SomeTimes, when playing and touching sliders at the same time there is error messages relative to QPainter
    Right now I haven't the exact errer messages
    But I remember this:
    Qt Code:
    1. Widget can only be painted by one painter at the same time
    To copy to clipboard, switch view to plain text mode 

    Than you to give me your opignon

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: troubles with QPainter

    it's hard to suggest something without seeing a code. can you provide small project which reproduces the problem?
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

Similar Threads

  1. Big troubles when deploying on Mac
    By NoRulez in forum Installation and Deployment
    Replies: 0
    Last Post: 11th February 2010, 15:27
  2. QSslSocket : Having troubles
    By Nyphel in forum Newbie
    Replies: 3
    Last Post: 27th June 2007, 14:17
  3. libqjpeg troubles
    By TheRonin in forum Installation and Deployment
    Replies: 6
    Last Post: 25th August 2006, 15:48
  4. lupdate *.pro troubles
    By jeff_s in forum Qt Programming
    Replies: 1
    Last Post: 28th July 2006, 10:07
  5. QTextEdit troubles?!
    By Jojo in forum Qt Programming
    Replies: 2
    Last Post: 21st February 2006, 16:54

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.