mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
159 lines
5.6 KiB
C
159 lines
5.6 KiB
C
|
/*
|
||
|
|
||
|
* Copyright (C) 2016 The Qt Company Ltd.
|
||
|
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||
|
|
||
|
*/
|
||
|
|
||
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'newactiondialog.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 NEWACTIONDIALOG_H
|
||
|
#define NEWACTIONDIALOG_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtWidgets/QAbstractButton>
|
||
|
#include <QtWidgets/QApplication>
|
||
|
#include <QtWidgets/QDialog>
|
||
|
#include <QtWidgets/QDialogButtonBox>
|
||
|
#include <QtWidgets/QFormLayout>
|
||
|
#include <QtWidgets/QFrame>
|
||
|
#include <QtWidgets/QHBoxLayout>
|
||
|
#include <QtWidgets/QLabel>
|
||
|
#include <QtWidgets/QLineEdit>
|
||
|
#include <QtWidgets/QSpacerItem>
|
||
|
#include <QtWidgets/QVBoxLayout>
|
||
|
#include "iconselector_p.h"
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
namespace qdesigner_internal {
|
||
|
|
||
|
class Ui_NewActionDialog
|
||
|
{
|
||
|
public:
|
||
|
QVBoxLayout *verticalLayout;
|
||
|
QFormLayout *formLayout;
|
||
|
QLabel *label;
|
||
|
QLineEdit *editActionText;
|
||
|
QLabel *label_3;
|
||
|
QLineEdit *editObjectName;
|
||
|
QLabel *label_2;
|
||
|
QHBoxLayout *horizontalLayout;
|
||
|
qdesigner_internal::IconSelector *iconSelector;
|
||
|
QSpacerItem *spacerItem;
|
||
|
QSpacerItem *verticalSpacer;
|
||
|
QFrame *line;
|
||
|
QDialogButtonBox *buttonBox;
|
||
|
|
||
|
void setupUi(QDialog *qdesigner_internal__NewActionDialog)
|
||
|
{
|
||
|
if (qdesigner_internal__NewActionDialog->objectName().isEmpty())
|
||
|
qdesigner_internal__NewActionDialog->setObjectName("qdesigner_internal__NewActionDialog");
|
||
|
qdesigner_internal__NewActionDialog->resize(363, 156);
|
||
|
verticalLayout = new QVBoxLayout(qdesigner_internal__NewActionDialog);
|
||
|
verticalLayout->setObjectName("verticalLayout");
|
||
|
formLayout = new QFormLayout();
|
||
|
formLayout->setObjectName("formLayout");
|
||
|
label = new QLabel(qdesigner_internal__NewActionDialog);
|
||
|
label->setObjectName("label");
|
||
|
|
||
|
formLayout->setWidget(0, QFormLayout::LabelRole, label);
|
||
|
|
||
|
editActionText = new QLineEdit(qdesigner_internal__NewActionDialog);
|
||
|
editActionText->setObjectName("editActionText");
|
||
|
editActionText->setMinimumSize(QSize(255, 0));
|
||
|
|
||
|
formLayout->setWidget(0, QFormLayout::FieldRole, editActionText);
|
||
|
|
||
|
label_3 = new QLabel(qdesigner_internal__NewActionDialog);
|
||
|
label_3->setObjectName("label_3");
|
||
|
|
||
|
formLayout->setWidget(1, QFormLayout::LabelRole, label_3);
|
||
|
|
||
|
editObjectName = new QLineEdit(qdesigner_internal__NewActionDialog);
|
||
|
editObjectName->setObjectName("editObjectName");
|
||
|
|
||
|
formLayout->setWidget(1, QFormLayout::FieldRole, editObjectName);
|
||
|
|
||
|
label_2 = new QLabel(qdesigner_internal__NewActionDialog);
|
||
|
label_2->setObjectName("label_2");
|
||
|
|
||
|
formLayout->setWidget(2, QFormLayout::LabelRole, label_2);
|
||
|
|
||
|
horizontalLayout = new QHBoxLayout();
|
||
|
horizontalLayout->setObjectName("horizontalLayout");
|
||
|
iconSelector = new qdesigner_internal::IconSelector(qdesigner_internal__NewActionDialog);
|
||
|
iconSelector->setObjectName("iconSelector");
|
||
|
|
||
|
horizontalLayout->addWidget(iconSelector);
|
||
|
|
||
|
spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||
|
|
||
|
horizontalLayout->addItem(spacerItem);
|
||
|
|
||
|
|
||
|
formLayout->setLayout(2, QFormLayout::FieldRole, horizontalLayout);
|
||
|
|
||
|
|
||
|
verticalLayout->addLayout(formLayout);
|
||
|
|
||
|
verticalSpacer = new QSpacerItem(0, 0, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||
|
|
||
|
verticalLayout->addItem(verticalSpacer);
|
||
|
|
||
|
line = new QFrame(qdesigner_internal__NewActionDialog);
|
||
|
line->setObjectName("line");
|
||
|
line->setFrameShape(QFrame::HLine);
|
||
|
line->setFrameShadow(QFrame::Sunken);
|
||
|
|
||
|
verticalLayout->addWidget(line);
|
||
|
|
||
|
buttonBox = new QDialogButtonBox(qdesigner_internal__NewActionDialog);
|
||
|
buttonBox->setObjectName("buttonBox");
|
||
|
buttonBox->setOrientation(Qt::Horizontal);
|
||
|
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
||
|
|
||
|
verticalLayout->addWidget(buttonBox);
|
||
|
|
||
|
#if QT_CONFIG(shortcut)
|
||
|
label->setBuddy(editActionText);
|
||
|
label_3->setBuddy(editObjectName);
|
||
|
label_2->setBuddy(iconSelector);
|
||
|
#endif // QT_CONFIG(shortcut)
|
||
|
QWidget::setTabOrder(editActionText, editObjectName);
|
||
|
|
||
|
retranslateUi(qdesigner_internal__NewActionDialog);
|
||
|
QObject::connect(buttonBox, &QDialogButtonBox::accepted, qdesigner_internal__NewActionDialog, qOverload<>(&QDialog::accept));
|
||
|
QObject::connect(buttonBox, &QDialogButtonBox::rejected, qdesigner_internal__NewActionDialog, qOverload<>(&QDialog::reject));
|
||
|
|
||
|
QMetaObject::connectSlotsByName(qdesigner_internal__NewActionDialog);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *qdesigner_internal__NewActionDialog)
|
||
|
{
|
||
|
qdesigner_internal__NewActionDialog->setWindowTitle(QCoreApplication::translate("qdesigner_internal::NewActionDialog", "New Action...", nullptr));
|
||
|
label->setText(QCoreApplication::translate("qdesigner_internal::NewActionDialog", "&Text:", nullptr));
|
||
|
label_3->setText(QCoreApplication::translate("qdesigner_internal::NewActionDialog", "Object &name:", nullptr));
|
||
|
label_2->setText(QCoreApplication::translate("qdesigner_internal::NewActionDialog", "&Icon:", nullptr));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
} // namespace qdesigner_internal
|
||
|
|
||
|
namespace qdesigner_internal {
|
||
|
namespace Ui {
|
||
|
class NewActionDialog: public Ui_NewActionDialog {};
|
||
|
} // namespace Ui
|
||
|
} // namespace qdesigner_internal
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // NEWACTIONDIALOG_H
|