OTHER: Rewrote TimeDisplay

Positions and sizes of the numbers are now correct
NumberDisplay now unused -> removed
renamed file to lowercase and moved to subdir mainwindow
This commit is contained in:
Thomas Frauendorfer 2008-05-17 06:08:05 +02:00
parent bece172e92
commit fb264e8d0e
11 changed files with 119 additions and 277 deletions

View file

@ -4,7 +4,8 @@ HEADERS += clutterbar.h \
playstatus.h \
posbar.h \
shadeddisplay.h \
stereomono.h
stereomono.h \
timedisplay.h
SOURCES += clutterbar.cpp \
mainwindow.cpp \
@ -12,7 +13,8 @@ SOURCES += clutterbar.cpp \
playstatus.cpp \
posbar.cpp \
shadeddisplay.cpp \
stereomono.cpp
stereomono.cpp \
timedisplay.cpp
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD