Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_gui_widgets_qsplitter.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
5QWidget *widget = splitter->widget(index);
The QSizePolicy class is a layout attribute describing horizontal and vertical resizing policy.
Definition qsizepolicy.h:18
constexpr void setVerticalStretch(int stretchFactor)
Sets the vertical stretch factor of the size policy to the given stretchFactor.
Definition qsizepolicy.h:95
constexpr void setHorizontalStretch(int stretchFactor)
Sets the horizontal stretch factor of the size policy to the given stretchFactor.
Definition qsizepolicy.h:94
The QWidget class is the base class of all user interface objects.
Definition qwidget.h:99
void setSizePolicy(QSizePolicy)
QSizePolicy sizePolicy
the default layout behavior of the widget
Definition qwidget.h:119
GLuint index
[2]
QSizePolicy policy
QWidget * widget
[0]