aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/customwidgets.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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/+67
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>