Added a new widget pixmapbutton, which will be the new baseclass for all
buttons used in promoe
This commit is contained in:
parent
b7ae919014
commit
e2fdb4e009
3 changed files with 73 additions and 0 deletions
6
src/widgets/widgets.pri
Normal file
6
src/widgets/widgets.pri
Normal file
|
@ -0,0 +1,6 @@
|
|||
HEADERS += pixmapbutton.h
|
||||
|
||||
SOURCES += pixmapbutton.cpp
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
Loading…
Add table
Add a link
Reference in a new issue