Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickcombobox.cpp File Reference

(2451ff25a531a2427825726f4b5f015fb01d2663)

#include "qquickcombobox_p.h"
#include "qquickcontrol_p_p.h"
#include "qquickabstractbutton_p.h"
#include "qquickabstractbutton_p_p.h"
#include "qquickpopup_p_p.h"
#include "qquickdeferredexecute_p_p.h"
#include <QtCore/qregularexpression.h>
#include <QtCore/qabstractitemmodel.h>
#include <QtCore/qglobal.h>
#include <QtGui/qinputmethod.h>
#include <QtGui/qguiapplication.h>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/qpa/qplatformtheme.h>
#include <QtQml/qjsvalue.h>
#include <QtQml/qqmlcontext.h>
#include <QtQml/private/qlazilyallocated_p.h>
#include <private/qqmldelegatemodel_p.h>
#include <QtQuick/private/qquickaccessibleattached_p.h>
#include <QtQuick/private/qquickevents_p_p.h>
#include <QtQuick/private/qquicktextinput_p.h>
#include <QtQuick/private/qquicktextinput_p_p.h>
#include "moc_qquickcombobox_p.cpp"
+ Include dependency graph for qquickcombobox.cpp:

Go to the source code of this file.

Classes

class  QQuickComboBoxDelegateModel
 
class  QQuickComboBoxPrivate
 
struct  QQuickComboBoxPrivate::ExtraData
 

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.
 

Enumerations

enum  QT_BEGIN_NAMESPACE::Activation { QT_BEGIN_NAMESPACE::NoActivate , QT_BEGIN_NAMESPACE::Activate }
 
enum  QT_BEGIN_NAMESPACE::Highlighting { QT_BEGIN_NAMESPACE::NoHighlight , QT_BEGIN_NAMESPACE::Highlight }
 

Functions

static QString popupName ()
 

Function Documentation

◆ popupName()

static QString popupName ( )
inlinestatic

Definition at line 805 of file qquickcombobox.cpp.

References QStringLiteral.

Referenced by QQuickComboBoxPrivate::cancelPopup(), and QQuickComboBoxPrivate::executePopup().

+ Here is the caller graph for this function: