----- Original Message ----- From: Jane Young <[EMAIL PROTECTED]> Date: Tuesday, July 8, 2003 4:24 pm Subject: Re: (clug-talk) Need your guys advice
> Hi, guys, > > I just read some docs about QPaintDevice, it says: > > Display * QPaintDevice::x11Display () const > Returns a pointer to the X display for the paint device (X11 only). > Usingthis function is not portable. > > Qt::HANDLE QPaintDevice::handle () const [virtual] > Returns the window system handle of the paint device, for low-level > access.Using this function is not portable. > > "Not portable"? What does these mean? > > > Qt is a portable toolkit that can be used to build applications for X11, Windows and Mac. "Not portable" means that using these mechanisms restricts the application to the native windowing system that the application is built for unless that code is duplicated for the other platforms.
