#include <QtGui/QApplication>
#include <QDebug>
#include "widget.h"
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Referenced by ProjectTree::ProjectTree().
{ QApplication a(argc, argv); Widget w; w.show(); return a.exec(); }