Qt is a cross-platform, graphical, application development toolkit.
you may download the Qt from : Download
Let your class inherit the QObject class, which will make it easier to manage instances of the class dynamically by giving instances parents that are responsible for their deletion most Qt applications use a QApplication object to act as a parent.
No comments:
Post a Comment