The Control Base Station Software was published on a German website.Source codeIt was written using QT, but I have never used QT before.Program, QT and MFC are essentially different, but they can be cross-platform, so I chose to use QT andCode. This is also called standing on the shoulders of giants. The source code is written in qt4.4.3 and supported by qwt5.2.0. However, qwt4.4.3 is a command line compilation, which is inconvenient for source code modification, especially for interface modification. I used qt-sdk-win-opensource-2009.02.1.exe to modify it, But it encountered a big problem. Although the compilation was successful, it could not run. This is because of version incompatibility issues, so I should first take a good look at the QT mechanism.
First, I need to be familiar with the QT environment before continuing.
How to install and compile QT and qwt on Windows systemsArticle.