PDA

View Full Version : Newbe questions


Doug Broadwell
31st January 2006, 22:45
Hi, I'm looking at using Qt for an instrument user touchscreen interface; I need to make widgets unique looking (e.g., "Sexy") and need to make custome widgets (e.g., "Analog Meters"). Besides the time to make the bitmaps of the widgets, is it relatively easy to do these things?

Thanks

wysota
31st January 2006, 23:17
You need to modify the style used for rendering widgets. See QStyle class documentation.