aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/customwidgets.h
Commit message (Collapse)AuthorAgeFilesLines
* Be compatible with Qt4.5, i.e. no QScopedPointer.Hugo Parente Lima2012-03-081-1/+1
|
* 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/+50
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>