- Add a WEBENGINE constant to QtWebEngineWidgets, which is True if Qt 5 comes with the WebEngine module and False otherwise.
- Import QIntValidator in QtGui and remove it from QtWidgets (PR #19)
-
Add QtWebEngineWidgets module for Qt 5.6. This module replaces the previous QtWebKit one.
-
Import the right objects in QtGui, QtWidgets and QtCore
-
Add a QtPrintSupport module
- Add tests and continuous integration
- First release