Changeset 9dd61b1 in mmcs for main.C


Ignore:
Timestamp:
Jul 27, 2015, 4:01:23 PM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master, matrices
Children:
8ad4484, 891b869
Parents:
44d1e60
Message:

Avance del proyecto 60%

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main.C

    r44d1e60 r9dd61b1  
    11# include <QApplication>
    22# include <mainwindow.H>
     3# include <QTabWidget>
     4
    35
    46int main(int argc, char * argv[])
     
    1517
    1618    MainWindow mw;
     19
    1720    mw.show();
     21
    1822
    1923    return app.exec();
Note: See TracChangeset for help on using the changeset viewer.