![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "embeddedoptionspage.h"#include "deviceprofiledialog.h"#include "widgetfactory_p.h"#include "formwindowmanager.h"#include <deviceprofile_p.h>#include <iconloader_p.h>#include <shared_settings_p.h>#include <abstractdialoggui_p.h>#include <formwindowbase_p.h>#include <QtDesigner/abstractformeditor.h>#include <QtDesigner/abstractformwindowmanager.h>#include <QtWidgets/qlabel.h>#include <QtWidgets/qboxlayout.h>#include <QtWidgets/qapplication.h>#include <QtWidgets/qcombobox.h>#include <QtWidgets/qtoolbutton.h>#include <QtWidgets/qmessagebox.h>#include <QtWidgets/qgroupbox.h>#include <QtCore/qset.h>#include <QtCore/qlist.h>#include <algorithm>Go to the source code of this file.
Classes | |
| class | qdesigner_internal::EmbeddedOptionsControlPrivate |
Namespaces | |
| namespace | qdesigner_internal |
| Auxiliary methods to store/retrieve settings. | |
Typedefs | |
| using | qdesigner_internal::DeviceProfileList = QList<DeviceProfile> |
Enumerations | |
| enum | { qdesigner_internal::profileComboIndexOffset = 1 , qdesigner_internal::profileComboIndexOffset = 1 } |
| enum | { qdesigner_internal::profileComboIndexOffset = 1 , qdesigner_internal::profileComboIndexOffset = 1 } |
Functions | |
| bool | qdesigner_internal::deviceProfileLessThan (const DeviceProfile &d1, const DeviceProfile &d2) |
| static bool | qdesigner_internal::ask (QWidget *parent, QDesignerDialogGuiInterface *dlgui, const QString &title, const QString &what) |
| static QString | qdesigner_internal::description (const DeviceProfile &p) |
Variables | |
| static const char * | qdesigner_internal::descriptionFormat |