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
mainwindow.h
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
4
#
ifndef
MAINWINDOW_H
5
#
define
MAINWINDOW_H
6
7
#
include
<
QMainWindow
>
8
#
include
<
QPixmap
>
9
#
include
<
QPoint
>
10
11
class
QComboBox;
12
class
QLabel;
13
class
QLineEdit;
14
class
QMouseEvent;
15
class
QTextEdit;
16
class
DragWidget
;
17
18
class
MainWindow
:
public
QMainWindow
19
{
20
Q_OBJECT
21
22
public
:
23
explicit
MainWindow
(
QWidget
*
parent
=
nullptr
);
24
25
public
slots
:
26
void
setDragResult
(
const
QString
&
actionText
);
27
void
setMimeTypes
(
const
QStringList &types);
28
29
private
:
30
QComboBox *mimeTypeCombo;
31
DragWidget
*dragWidget;
32
};
33
34
#
endif
DragWidget
Definition
dragwidget.h:20
MainWindow
[6]
Definition
src_corelib_kernel_qmetaobject.cpp:74
MainWindow::setMimeTypes
void setMimeTypes(const QStringList &types)
Definition
mainwindow.cpp:43
main
int main(int argc, char *argv[])
[ctor_close]
Definition
src_corelib_animation_qpropertyanimation.cpp:100
qtbase
src
gui
doc
snippets
draganddrop
mainwindow.h
Generated on
for Qt by
1.14.0