본문 바로가기
IT/C++

setParent 에 대해서

by Spring Up!! 2010. 6. 22.
반응형

void QWidget::setParent ( QWidget * parent )


QT 의 부모를 설정하는 API 이다. 이 API 를 호출한 QWidget 은 사라지는데, 거기에 대한 설명이 
QWidget Class Reference 에 나와 있다.

Note: The widget becomes invisible as part of changing its parent, even if it was previously visible. You must call show() to make the widget visible again.


이걸 몰라서 헤매었는데, QT 하시는 분들은 꼭 참고하세요!



반응형

댓글