// //implemention of MainWindow // #include"mainwindow.h" MainWindow::MainWindow(QWidget* parent, const char* name) :QWidget(parent, name){ }