gui.cpp 71 B

123456
  1. #include "gui.h"
  2. GUI::GUI(QWidget *parent) : QMainWindow(parent)
  3. {
  4. }