PDA

View Full Version : Widgets questions



recback
6th September 2009, 09:54
How can I achieve fallowing things?

1. How to add icons to QLineEdit? Something like icons on the right side in address bar in firefox.
2. How to change list item appearance? Something like items in download manager in firefox?

wysota
6th September 2009, 11:36
1. How to add icons to QLineEdit? Something like icons on the right side in address bar in firefox.
http://labs.trolltech.com/blogs/2007/06/06/lineedit-with-a-clear-button/


2. How to change list item appearance? Something like items in download manager in firefox?

Delegate classes - you need to reimplement the paint() routine.