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

(32d6ef691de49dbee4823dbb210b1a57160d9e72)

#include <QtDesigner/QDesignerComponents>
#include <actioneditor_p.h>
#include <pluginmanager_p.h>
#include <widgetdatabase_p.h>
#include <widgetfactory_p.h>
#include <formeditor/formeditor.h>
#include <widgetbox/widgetbox.h>
#include <propertyeditor/propertyeditor.h>
#include <objectinspector/objectinspector.h>
#include <taskmenu/taskmenu_component.h>
#include "qtresourceview_p.h"
#include <signalsloteditor/signalsloteditorwindow.h>
#include <buddyeditor/buddyeditor_plugin.h>
#include <signalsloteditor/signalsloteditor_plugin.h>
#include <tabordereditor/tabordereditor_plugin.h>
#include <QtDesigner/abstractlanguage.h>
#include <QtDesigner/qextensionmanager.h>
#include <QtDesigner/abstractintegration.h>
#include <QtDesigner/abstractresourcebrowser.h>
#include <QtCore/qplugin.h>
#include <QtCore/qdir.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qdebug.h>
#include <QtCore/qfile.h>
#include <QtCore/qfileinfo.h>
Include dependency graph for qdesigner_components.cpp:

Go to the source code of this file.

Functions

static void initResources ()
static int qtMajorVersion (int qtVersion)
static int qtMinorVersion (int qtVersion)
static void setMinorVersion (int minorVersion, int *qtVersion)
static QString widgetBoxFileName (int qtVersion, const QDesignerLanguageExtension *lang=nullptr)

Function Documentation

◆ initResources()

void initResources ( )
static

Definition at line 39 of file qdesigner_components.cpp.

◆ qtMajorVersion()

int qtMajorVersion ( int qtVersion)
inlinestatic

Definition at line 108 of file qdesigner_components.cpp.

Referenced by widgetBoxFileName().

Here is the caller graph for this function:

◆ qtMinorVersion()

int qtMinorVersion ( int qtVersion)
inlinestatic

Definition at line 109 of file qdesigner_components.cpp.

Referenced by widgetBoxFileName().

Here is the caller graph for this function:

◆ setMinorVersion()

void setMinorVersion ( int minorVersion,
int * qtVersion )
inlinestatic

Definition at line 110 of file qdesigner_components.cpp.

◆ widgetBoxFileName()

QString widgetBoxFileName ( int qtVersion,
const QDesignerLanguageExtension * lang = nullptr )
inlinestatic

Definition at line 117 of file qdesigner_components.cpp.

References qtMajorVersion(), and qtMinorVersion().

Here is the call graph for this function: