반응형
http://doc.qt.io/qt-5/qtwidgets-widgets-windowflags-example.html
http://doc.qt.io/qt-5/qt.html#WindowState-enum
필드 요약 | |
---|---|
static Qt.WindowType |
BypassGraphicsProxyWidget QGraphicsProxyWidget 부모 위젯이 이미 포함 되어있는 경우 창과 해당 하위 항목이 자동으로 포함되지 않도록합니다 . |
static Qt.WindowType |
CustomizeWindowHint 기본 창 제목 힌트를 끕니다. |
static Qt.WindowType |
Desktop 이 위젯이 데스크탑임을 나타냅니다. |
static Qt.WindowType |
Dialog 위젯이 대화 상자로 장식되어야하는 창임을 나타냅니다. |
static Qt.WindowType |
Drawer 위젯이 Macintosh 서랍임을 나타냅니다. |
static Qt.WindowType |
FramelessWindowHint 경계선없는 윈도우를 만듭니다. |
static Qt.WindowType |
MacWindowToolBarButtonHint Mac OS X에서는 툴바 버튼 (즉, 툴바가있는 윈도우의 오른쪽 위에있는 직사각형 버튼)이 추가되었습니다. |
static Qt.WindowType |
MSWindowsFixedSizeDialogHint 창에서 창에 얇은 대화 상자 테두리를 지정합니다. |
static Qt.WindowType |
MSWindowsOwnDC Windows에서 창에 자체 디스플레이 컨텍스트를 부여합니다. |
static Qt.WindowType |
Popup 위젯이 팝업 최상위 창임을 나타냅니다. |
static Qt.WindowType |
Sheet 위젯이 Macintosh 시트임을 나타냅니다. |
static Qt.WindowType |
SplashScreen 창이 스플래시 화면임을 나타냅니다. |
static Qt.WindowType |
SubWindow 이 위젯이 하위 창 (예 : 위젯)임을 나타냅니다 QMdiSubWindow . |
static Qt.WindowType |
Tool 위젯이 도구 창임을 나타냅니다. |
static Qt.WindowType |
ToolTip 위젯이 툴팁임을 나타냅니다. |
static Qt.WindowType |
Widget 이것이 기본 유형입니다 QWidget . |
static Qt.WindowType |
Window |
static Qt.WindowType |
WindowCancelButtonHint 대화 상자의 창 장식에 취소 단추를 추가합니다. |
static Qt.WindowType |
WindowCloseButtonHint 닫기 버튼을 추가합니다. |
static Qt.WindowType |
WindowContextHelpButtonHint 대화 상자에 컨텍스트 도움말 단추를 추가합니다. |
static Qt.WindowType |
WindowMaximizeButtonHint 최대화 버튼을 추가합니다. |
static Qt.WindowType |
WindowMinimizeButtonHint 최소화 버튼을 추가합니다. |
static Qt.WindowType |
WindowMinMaxButtonsHint 최소화 및 최대화 버튼을 추가합니다. |
static Qt.WindowType |
WindowOkButtonHint 대화 상자의 창 장식에 확인 버튼을 추가합니다. |
static Qt.WindowType |
WindowShadeButtonHint |
static Qt.WindowType |
WindowStaysOnBottomHint 윈도우가 다른 모든 윈도우의 맨 아래에 있어야한다는 것을 윈도우 시스템에 알립니다. |
static Qt.WindowType |
WindowStaysOnTopHint 윈도우가 다른 모든 윈도우의 상단에 있어야한다는 것을 윈도우 시스템에 알립니다. |
static Qt.WindowType |
WindowSystemMenuHint 윈도우 시스템 메뉴 및 가능하면 닫기 버튼 (예 : Mac)을 추가합니다. |
static Qt.WindowType |
WindowTitleHint 창에 제목 표시 줄을 제공합니다. |
static Qt.WindowType |
WindowType_Mask 윈도우 플래그의 윈도우 타입 부분을 추출하기위한 마스크. |
static Qt.WindowType |
X11BypassWindowManagerHint 창 관리자를 완전히 건너 뜁니다. |
반응형
'프로그래밍 > 시스템' 카테고리의 다른 글
C++ Qt 화면 크기에 따라 레이아웃 조절 (0) | 2018.03.16 |
---|---|
C++ Qt 배경화면 투명도 설정 (0) | 2018.03.15 |
C++ Qt 다이얼로그 데이터 전송 (0) | 2018.03.15 |
C++ Qt 메시지박스 (0) | 2018.03.15 |
C++ Qt 정규식 (0) | 2018.03.15 |