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

(34ce4eccbe4f645c25181984435fe65b0b028eb0)

#include "paletteeditor.h"
#include <qdesigner_utils_p.h>
#include <iconloader_p.h>
#include <qtcolorbutton_p.h>
#include <private/formbuilderextra_p.h>
#include <private/ui4_p.h>
#include <QtDesigner/abstractformeditor.h>
#include <QtDesigner/abstractformwindowmanager.h>
#include <QtWidgets/qfiledialog.h>
#include <QtWidgets/qmessagebox.h>
#include <QtWidgets/qpushbutton.h>
#include <QtWidgets/qtoolbutton.h>
#include <QtWidgets/qlabel.h>
#include <QtWidgets/qmenu.h>
#include <QtWidgets/qheaderview.h>
#include <QtWidgets/qstyle.h>
#include <QtGui/qaction.h>
#include <QtGui/qguiapplication.h>
#include <QtGui/qpainter.h>
#include <QtGui/qscreen.h>
#include <QtCore/qfile.h>
#include <QtCore/qmetaobject.h>
#include <QtCore/qsavefile.h>
#include <QtCore/qxmlstream.h>
+ Include dependency graph for paletteeditor.cpp:

Go to the source code of this file.

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Enumerations

enum  { qdesigner_internal::BrushRole = 33 }
 
enum  { qdesigner_internal::BrushRole = 33 }
 

Functions

static QString qdesigner_internal::paletteFilter ()
 
static bool qdesigner_internal::savePalette (const QString &fileName, const QPalette &pal, QString *errorMessage)
 
static QString qdesigner_internal::msgCannotReadPalette (const QString &fileName, const QXmlStreamReader &reader, const QString &why)
 
static QString qdesigner_internal::msgCannotReadPalette (const QString &fileName, const QXmlStreamReader &reader)
 
static bool qdesigner_internal::loadPalette (const QString &fileName, QPalette *pal, QString *errorMessage)