PDA

View Full Version : Qpixmap hardware dependet, client - server store... What is this ?



tonnot
5th October 2010, 17:38
I have read into the documentation :
Note also that QPixmap, unlike QImage, may be hardware dependent. On X11, Mac and Symbian, a QPixmap is stored on the server side while a QImage is stored on the client side (on Windows, these two classes have an equivalent internal representation, i.e. both QImage and QPixmap are stored on the client side and don't use any GDI resources).
What means client - server in this context ?
What I must to bear in mind ?
Thanks

wysota
5th October 2010, 17:54
What means client - server in this context ?
Read about XWindow System.