< Back
Page 4 of 4
Like this article? We recommend
Conclusion
Although the Find example is fairly simple, it should give you an idea of how easy it is to write GUI applications using Qt. While we haven't explored how to create main windows or custom widgets in Qt, many of the techniques covered here also apply there. For example, to create a main window complete with menus, toolbars, and a status bar, subclass QMainWindow instead of QDialog and provide a slot for each menu item.
< Back
Page 4 of 4