mainwidget.cpp 97 B

123456
  1. #include "mainwidget.h"
  2. MainWidget::MainWidget(QWidget *parent) :
  3. QWidget(parent)
  4. {
  5. }