Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
gridpanel.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3// Qt-Security score:significant reason:default
4
5#include "gridpanel_p.h"
6#include "ui_gridpanel.h"
7#include "grid_p.h"
8
10
11namespace qdesigner_internal {
12
21
23{
24 delete m_ui;
25}
26
35
40
51
52void GridPanel::reset()
53{
54 setGrid(Grid());
55}
56
61
62bool GridPanel::isCheckable () const
63{
65}
66
67bool GridPanel::isChecked () const
68{
69 return m_ui->m_gridGroupBox->isChecked ();
70}
71
76
81
82}
83
84QT_END_NAMESPACE
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.