Added a new widget pixmapbutton, which will be the new baseclass for all

buttons used in promoe
This commit is contained in:
Thomas Frauendorfer 2008-01-27 07:54:47 +01:00
parent b7ae919014
commit e2fdb4e009
3 changed files with 73 additions and 0 deletions

6
src/widgets/widgets.pri Normal file
View file

@ -0,0 +1,6 @@
HEADERS += pixmapbutton.h
SOURCES += pixmapbutton.cpp
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD