Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
QDialog is a custom Qt dialog class for a dialog.
The code below, Qt example 11: creating a QDialog with QLayout on the fly shows how to create and show a QDialog on the fly (that is: without using the GUI designer). When using the Qt Creator GUI designer, QDialog can be selected as the base class of the custom GUI.
#include <boost/scoped_ptr.hpp> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.