类声明 动态申请子窗口类对象
ClassA *a = new ClassA(this);
隐藏边框
a->setWindowFlags(Qt::CustomizeWindowHint|Qt::FramelessWindowHint);
放到指定位置
a->move(100, 50);