test.cpp 74 B

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