PDA

View Full Version : Qt GUI looks bad....



ML
19th February 2010, 00:22
Hi All,

Initially, I built Qt 4.5.3 on Solaris 8, Sparc with g++ 3.4.6 compiler. However, the resulting Qt designer, my Qt apps...basically all the GUIs look bad, with aliased texts and buttons without borders...etc... then I read about the problem might be due to the missing Xrender support....so I rebuilt Qt 4.5.3 on another machine with Solaris 10(with Xrender support), however all the GUIs still look the same !!!

Below is the output from running the configure...

Configuration ....... release shared dll largefile stl minimal-config small-config medium-config large-config full-config qt3support accessibility opengl ipv6 clock-gettime clock-monotonic getaddrinfo ipv6ifname system-jpeg system-png png system-tiff system-freetype system-zlib nis gnu-libiconv openssl x11sm xshape xsync xrender mitshm fontconfig xkb svg scripttools release
Debug ............... no
Qt 3 compatibility .. yes
QtDBus module ....... no
QtScriptTools module yes
QtXmlPatterns module no
Phonon module ....... no
SVG module .......... yes
WebKit module ....... no
STL support ......... yes
PCH support ......... no
MMX/3DNOW/SSE/SSE2.. no/no/no/no
Graphics System ..... default
IPv6 support ........ yes
IPv6 ifname support . yes
getaddrinfo support . yes
getifaddrs support .. no
Accessibility ....... yes
NIS support ......... yes
CUPS support ........ no
Iconv support ....... gnu
Glib support ........ no
GStreamer support ... no
Large File support .. yes
GIF support ......... plugin
TIFF support ........ plugin (system)
JPEG support ........ plugin (system)
PNG support ......... yes (system)
MNG support ......... plugin (qt)
zlib support ........ system
Session management .. yes
OpenGL support ...... yes (Desktop OpenGL)
NAS sound support ... no
XShape support ...... yes
XSync support ....... yes
Xinerama support .... no
Xcursor support ..... no
Xfixes support ...... runtime
Xrandr support ...... runtime
Xrender support ..... yes
Xi support .......... no
MIT-SHM support ..... yes
FontConfig support .. yes
XKB Support ......... yes
immodule support .... yes
GTK theme support ... no
PostgreSQL support .. plugin
SQLite support ...... plugin (qt)
OpenSSL support ..... yes (run-time)


Could it be because I'm still missing the Xinerama and Xcursor support? If so, I've searched the http://www.sunfreeware.com with no luck....Where else can I find those missing libraries?..

please help

ML :confused: