Files

393 lines
16 KiB
C++
Raw Permalink Normal View History

/********************************************************************************
** Form generated from reading UI file 'dialogcreateenterprise.ui'
**
** Created by: Qt User Interface Compiler version 5.15.13
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_DIALOGCREATEENTERPRISE_H
#define UI_DIALOGCREATEENTERPRISE_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QFrame>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPlainTextEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTabWidget>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
#include "avatarwidget.h"
QT_BEGIN_NAMESPACE
class Ui_dialogCreateEnterprise
{
public:
QVBoxLayout *verticalLayout;
QFrame *frame_2;
QGridLayout *gridLayout;
QLineEdit *editCIF;
QLineEdit *lineEdit_2;
QLabel *label_2;
QLabel *label_3;
QLineEdit *editName;
QLabel *label_4;
QComboBox *comboBox;
QLabel *label_13;
QLabel *label_12;
QLineEdit *lineEdit;
AvatarWidget *label_14;
QTabWidget *tabWidget;
QWidget *tabGeneralInfo;
QVBoxLayout *verticalLayout_2;
QWidget *widget;
QGridLayout *gridLayout_2;
QLabel *label_6;
QLabel *label_8;
QLabel *label_7;
QLineEdit *editCity;
QLineEdit *editProvince;
QLabel *label_5;
QLineEdit *editCountry;
QLineEdit *editCP;
QPlainTextEdit *editAddress;
QLabel *label;
QWidget *widget_4;
QGridLayout *gridLayout_3;
QLabel *label_10;
QLineEdit *editFax;
QLabel *label_11;
QLabel *label_9;
QLineEdit *editEmail;
QLineEdit *editWebside;
QLineEdit *editPhone;
QSpacerItem *verticalSpacer_2;
QWidget *tabOthers;
QWidget *widget_5;
QWidget *tab_2;
QWidget *widget_3;
QHBoxLayout *horizontalLayout;
QPushButton *pushBack;
QPushButton *pushNext;
void setupUi(QDialog *dialogCreateEnterprise)
{
if (dialogCreateEnterprise->objectName().isEmpty())
dialogCreateEnterprise->setObjectName(QString::fromUtf8("dialogCreateEnterprise"));
dialogCreateEnterprise->resize(550, 500);
QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(dialogCreateEnterprise->sizePolicy().hasHeightForWidth());
dialogCreateEnterprise->setSizePolicy(sizePolicy);
verticalLayout = new QVBoxLayout(dialogCreateEnterprise);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
frame_2 = new QFrame(dialogCreateEnterprise);
frame_2->setObjectName(QString::fromUtf8("frame_2"));
gridLayout = new QGridLayout(frame_2);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
editCIF = new QLineEdit(frame_2);
editCIF->setObjectName(QString::fromUtf8("editCIF"));
sizePolicy.setHeightForWidth(editCIF->sizePolicy().hasHeightForWidth());
editCIF->setSizePolicy(sizePolicy);
editCIF->setMinimumSize(QSize(120, 0));
gridLayout->addWidget(editCIF, 1, 4, 1, 1);
lineEdit_2 = new QLineEdit(frame_2);
lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));
lineEdit_2->setMaximumSize(QSize(50, 16777215));
gridLayout->addWidget(lineEdit_2, 1, 2, 1, 1);
label_2 = new QLabel(frame_2);
label_2->setObjectName(QString::fromUtf8("label_2"));
gridLayout->addWidget(label_2, 2, 1, 1, 1);
label_3 = new QLabel(frame_2);
label_3->setObjectName(QString::fromUtf8("label_3"));
gridLayout->addWidget(label_3, 1, 3, 1, 1);
editName = new QLineEdit(frame_2);
editName->setObjectName(QString::fromUtf8("editName"));
gridLayout->addWidget(editName, 2, 2, 1, 5);
label_4 = new QLabel(frame_2);
label_4->setObjectName(QString::fromUtf8("label_4"));
gridLayout->addWidget(label_4, 1, 5, 1, 1);
comboBox = new QComboBox(frame_2);
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->addItem(QString());
comboBox->setObjectName(QString::fromUtf8("comboBox"));
sizePolicy.setHeightForWidth(comboBox->sizePolicy().hasHeightForWidth());
comboBox->setSizePolicy(sizePolicy);
comboBox->setMinimumSize(QSize(120, 0));
gridLayout->addWidget(comboBox, 1, 6, 1, 1);
label_13 = new QLabel(frame_2);
label_13->setObjectName(QString::fromUtf8("label_13"));
gridLayout->addWidget(label_13, 1, 1, 1, 1);
label_12 = new QLabel(frame_2);
label_12->setObjectName(QString::fromUtf8("label_12"));
gridLayout->addWidget(label_12, 4, 1, 1, 1);
lineEdit = new QLineEdit(frame_2);
lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
gridLayout->addWidget(lineEdit, 4, 2, 1, 5);
label_14 = new AvatarWidget(frame_2);
label_14->setObjectName(QString::fromUtf8("label_14"));
sizePolicy.setHeightForWidth(label_14->sizePolicy().hasHeightForWidth());
label_14->setSizePolicy(sizePolicy);
label_14->setMinimumSize(QSize(75, 75));
label_14->setFrameShape(QFrame::WinPanel);
gridLayout->addWidget(label_14, 1, 0, 4, 1);
verticalLayout->addWidget(frame_2);
tabWidget = new QTabWidget(dialogCreateEnterprise);
tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
tabGeneralInfo = new QWidget();
tabGeneralInfo->setObjectName(QString::fromUtf8("tabGeneralInfo"));
verticalLayout_2 = new QVBoxLayout(tabGeneralInfo);
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
widget = new QWidget(tabGeneralInfo);
widget->setObjectName(QString::fromUtf8("widget"));
gridLayout_2 = new QGridLayout(widget);
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
label_6 = new QLabel(widget);
label_6->setObjectName(QString::fromUtf8("label_6"));
gridLayout_2->addWidget(label_6, 1, 0, 1, 1);
label_8 = new QLabel(widget);
label_8->setObjectName(QString::fromUtf8("label_8"));
gridLayout_2->addWidget(label_8, 4, 0, 1, 1);
label_7 = new QLabel(widget);
label_7->setObjectName(QString::fromUtf8("label_7"));
gridLayout_2->addWidget(label_7, 3, 0, 1, 1);
editCity = new QLineEdit(widget);
editCity->setObjectName(QString::fromUtf8("editCity"));
gridLayout_2->addWidget(editCity, 1, 2, 1, 1);
editProvince = new QLineEdit(widget);
editProvince->setObjectName(QString::fromUtf8("editProvince"));
gridLayout_2->addWidget(editProvince, 3, 1, 1, 2);
label_5 = new QLabel(widget);
label_5->setObjectName(QString::fromUtf8("label_5"));
gridLayout_2->addWidget(label_5, 0, 0, 1, 1, Qt::AlignTop);
editCountry = new QLineEdit(widget);
editCountry->setObjectName(QString::fromUtf8("editCountry"));
gridLayout_2->addWidget(editCountry, 4, 1, 1, 2);
editCP = new QLineEdit(widget);
editCP->setObjectName(QString::fromUtf8("editCP"));
editCP->setMaximumSize(QSize(150, 16777215));
gridLayout_2->addWidget(editCP, 1, 1, 1, 1);
editAddress = new QPlainTextEdit(widget);
editAddress->setObjectName(QString::fromUtf8("editAddress"));
editAddress->setMaximumSize(QSize(16777215, 66));
gridLayout_2->addWidget(editAddress, 0, 1, 1, 2);
verticalLayout_2->addWidget(widget);
label = new QLabel(tabGeneralInfo);
label->setObjectName(QString::fromUtf8("label"));
QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed);
sizePolicy1.setHorizontalStretch(0);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
label->setSizePolicy(sizePolicy1);
label->setMaximumSize(QSize(16777215, 1));
label->setStyleSheet(QString::fromUtf8("background-color: rgb(191, 191, 191);"));
verticalLayout_2->addWidget(label);
widget_4 = new QWidget(tabGeneralInfo);
widget_4->setObjectName(QString::fromUtf8("widget_4"));
gridLayout_3 = new QGridLayout(widget_4);
gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
label_10 = new QLabel(widget_4);
label_10->setObjectName(QString::fromUtf8("label_10"));
gridLayout_3->addWidget(label_10, 2, 0, 1, 1);
editFax = new QLineEdit(widget_4);
editFax->setObjectName(QString::fromUtf8("editFax"));
gridLayout_3->addWidget(editFax, 0, 2, 1, 1);
label_11 = new QLabel(widget_4);
label_11->setObjectName(QString::fromUtf8("label_11"));
gridLayout_3->addWidget(label_11, 1, 0, 1, 1);
label_9 = new QLabel(widget_4);
label_9->setObjectName(QString::fromUtf8("label_9"));
gridLayout_3->addWidget(label_9, 0, 0, 1, 1);
editEmail = new QLineEdit(widget_4);
editEmail->setObjectName(QString::fromUtf8("editEmail"));
gridLayout_3->addWidget(editEmail, 1, 1, 1, 2);
editWebside = new QLineEdit(widget_4);
editWebside->setObjectName(QString::fromUtf8("editWebside"));
gridLayout_3->addWidget(editWebside, 2, 1, 1, 2);
editPhone = new QLineEdit(widget_4);
editPhone->setObjectName(QString::fromUtf8("editPhone"));
gridLayout_3->addWidget(editPhone, 0, 1, 1, 1);
verticalLayout_2->addWidget(widget_4);
verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
verticalLayout_2->addItem(verticalSpacer_2);
tabWidget->addTab(tabGeneralInfo, QString());
tabOthers = new QWidget();
tabOthers->setObjectName(QString::fromUtf8("tabOthers"));
widget_5 = new QWidget(tabOthers);
widget_5->setObjectName(QString::fromUtf8("widget_5"));
widget_5->setGeometry(QRect(10, 20, 381, 121));
tabWidget->addTab(tabOthers, QString());
tab_2 = new QWidget();
tab_2->setObjectName(QString::fromUtf8("tab_2"));
tabWidget->addTab(tab_2, QString());
verticalLayout->addWidget(tabWidget);
widget_3 = new QWidget(dialogCreateEnterprise);
widget_3->setObjectName(QString::fromUtf8("widget_3"));
horizontalLayout = new QHBoxLayout(widget_3);
horizontalLayout->setSpacing(0);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
horizontalLayout->setContentsMargins(0, 0, 0, 0);
pushBack = new QPushButton(widget_3);
pushBack->setObjectName(QString::fromUtf8("pushBack"));
pushBack->setEnabled(false);
pushBack->setMinimumSize(QSize(0, 25));
horizontalLayout->addWidget(pushBack);
pushNext = new QPushButton(widget_3);
pushNext->setObjectName(QString::fromUtf8("pushNext"));
pushNext->setMinimumSize(QSize(0, 25));
horizontalLayout->addWidget(pushNext);
verticalLayout->addWidget(widget_3);
retranslateUi(dialogCreateEnterprise);
tabWidget->setCurrentIndex(0);
QMetaObject::connectSlotsByName(dialogCreateEnterprise);
} // setupUi
void retranslateUi(QDialog *dialogCreateEnterprise)
{
dialogCreateEnterprise->setWindowTitle(QCoreApplication::translate("dialogCreateEnterprise", "Dialog", nullptr));
editCIF->setText(QString());
label_2->setText(QCoreApplication::translate("dialogCreateEnterprise", "Nombre/Raz\303\263n social", nullptr));
label_3->setText(QCoreApplication::translate("dialogCreateEnterprise", "C.I.F.", nullptr));
label_4->setText(QCoreApplication::translate("dialogCreateEnterprise", "Forma jur\303\255dica", nullptr));
comboBox->setItemText(0, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(1, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(2, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(3, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(4, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(5, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(6, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(7, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(8, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(9, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(10, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(11, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(12, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(13, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
comboBox->setItemText(14, QCoreApplication::translate("dialogCreateEnterprise", "New Item", nullptr));
label_13->setText(QCoreApplication::translate("dialogCreateEnterprise", "C\303\263digo", nullptr));
label_12->setText(QCoreApplication::translate("dialogCreateEnterprise", "Nombre comercial", nullptr));
label_14->setText(QCoreApplication::translate("dialogCreateEnterprise", "TextLabel", nullptr));
label_6->setText(QCoreApplication::translate("dialogCreateEnterprise", "CP / Poblaci\303\263n", nullptr));
label_8->setText(QCoreApplication::translate("dialogCreateEnterprise", "Pais", nullptr));
label_7->setText(QCoreApplication::translate("dialogCreateEnterprise", "Provincia", nullptr));
label_5->setText(QCoreApplication::translate("dialogCreateEnterprise", "Direcci\303\263n", nullptr));
label->setText(QString());
label_10->setText(QCoreApplication::translate("dialogCreateEnterprise", "Webside", nullptr));
label_11->setText(QCoreApplication::translate("dialogCreateEnterprise", "Email", nullptr));
label_9->setText(QCoreApplication::translate("dialogCreateEnterprise", "Tel\303\251fono / Fax", nullptr));
tabWidget->setTabText(tabWidget->indexOf(tabGeneralInfo), QCoreApplication::translate("dialogCreateEnterprise", "Datos generales", nullptr));
tabWidget->setTabText(tabWidget->indexOf(tabOthers), QCoreApplication::translate("dialogCreateEnterprise", "Otros datos", nullptr));
tabWidget->setTabText(tabWidget->indexOf(tab_2), QCoreApplication::translate("dialogCreateEnterprise", "Page", nullptr));
pushBack->setText(QCoreApplication::translate("dialogCreateEnterprise", "Anterior", nullptr));
pushNext->setText(QCoreApplication::translate("dialogCreateEnterprise", "Siguiente", nullptr));
} // retranslateUi
};
namespace Ui {
class dialogCreateEnterprise: public Ui_dialogCreateEnterprise {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_DIALOGCREATEENTERPRISE_H