summaryrefslogtreecommitdiffstats
path: root/programconfigurator.h
Commit message (Collapse)AuthorAgeFilesLines
* Port to Qt5Arno2013-03-031-1/+1
| | | | | | | | * Change #include to qt5 * Fix missing QX11Info * use explicit constructor for QVariant(QColor) * use beginResetModel() and endResetModel() instead of reset(). The latter was removed. Hopefully it still works :)
* Redesign of ConfigurationDialogArno2010-05-101-0/+60
Revamped ConfigurationDialog for more than one movie player or picture viewers. Introduced a new widget ProgramConfigurator.