qt5base-lts/tests/auto/tools/uic/baseline/preferencesdialog.ui.h
Friedemann Kleint da3cb1deb6 uic: Generate Qt 5 connection syntax
Add a enum and formatting for member function pointer based
connections. Now preferably use member function pointer for Qt classes
or parameterless connections.

This should not require qOverload() within Qt classes after the
Signal/Slot disambiguation.

Add command line option to force either syntax for all connections.

Task-number: QTBUG-76375
Change-Id: Icdb4051e1173172a71cd536bdbc7d1ab1edf267d
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-05-04 08:12:33 +02:00

170 lines
6.5 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'preferencesdialog.ui'
**
** Created by: Qt User Interface Compiler version 6.0.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef PREFERENCESDIALOG_H
#define PREFERENCESDIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QAbstractButton>
#include <QtWidgets/QApplication>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QFrame>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QListWidget>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QVBoxLayout>
#include <previewconfigurationwidget_p.h>
#include "fontpanel.h"
#include "gridpanel_p.h"
QT_BEGIN_NAMESPACE
class Ui_PreferencesDialog
{
public:
QVBoxLayout *vboxLayout;
QHBoxLayout *hboxLayout;
QVBoxLayout *vboxLayout1;
QGroupBox *m_uiModeGroupBox;
QVBoxLayout *vboxLayout2;
QComboBox *m_uiModeCombo;
FontPanel *m_fontPanel;
qdesigner_internal::PreviewConfigurationWidget *m_previewConfigurationWidget;
QVBoxLayout *vboxLayout3;
QGroupBox *m_templatePathGroupBox;
QGridLayout *gridLayout;
QListWidget *m_templatePathListWidget;
QToolButton *m_addTemplatePathButton;
QToolButton *m_removeTemplatePathButton;
QSpacerItem *spacerItem;
qdesigner_internal::GridPanel *m_gridPanel;
QFrame *line;
QDialogButtonBox *m_dialogButtonBox;
void setupUi(QDialog *PreferencesDialog)
{
if (PreferencesDialog->objectName().isEmpty())
PreferencesDialog->setObjectName(QString::fromUtf8("PreferencesDialog"));
PreferencesDialog->resize(455, 359);
PreferencesDialog->setModal(true);
vboxLayout = new QVBoxLayout(PreferencesDialog);
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
hboxLayout = new QHBoxLayout();
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
vboxLayout1 = new QVBoxLayout();
vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
m_uiModeGroupBox = new QGroupBox(PreferencesDialog);
m_uiModeGroupBox->setObjectName(QString::fromUtf8("m_uiModeGroupBox"));
vboxLayout2 = new QVBoxLayout(m_uiModeGroupBox);
vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
m_uiModeCombo = new QComboBox(m_uiModeGroupBox);
m_uiModeCombo->setObjectName(QString::fromUtf8("m_uiModeCombo"));
vboxLayout2->addWidget(m_uiModeCombo);
vboxLayout1->addWidget(m_uiModeGroupBox);
m_fontPanel = new FontPanel(PreferencesDialog);
m_fontPanel->setObjectName(QString::fromUtf8("m_fontPanel"));
vboxLayout1->addWidget(m_fontPanel);
m_previewConfigurationWidget = new qdesigner_internal::PreviewConfigurationWidget(PreferencesDialog);
m_previewConfigurationWidget->setObjectName(QString::fromUtf8("m_previewConfigurationWidget"));
vboxLayout1->addWidget(m_previewConfigurationWidget);
hboxLayout->addLayout(vboxLayout1);
vboxLayout3 = new QVBoxLayout();
vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
m_templatePathGroupBox = new QGroupBox(PreferencesDialog);
m_templatePathGroupBox->setObjectName(QString::fromUtf8("m_templatePathGroupBox"));
gridLayout = new QGridLayout(m_templatePathGroupBox);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
m_templatePathListWidget = new QListWidget(m_templatePathGroupBox);
m_templatePathListWidget->setObjectName(QString::fromUtf8("m_templatePathListWidget"));
gridLayout->addWidget(m_templatePathListWidget, 0, 0, 1, 3);
m_addTemplatePathButton = new QToolButton(m_templatePathGroupBox);
m_addTemplatePathButton->setObjectName(QString::fromUtf8("m_addTemplatePathButton"));
gridLayout->addWidget(m_addTemplatePathButton, 1, 0, 1, 1);
m_removeTemplatePathButton = new QToolButton(m_templatePathGroupBox);
m_removeTemplatePathButton->setObjectName(QString::fromUtf8("m_removeTemplatePathButton"));
gridLayout->addWidget(m_removeTemplatePathButton, 1, 1, 1, 1);
spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout->addItem(spacerItem, 1, 2, 1, 1);
vboxLayout3->addWidget(m_templatePathGroupBox);
m_gridPanel = new qdesigner_internal::GridPanel(PreferencesDialog);
m_gridPanel->setObjectName(QString::fromUtf8("m_gridPanel"));
vboxLayout3->addWidget(m_gridPanel);
hboxLayout->addLayout(vboxLayout3);
vboxLayout->addLayout(hboxLayout);
line = new QFrame(PreferencesDialog);
line->setObjectName(QString::fromUtf8("line"));
line->setFrameShape(QFrame::HLine);
line->setFrameShadow(QFrame::Sunken);
vboxLayout->addWidget(line);
m_dialogButtonBox = new QDialogButtonBox(PreferencesDialog);
m_dialogButtonBox->setObjectName(QString::fromUtf8("m_dialogButtonBox"));
m_dialogButtonBox->setOrientation(Qt::Horizontal);
m_dialogButtonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
vboxLayout->addWidget(m_dialogButtonBox);
retranslateUi(PreferencesDialog);
QObject::connect(m_dialogButtonBox, &QDialogButtonBox::accepted, PreferencesDialog, &QDialog::accept);
QObject::connect(m_dialogButtonBox, &QDialogButtonBox::rejected, PreferencesDialog, &QDialog::reject);
QMetaObject::connectSlotsByName(PreferencesDialog);
} // setupUi
void retranslateUi(QDialog *PreferencesDialog)
{
PreferencesDialog->setWindowTitle(QCoreApplication::translate("PreferencesDialog", "Preferences", nullptr));
m_uiModeGroupBox->setTitle(QCoreApplication::translate("PreferencesDialog", "User Interface Mode", nullptr));
m_templatePathGroupBox->setTitle(QCoreApplication::translate("PreferencesDialog", "Additional Template Paths", nullptr));
m_addTemplatePathButton->setText(QCoreApplication::translate("PreferencesDialog", "...", nullptr));
m_removeTemplatePathButton->setText(QCoreApplication::translate("PreferencesDialog", "...", nullptr));
} // retranslateUi
};
namespace Ui {
class PreferencesDialog: public Ui_PreferencesDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // PREFERENCESDIALOG_H