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_p.h
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
//
6
// W A R N I N G
7
// -------------
8
//
9
// This file is not part of the Qt API. It exists for the convenience
10
// of the Qt tools. This header
11
// file may change from version to version without notice, or even be removed.
12
//
13
// We mean it.
14
//
15
16
#
ifndef
GRIDPANEL_H
17
#
define
GRIDPANEL_H
18
19
#
include
"shared_global_p.h"
20
21
#
include
<
QtWidgets
/
qwidget
.
h
>
22
23
QT_BEGIN_NAMESPACE
24
25
namespace
qdesigner_internal
{
26
27
class
Grid;
28
29
namespace
Ui
{
30
class
GridPanel;
31
}
32
33
class
QDESIGNER_SHARED_EXPORT
GridPanel
:
public
QWidget
34
{
35
Q_OBJECT
36
public
:
37
GridPanel
(
QWidget
*
parent
=
nullptr
);
38
~
GridPanel
()
override
;
39
40
void
setTitle
(
const
QString
&
title
);
41
42
void
setGrid
(
const
Grid
&
g
);
43
Grid
grid
()
const
;
44
45
void
setCheckable
(
bool
c
);
46
bool
isCheckable
()
const
;
47
48
bool
isChecked
()
const
;
49
void
setChecked
(
bool
c
);
50
51
void
setResetButtonVisible
(
bool
v
);
52
53
private
slots
:
54
void
reset
();
55
56
private
:
57
Ui
::
GridPanel
*
m_ui
;
58
};
59
60
}
// qdesigner_internal
61
62
QT_END_NAMESPACE
63
64
#
endif
// GRIDPANEL_H
QPainter::QWidget
friend class QWidget
Definition
qpainter.h:432
qdesigner_internal::FormEditorOptionsPage
Definition
formeditor_optionspage.h:23
qdesigner_internal::FormEditorOptionsPage::FormEditorOptionsPage
FormEditorOptionsPage(QDesignerFormEditorInterface *core)
Definition
formeditor_optionspage.cpp:80
qdesigner_internal::FormEditorOptionsPage::name
QString name() const override
Definition
formeditor_optionspage.cpp:85
qdesigner_internal::FormEditorOptionsPage::finish
void finish() override
Definition
formeditor_optionspage.cpp:170
qdesigner_internal::FormEditorOptionsPage::apply
void apply() override
Definition
formeditor_optionspage.cpp:137
qdesigner_internal::GridPanel
Definition
gridpanel_p.h:34
qdesigner_internal::QDesignerSharedSettings
Definition
shared_settings_p.h:43
qdesigner_internal::ZoomSettingsWidget
Definition
formeditor_optionspage.cpp:32
qdesigner_internal::ZoomSettingsWidget::fromSettings
void fromSettings(const QDesignerSharedSettings &s)
Definition
formeditor_optionspage.cpp:63
qdesigner_internal::ZoomSettingsWidget::toSettings
void toSettings(QDesignerSharedSettings &s) const
Definition
formeditor_optionspage.cpp:70
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qsequentialanimationgroup.cpp:47
qdesigner_internal::Ui
Definition
templateoptionspage.h:21
qdesigner_internal
Auxiliary methods to store/retrieve settings.
Definition
buddyeditor.cpp:67
qdesigner_internal::ObjectNamingMode
ObjectNamingMode
Definition
shared_enums_p.h:58
QDESIGNER_SHARED_EXPORT
#define QDESIGNER_SHARED_EXPORT
Definition
shared_global_p.h:33
qttools
src
designer
src
lib
shared
gridpanel_p.h
Generated on
for Qt by
1.16.1