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
4#include "gridpanel_p.h"
5#include "ui_gridpanel.h"
6#include "grid_p.h"
7
9
10namespace qdesigner_internal {
11
20
22{
23 delete m_ui;
24}
25
34
39
50
51void GridPanel::reset()
52{
53 setGrid(Grid());
54}
55
60
61bool GridPanel::isCheckable () const
62{
64}
65
66bool GridPanel::isChecked () const
67{
68 return m_ui->m_gridGroupBox->isChecked ();
69}
70
75
80
81}
82
83QT_END_NAMESPACE
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.