aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/customwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Be compatible with Qt4.5, i.e. no QScopedPointer.Hugo Parente Lima2012-03-081-1/+1
|
* Fixed QtUiTools plugin.Renato Araujo Oliveira Filho2012-03-081-1/+1
| | | | | | | | | Removed use of static QString to store the class name. Fix bug #533. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Reorder includes to avoid _POSIX_C_SOURCE warningsLauro Neto2010-10-071-1/+1
|
* Created uiloader plugin used to register new types before QUiLoader.renatofilho2010-10-071-0/+58
This is used to register a new python type which can be used in ui description files. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>