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

(fc6b8ee64d732cc322cad6f703f3b449d923e48c)

#include "pixmapeditor.h"
#include <iconloader_p.h>
#include <iconselector_p.h>
#include <qdesigner_utils_p.h>
#include <QtDesigner/abstractformeditor.h>
#include <QtWidgets/qapplication.h>
#include <QtWidgets/qlabel.h>
#include <QtWidgets/qtoolbutton.h>
#include <QtWidgets/qboxlayout.h>
#include <QtWidgets/qlineedit.h>
#include <QtWidgets/qdialogbuttonbox.h>
#include <QtWidgets/qpushbutton.h>
#include <QtWidgets/qfiledialog.h>
#include <QtWidgets/qmenu.h>
#include <QtGui/qaction.h>
#include <QtGui/qevent.h>
+ Include dependency graph for pixmapeditor.cpp:

Go to the source code of this file.

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Functions

static void qdesigner_internal::createIconThemeDialog (QDialog *topLevel, const QString &labelText, QWidget *themeEditor)
 

Variables

static constexpr QSize ICON_SIZE {16, 16}
 

Variable Documentation

◆ ICON_SIZE

static constexpr QSize ICON_SIZE {16, 16}
staticconstexpr

Definition at line 31 of file pixmapeditor.cpp.