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
listwidgeteditor.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
#
ifndef
LISTWIDGETEDITOR_H
6
#
define
LISTWIDGETEDITOR_H
7
8
#
include
"itemlisteditor.h"
9
#
include
<
qdesigner_command_p
.
h
>
10
11
#
include
<
QtWidgets
/
qwidget
.
h
>
12
13
QT_BEGIN_NAMESPACE
14
15
class
QListWidget;
16
class
QComboBox;
17
class
QDesignerFormWindowInterface;
18
19
namespace
qdesigner_internal
{
20
21
class
ListWidgetEditor
:
public
QDialog
22
{
23
Q_OBJECT
24
25
public
:
26
ListWidgetEditor
(
QDesignerFormWindowInterface
*
form
,
27
QWidget
*
parent
);
28
29
ListContents
fillContentsFromListWidget
(QListWidget *listWidget);
30
ListContents
fillContentsFromComboBox
(QComboBox *comboBox);
31
ListContents
contents
()
const
;
32
33
private
:
34
ItemListEditor
*m_itemsEditor;
35
};
36
37
}
// namespace qdesigner_internal
38
39
QT_END_NAMESPACE
40
41
#
endif
// LISTWIDGETEDITOR_H
qdesigner_internal::ComboBoxTaskMenuFactory
Definition
combobox_taskmenu.h:45
qdesigner_internal::ComboBoxTaskMenuFactory::ComboBoxTaskMenuFactory
ComboBoxTaskMenuFactory(const QString &iid, QExtensionManager *extensionManager)
Definition
combobox_taskmenu.cpp:74
qdesigner_internal::ComboBoxTaskMenuFactory::checkObject
QComboBox * checkObject(QObject *qObject) const override
Definition
combobox_taskmenu.cpp:79
qdesigner_internal::ComboBoxTaskMenu
Definition
combobox_taskmenu.h:22
qdesigner_internal::ComboBoxTaskMenu::~ComboBoxTaskMenu
~ComboBoxTaskMenu() override
qdesigner_internal::ComboBoxTaskMenu::taskActions
QList< QAction * > taskActions() const override
Definition
combobox_taskmenu.cpp:48
qdesigner_internal::ComboBoxTaskMenu::preferredEditAction
QAction * preferredEditAction() const override
Definition
combobox_taskmenu.cpp:43
qdesigner_internal::ItemListEditor
Definition
itemlisteditor.h:89
qdesigner_internal::ListWidgetEditor
Definition
listwidgeteditor.h:22
qdesigner_internal::ListWidgetEditor::fillContentsFromComboBox
ListContents fillContentsFromComboBox(QComboBox *comboBox)
Definition
listwidgeteditor.cpp:80
qdesigner_internal::ListWidgetEditor::fillContentsFromListWidget
ListContents fillContentsFromListWidget(QListWidget *listWidget)
Definition
listwidgeteditor.cpp:61
qdesigner_internal::ListWidgetEditor::contents
ListContents contents() const
Definition
listwidgeteditor.cpp:93
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qsequentialanimationgroup.cpp:47
qdesigner_internal
Auxiliary methods to store/retrieve settings.
Definition
buddyeditor.cpp:67
qdesigner_internal::ListContents
Definition
qdesigner_command_p.h:841
qttools
src
designer
src
components
taskmenu
listwidgeteditor.h
Generated on
for Qt by
1.16.1