PDA

View Full Version : How to represent “Drawable” of X11 in Qt



augusbas
19th July 2012, 06:23
Hi all,

I am using a 3rd party library in Qt. with an API,i need to pass the "Drawable" object to it . Its mentioned the drawable is an X Windows Pixmap and is assumed to exist on X Screen screen of Display display

In this case i need to use a Qt pixmap to pass to it as drawable . How do i accomplish this. Please advice.