main.cpp 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #include "stdafx.h" #include "dblp.h" #include <QtWidgets/QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); dblp w; w.show(); return a.exec(); }