int main(int argc, char *argv[]) { QApplication a(argc, argv); FileExplorer explorer; explorer.show(); return a.exec(); }
int main(int argc, char *argv[]) { QApplication a(argc, argv); FileExplorer w; w.show(); GUI g; g.show(); PropertiesDialog d; d.show(); return a.exec(); }