/******************************************************************************** ** Form generated from reading UI file 'widgetcomboboxpopuptable.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_WIDGETCOMBOBOXPOPUPTABLE_H #define UI_WIDGETCOMBOBOXPOPUPTABLE_H #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_widgetComboboxPopupTable { public: QVBoxLayout *verticalLayout; QTableView *tableView; QWidget *widget; QHBoxLayout *horizontalLayout; QPushButton *buttonNew; QPushButton *buttonEdit; QSpacerItem *horizontalSpacer; QPushButton *buttonSelect; void setupUi(QWidget *widgetComboboxPopupTable) { if (widgetComboboxPopupTable->objectName().isEmpty()) widgetComboboxPopupTable->setObjectName(QString::fromUtf8("widgetComboboxPopupTable")); widgetComboboxPopupTable->resize(500, 287); verticalLayout = new QVBoxLayout(widgetComboboxPopupTable); verticalLayout->setSpacing(2); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setContentsMargins(2, 2, 2, 2); tableView = new QTableView(widgetComboboxPopupTable); tableView->setObjectName(QString::fromUtf8("tableView")); tableView->setSelectionBehavior(QAbstractItemView::SelectRows); verticalLayout->addWidget(tableView); widget = new QWidget(widgetComboboxPopupTable); widget->setObjectName(QString::fromUtf8("widget")); horizontalLayout = new QHBoxLayout(widget); horizontalLayout->setSpacing(2); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); horizontalLayout->setContentsMargins(0, 0, 0, 0); buttonNew = new QPushButton(widget); buttonNew->setObjectName(QString::fromUtf8("buttonNew")); QIcon icon; icon.addFile(QString::fromUtf8(":/resources/icons/add-file.svg"), QSize(), QIcon::Normal, QIcon::Off); buttonNew->setIcon(icon); horizontalLayout->addWidget(buttonNew); buttonEdit = new QPushButton(widget); buttonEdit->setObjectName(QString::fromUtf8("buttonEdit")); QIcon icon1; icon1.addFile(QString::fromUtf8(":/resources/icons/pencil(1).svg"), QSize(), QIcon::Normal, QIcon::Off); buttonEdit->setIcon(icon1); horizontalLayout->addWidget(buttonEdit); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); buttonSelect = new QPushButton(widget); buttonSelect->setObjectName(QString::fromUtf8("buttonSelect")); QIcon icon2; icon2.addFile(QString::fromUtf8(":/resources/icons/tick.svg"), QSize(), QIcon::Normal, QIcon::Off); buttonSelect->setIcon(icon2); horizontalLayout->addWidget(buttonSelect); verticalLayout->addWidget(widget); retranslateUi(widgetComboboxPopupTable); QMetaObject::connectSlotsByName(widgetComboboxPopupTable); } // setupUi void retranslateUi(QWidget *widgetComboboxPopupTable) { widgetComboboxPopupTable->setWindowTitle(QCoreApplication::translate("widgetComboboxPopupTable", "Form", nullptr)); buttonNew->setText(QCoreApplication::translate("widgetComboboxPopupTable", "Nuevo", nullptr)); buttonEdit->setText(QCoreApplication::translate("widgetComboboxPopupTable", "Editar", nullptr)); buttonSelect->setText(QCoreApplication::translate("widgetComboboxPopupTable", "Seleccionar", nullptr)); } // retranslateUi }; namespace Ui { class widgetComboboxPopupTable: public Ui_widgetComboboxPopupTable {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_WIDGETCOMBOBOXPOPUPTABLE_H