I will be, but not yet. Right now this IngestorGUI object is created in main along with a QApplication. The QApplication is then executed. Here is the main code:Qt Code:
int main(int argc, char *argv[]) { IngestorGUI window; return app.exec(); }To copy to clipboard, switch view to plain text mode




Reply With Quote
Bookmarks