Qt
QQuickView 옵션
깡죠
2015. 10. 26. 16:21
view.setFlags(Qt::FramelessWindowHint); // 타이틀바 보이지 않기
view.setColor(QColor(Qt::transparent));