Skip to content

Commit

Permalink
New playlist UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pie62 committed Jun 5, 2018
1 parent 5de7cd7 commit c34f044
Show file tree
Hide file tree
Showing 9 changed files with 464 additions and 229 deletions.
9 changes: 6 additions & 3 deletions HandyKaraoke.pro
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ SOURCES += main.cpp\
FXDialogs/AutoWahFXDialog.cpp \
FXDialogs/CompressorFXDialog.cpp \
FXDialogs/DistortionFXDialog.cpp \
FXDialogs/EchoFXDialog.cpp
FXDialogs/EchoFXDialog.cpp \
Widgets/PlaylistWidget.cpp

HEADERS += MainWindow.h \
SettingsDialog.h \
Expand Down Expand Up @@ -133,7 +134,8 @@ HEADERS += MainWindow.h \
FXDialogs/CompressorFXDialog.h \
FXDialogs/DistortionFXDialog.h \
FXDialogs/EchoFXDialog.h \
Config.h
Config.h \
Widgets/PlaylistWidget.h

FORMS += MainWindow.ui \
SettingsDialog.ui \
Expand Down Expand Up @@ -161,7 +163,8 @@ FORMS += MainWindow.ui \
FXDialogs/AutoWahFXDialog.ui \
FXDialogs/CompressorFXDialog.ui \
FXDialogs/DistortionFXDialog.ui \
FXDialogs/EchoFXDialog.ui
FXDialogs/EchoFXDialog.ui \
Widgets/PlaylistWidget.ui


INCLUDEPATH += $$PWD/Widgets
Expand Down
Loading

0 comments on commit c34f044

Please sign in to comment.