Revision history of "Qt/Widgets/QWidgetSubclass"

From ProgrammingExamples
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 10:24, 17 December 2010Daviddoria (Talk | contribs). . (1,775 bytes) (+1,775). . (Created page with '==Form.h== <source lang="cpp"> #ifndef BUTTONFORM_H #define BUTTONFORM_H #include "ui_form.h" class MyForm : public QWidget, private Ui::Form { Q_OBJECT public: MyForm(QWi…')