Qt GUI for silo/line/node info displaying.
All major Linux distributions and Mac OS X, and Windows with VC++ compiler. Should build with MinGW too, but I make no guarentees.
Modify databases.json
and locations.json
to include currect database info
and credentials, and run the program. Always remember to check databases.json
after a new checkout, as it is set to be assumed unchanged in Git.
- Qt 4.8 or Qt 5+ with WebKit. Some other Qt 4 versions should work, but they are not tested against, and compliance with them may break in the future.
- Appropriate Qt database driver(s) and dependencies. See documentation for details.
- Qwt 6.1.0 or greater.
All source files (files inside src
directory) in this project, unless
stated otherwise, may be distributed under the terms of the GNU Public License
version 3 (GPL v3) as defined by the Free Software Foundation (FSF). A copy of
the license should have been included inside the LICENSE
directory.
QProgressIndicator is used and redistributed under the terms of the Lesser GNU General Public License version 2.1 (LGPL 2.1). You may find more information for the project at its project page.
qjson-backport is a collection of JSON-related classes extracted from Qt 5, and is modified and redistributed under the terms of the GNU Public License version 3.0 (GPL 3.0). Backporting efforts go to @5in4 on GitHub.
Qwt is used under the terms of the Qwt License, Version 1.0. You may find contents of the license at http://qwt.sourceforge.net/qwtlicense.html.
MySQL Connector/C (libmysql) is used under the terms of the GNU Public License version 3.0 (GPL 3.0). Detailed information may be found at http://www.mysql.com.