QWizard::Background Pixmap
HI,
Iam using Qt4 version and now iam using QWizard..
In QWizard i set Background Pixmap (in MacStyle )...My problem is,The background pixmap is displaying when it is local machine...and its not displaying in remote..
In local machine I have Qt4 Installed , but in remote i didnt install Qt4 directly, but at the same time iam providing all the Qt4 related libraries like libQtGui.so.4.. to the remote machine..but even though the Background pixmap is not displaying..
Splach Screen, Background Pixmap is not at all displaying in remote systems with Qt4 libraries...
Re: QWizard::Background Pixmap
How are u setting the background pic in code ?
Re: QWizard::Background Pixmap
setPixmap(QWizard::BackgroundPixmap, QPixmap("sample.jpg"));
Re: QWizard::Background Pixmap
Are u copying the sample.jpg to remote system ??
Better look at into embedding images in resource files. ( qrc ) into your application.
Re: QWizard::Background Pixmap
Ya i copied sample.jpg to remote system and iam also tried .qrc file...But it didnt work
QWizard Background Pixmap
HI,
Iam using Qt4 version and now iam using QWizard..
In QWizard i set Background Pixmap (in MacStyle )...My problem is,The background pixmap is displaying when it is local machine...and its not displaying in remote..
In local machine I have Qt4 Installed , but in remote i didnt install Qt4 directly, but at the same time iam providing all the Qt4 related libraries like libQtGui.so.4.. to the remote machine..but even though the Background pixmap is not displaying..
Splach Screen, Background Pixmap is not at all displaying in remote systems with Qt4 libraries...I ve the copy of sample.jpg in remote systems and i tried the .qrc file resource also..
Re: QWizard Background Pixmap
Re: QWizard::Background Pixmap
{ Two threads merged. }
Do NOT start multiple threads on the same subject. Thank you.
Re: QWizard::Background Pixmap
Quote:
Originally Posted by
divya balachandran
Ya i copied sample.jpg to remote system and iam also tried .qrc file...But it didnt work
Did you copy the image plugins too, as the FAQ says?