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

(4af9febe4f5ac0fe68bd4165047c738eac501002)

#include "qtresourceview_p.h"
#include "qtresourcemodel_p.h"
#include "qtresourceeditordialog_p.h"
#include "iconloader_p.h"
#include <QtDesigner/abstractformeditor.h>
#include <QtDesigner/abstractsettings.h>
#include <QtWidgets/qtoolbar.h>
#include <QtWidgets/qsplitter.h>
#include <QtWidgets/qtreewidget.h>
#include <QtWidgets/qlistwidget.h>
#include <QtWidgets/qheaderview.h>
#include <QtWidgets/qboxlayout.h>
#include <QtWidgets/qdialogbuttonbox.h>
#include <QtWidgets/qpushbutton.h>
#include <QtWidgets/qmessagebox.h>
#include <QtWidgets/qapplication.h>
#include <QtWidgets/qmenu.h>
#include <QtWidgets/qlineedit.h>
#include <QtGui/qaction.h>
#include <QtGui/qdrag.h>
#include <QtGui/qpainter.h>
#include <QtCore/qmimedata.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qdir.h>
#include <QtCore/qhash.h>
#include <QtCore/qqueue.h>
#include <QtXml/qdom.h>
#include <algorithm>
#include "moc_qtresourceview_p.cpp"
+ Include dependency graph for qtresourceview.cpp:

Go to the source code of this file.

Classes

class  ResourceListWidget
 
class  QtResourceViewPrivate
 
class  QtResourceViewDialogPrivate
 

Variables

static constexpr auto elementResourceData = "resource"_L1
 
static constexpr auto typeAttribute = "type"_L1
 
static constexpr auto typeImage = "image"_L1
 
static constexpr auto typeStyleSheet = "stylesheet"_L1
 
static constexpr auto typeOther = "other"_L1
 
static constexpr auto fileAttribute = "file"_L1
 
static constexpr auto qrvSplitterPosition = "SplitterPosition"_L1
 
static constexpr auto qrvGeometry = "Geometry"_L1
 
static constexpr auto ResourceViewDialogC = "ResourceDialog"_L1
 

Variable Documentation

◆ elementResourceData

static constexpr auto elementResourceData = "resource"_L1
staticconstexpr

Definition at line 46 of file qtresourceview.cpp.

◆ fileAttribute

static constexpr auto fileAttribute = "file"_L1
staticconstexpr

Definition at line 51 of file qtresourceview.cpp.

◆ qrvGeometry

static constexpr auto qrvGeometry = "Geometry"_L1
staticconstexpr

Definition at line 53 of file qtresourceview.cpp.

◆ qrvSplitterPosition

static constexpr auto qrvSplitterPosition = "SplitterPosition"_L1
staticconstexpr

Definition at line 52 of file qtresourceview.cpp.

◆ ResourceViewDialogC

static constexpr auto ResourceViewDialogC = "ResourceDialog"_L1
staticconstexpr

Definition at line 54 of file qtresourceview.cpp.

◆ typeAttribute

static constexpr auto typeAttribute = "type"_L1
staticconstexpr

Definition at line 47 of file qtresourceview.cpp.

◆ typeImage

static constexpr auto typeImage = "image"_L1
staticconstexpr

Definition at line 48 of file qtresourceview.cpp.

◆ typeOther

static constexpr auto typeOther = "other"_L1
staticconstexpr

Definition at line 50 of file qtresourceview.cpp.

◆ typeStyleSheet

static constexpr auto typeStyleSheet = "stylesheet"_L1
staticconstexpr

Definition at line 49 of file qtresourceview.cpp.