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
qdesigner_tabwidget.cpp File Reference

(3ccb93329c1611cd5f8704c4fe8d3161cded8488)

#include "qdesigner_tabwidget_p.h"
#include "qdesigner_command_p.h"
#include "qdesigner_propertycommand_p.h"
#include "promotiontaskmenu_p.h"
#include "formwindowbase_p.h"
#include <QtDesigner/abstractformwindow.h>
#include <QtWidgets/qapplication.h>
#include <QtWidgets/qtabbar.h>
#include <QtWidgets/qmenu.h>
#include <QtWidgets/qlabel.h>
#include <QtWidgets/qtabwidget.h>
#include <QtGui/qaction.h>
#include <QtGui/qevent.h>
#include <QtGui/qdrag.h>
#include <QtCore/qdebug.h>
#include <QtCore/qmimedata.h>
#include "qdesigner_tabwidget.moc"
+ Include dependency graph for qdesigner_tabwidget.cpp:

Go to the source code of this file.

Classes

class  qdesigner_internal::MyMimeData
 

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Functions

static bool canMove (const QPoint &pressPoint, const QMouseEvent *e)
 

Variables

static constexpr auto currentTabTextKey = "currentTabText"_L1
 
static constexpr auto currentTabNameKey = "currentTabName"_L1
 
static constexpr auto currentTabIconKey = "currentTabIcon"_L1
 
static constexpr auto currentTabToolTipKey = "currentTabToolTip"_L1
 
static constexpr auto currentTabWhatsThisKey = "currentTabWhatsThis"_L1
 
static constexpr auto tabMovableKey = "movable"_L1
 

Function Documentation

◆ canMove()

static bool canMove ( const QPoint & pressPoint,
const QMouseEvent * e )
static

Definition at line 104 of file qdesigner_tabwidget.cpp.

Variable Documentation

◆ currentTabIconKey

static constexpr auto currentTabIconKey = "currentTabIcon"_L1
staticconstexpr

Definition at line 360 of file qdesigner_tabwidget.cpp.

◆ currentTabNameKey

static constexpr auto currentTabNameKey = "currentTabName"_L1
staticconstexpr

Definition at line 359 of file qdesigner_tabwidget.cpp.

◆ currentTabTextKey

static constexpr auto currentTabTextKey = "currentTabText"_L1
staticconstexpr

Definition at line 358 of file qdesigner_tabwidget.cpp.

◆ currentTabToolTipKey

static constexpr auto currentTabToolTipKey = "currentTabToolTip"_L1
staticconstexpr

Definition at line 361 of file qdesigner_tabwidget.cpp.

◆ currentTabWhatsThisKey

static constexpr auto currentTabWhatsThisKey = "currentTabWhatsThis"_L1
staticconstexpr

Definition at line 362 of file qdesigner_tabwidget.cpp.

◆ tabMovableKey

static constexpr auto tabMovableKey = "movable"_L1
staticconstexpr

Definition at line 363 of file qdesigner_tabwidget.cpp.