summaryrefslogtreecommitdiffstats
path: root/programconfigurator.h
Commit message (Collapse)AuthorAgeFilesLines
* Make it run with Qt6Arno2022-04-151-3/+0
| | | | | | | | | This is a huge commit. Changes: * Obviously, make it compile * Make it run (only scarcely tested) * get rid of most of clang's warnings Let's see what surprises are in store...
* Add option for using the internal viewerArno2018-08-261-2/+4
| | | | Also use the new connect syntax for ProgramConfigurator.
* 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.