Files
Scanning the repository...
Last update 7 years 4 weeks
by Matt Ruffner
FilesLupa300Viewer | |
---|---|
.. | |
Lupa300Viewer.pro | |
lupa300viewerdialog.cpp | |
lupa300viewerdialog.h | |
main.cpp | |
tcprelaywidget.cpp | |
tcprelaywidget.h |
main.cpp#include "lupa300viewerdialog.h" #include <QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); Lupa300ViewerWidget w; w.show(); return a.exec(); }