plusQL, plus Q Library, is a set of widget extensions of Qt. The purpose that I built it is to learn how to build Qt widgets. So most of the source code files include lots of comments. It can be regarded as a set of Qt examples. You can also use these special widgets in your software under the license in COPYING ( it is a BSD-style license).
Here is the list of the widgets plusQL includes:
- pQLabelLineEdit - a widgets combined a QLabel and a QLineEdit
- pQDoubleListChooser - a widgets provides 2 QListWidgets for users to choose somes items from one and move them to the other one.
- pQListPagesWidget - a widget used a list to organize the stacked widget pages.
- pQDigitStopWatch - using QTimer to simulate a digit stop watch.
- pQMenuTabWidget - providing a menu and a group of buttons to hide the menu bar and to organize the stacked widget pages.