From af26e8150d54b6668370c83819f146ab061abf6f Mon Sep 17 00:00:00 2001 From: Olivier Humbert Date: Tue, 17 Apr 2018 14:57:30 +0200 Subject: [PATCH] Qt4 -> Qt5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c774769..af5a81b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # --- README for Cadence --- Cadence is a set of tools useful for audio production.
-It's being developed by falkTX, using Python3 and Qt4 (and some C++ where needed). +It's being developed by falkTX, using Python3 and Qt5 (and some C++ where needed). The tools share the same base source code, so most of them look quite similar (which is intentional).
Also, lots of custom widgets were coded when needed (like pixmapdial, pixmapkeyboard, patchcanvas and systray).