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_utils_p.h File Reference

(1a655fdcf615a480cefa51e111c894265f5d3e59)

#include "shared_global_p.h"
#include <QtDesigner/abstractformwindow.h>
#include <QtCore/qcompare.h>
#include <QtCore/qhash.h>
#include <QtCore/qvariant.h>
#include <QtCore/qshareddata.h>
#include <QtWidgets/qmainwindow.h>
#include <QtGui/qicon.h>
#include <QtGui/qpixmap.h>
#include <map>
Include dependency graph for qdesigner_utils_p.h:

Go to the source code of this file.

Classes

class  qdesigner_internal::MetaEnum< IntType >
class  qdesigner_internal::DesignerMetaEnum
class  qdesigner_internal::DesignerMetaFlags
struct  qdesigner_internal::PropertySheetEnumValue
struct  qdesigner_internal::PropertySheetFlagValue
class  qdesigner_internal::PropertySheetPixmapValue
class  qdesigner_internal::PropertySheetIconValue
class  qdesigner_internal::DesignerPixmapCache
class  qdesigner_internal::DesignerIconCache
class  qdesigner_internal::PropertySheetTranslatableData
class  qdesigner_internal::PropertySheetStringValue
class  qdesigner_internal::PropertySheetStringListValue
class  qdesigner_internal::PropertySheetKeySequenceValue
class  qdesigner_internal::UpdateBlocker

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
namespace  qdesigner_internal::Utils

Enumerations

enum class  qdesigner_internal::UicLanguage { qdesigner_internal::Cpp , qdesigner_internal::Python }

Functions

QDESIGNER_SHARED_EXPORT QString qdesigner_internal::dataDirectory ()
QDESIGNER_SHARED_EXPORT QString qdesigner_internal::legacyDataDirectory ()
QDESIGNER_SHARED_EXPORT void qdesigner_internal::designerWarning (const QString &message)
QDESIGNER_SHARED_EXPORT void qdesigner_internal::reloadIconResources (DesignerIconCache *iconCache, QObject *object)
QDESIGNER_SHARED_EXPORT QDebug qdesigner_internal::operator<< (QDebug, const PropertySheetIconValue &)
QDESIGNER_SHARED_EXPORT QDesignerFormWindowCommandqdesigner_internal::createTextPropertyCommand (const QString &propertyName, const QString &text, QObject *object, QDesignerFormWindowInterface *fw)
QDESIGNER_SHARED_EXPORT QActionqdesigner_internal::preferredEditAction (QDesignerFormEditorInterface *core, QWidget *managedWidget)
QDESIGNER_SHARED_EXPORT bool qdesigner_internal::runUIC (const QString &fileName, UicLanguage language, QByteArray &ba, QString &errorMessage)
QDESIGNER_SHARED_EXPORT QString qdesigner_internal::qtify (const QString &name)
QDESIGNER_SHARED_EXPORT quint64 qdesigner_internal::paletteResolveMask (QPalette::ColorGroup colorGroup, QPalette::ColorRole colorRole)
QDESIGNER_SHARED_EXPORT quint64 qdesigner_internal::paletteResolveMask (QPalette::ColorRole colorRole)
int qdesigner_internal::Utils::valueOf (const QVariant &value, bool *ok=nullptr)
bool qdesigner_internal::Utils::isObjectAncestorOf (QObject *ancestor, QObject *child)
bool qdesigner_internal::Utils::isCentralWidget (QDesignerFormWindowInterface *fw, QWidget *widget)