PDA

View Full Version : Newbe questions



Doug Broadwell
31st January 2006, 23: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
1st February 2006, 00:17
You need to modify the style used for rendering widgets. See QStyle class documentation.

radek.z
18th January 2009, 13:42
you can also reimplement void QWidget::paintEvent ( QPaintEvent * event )
function if you would like to create own widget. Have a look in analog clock example http://doc.trolltech.com/4.4/widgets-analogclock.html