Revision history of "Qt/Widgets/WidgetInsideMainWindow"

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) 08:59, 10 February 2011ā€Ž Daviddoria (Talk | contribs)ā€Ž . . (4,307 bytes) (+4,307)ā€Ž . . (Created page with '==main.cpp== <source lang="cpp"> #include <QApplication> #include "filemenu.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); MyForm form; form.sā€¦')