qjackspa.cpp, qjackspa.h: new Qt 4 graphical interface
commit7bb78ee838c6ce5662304047356a5d274840f305
authorG.raud <graud@gmx.com>
Mon, 17 Jun 2013 04:25:57 +0000 (17 06:25 +0200)
committerG.raud <graud@gmx.com>
Sun, 7 Jul 2013 06:46:41 +0000 (7 08:46 +0200)
tree5a9ac6ea6b65b45cce5d65bf27319c43c37a0578
parentac9c01aafcc89725cc96de3b5e088894009c9e8d
qjackspa.cpp, qjackspa.h: new Qt 4 graphical interface

functional version

qjackspa.cpp: graphical interface similar to gjackspa.cpp
- initialise jackspa and add a list of control widgets
- main window with a scroll area
- additional logic to cater for a slider with integer values

qjackspa.pro: new qmake project file for qjackspa

Makefile:
- qjackspa: always let qmake generate Makefile.qmake and call make on
this Makefile
- clean: also call make on the qmake generated makefile

qjackspa.h: separate include file required by qmake and moc that lists the
declarations of the project's QObject's that have slots or signals

.gitignore: updated
.gitignore
Makefile
qjackspa.cpp [new file with mode: 0644]
qjackspa.h [new file with mode: 0644]
qjackspa.pro [new file with mode: 0644]