summaryrefslogtreecommitdiff
path: root/src/libs/utils/treewidgetcolumnstretcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* API-Documentation: Add the Utils-library.Friedemann Kleint2011-03-021-0/+11
| | | | Fix API after doc template change.
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Long live the king!hjk2010-03-051-1/+1
|
* Add copyright headers to some files.Tobias Hunger2010-01-041-0/+29
| | | | | Reviewed-by: Daniel Molkentin Reviewed-by: Friedemann Kleint
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-1/+1
| | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
* introduce new helper class Core::Utils::TreeWidgetColumnStretchermae2009-06-041-0/+36
and use it for some options dialogs. The class fixes QTreeWidget to resize all columns to contents, except one stretching column. As opposed to standard QTreeWidget, all columns are still interactively resizable.