Files

copied
Last update 6 years 3 months 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(); }
Report a bug