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

(34ce4eccbe4f645c25181984435fe65b0b028eb0)

#include "stylesheeteditor_p.h"
#include "csshighlighter_p.h"
#include "iconselector_p.h"
#include "qtgradientmanager_p.h"
#include "qtgradientviewdialog_p.h"
#include "qtgradientutils_p.h"
#include "qdesigner_utils_p.h"
#include <QtDesigner/abstractformwindow.h>
#include <QtDesigner/abstractformwindowcursor.h>
#include <QtDesigner/abstractformeditor.h>
#include <QtDesigner/propertysheet.h>
#include <QtDesigner/abstractintegration.h>
#include <QtDesigner/abstractsettings.h>
#include <QtDesigner/qextensionmanager.h>
#include <texteditfindwidget_p.h>
#include <QtWidgets/qcolordialog.h>
#include <QtWidgets/qdialogbuttonbox.h>
#include <QtWidgets/qfontdialog.h>
#include <QtWidgets/qmenu.h>
#include <QtWidgets/qpushbutton.h>
#include <QtWidgets/qtoolbar.h>
#include <QtWidgets/qboxlayout.h>
#include <QtGui/qaction.h>
#include <QtGui/qevent.h>
#include <QtGui/qtextdocument.h>
#include <private/qcssparser_p.h>
+ Include dependency graph for stylesheeteditor.cpp:

Go to the source code of this file.

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Functions

static bool qdesigner_internal::isEnter (const QKeyEvent *e)
 

Variables

static constexpr auto styleSheetProperty = "styleSheet"_L1
 
static constexpr auto StyleSheetDialogC = "StyleSheetDialog"_L1
 
static constexpr auto seGeometry = "Geometry"_L1
 

Variable Documentation

◆ seGeometry

static constexpr auto seGeometry = "Geometry"_L1
staticconstexpr

Definition at line 42 of file stylesheeteditor.cpp.

◆ StyleSheetDialogC

static constexpr auto StyleSheetDialogC = "StyleSheetDialog"_L1
staticconstexpr

Definition at line 41 of file stylesheeteditor.cpp.

◆ styleSheetProperty

static constexpr auto styleSheetProperty = "styleSheet"_L1
staticconstexpr

Definition at line 40 of file stylesheeteditor.cpp.