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:
parent
bece172e92
commit
fb264e8d0e
11 changed files with 119 additions and 277 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue