283 lines
11 KiB
C++
283 lines
11 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'frmLink.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.12.12
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_FRMLINK_H
|
|
#define UI_FRMLINK_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtGui/QIcon>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QFrame>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QListView>
|
|
#include <QtWidgets/QSpacerItem>
|
|
#include <QtWidgets/QTableWidget>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_frmLinkClass
|
|
{
|
|
public:
|
|
QHBoxLayout *horizontalLayout_2;
|
|
QGridLayout *gridLayout_2;
|
|
QFrame *frame;
|
|
QHBoxLayout *horizontalLayout;
|
|
QGridLayout *gridLayout;
|
|
QListView *listProcess;
|
|
QSpacerItem *verticalSpacer_4;
|
|
QGridLayout *gridLayout_3;
|
|
QFrame *frame_2;
|
|
QVBoxLayout *verticalLayout;
|
|
QTableWidget *tableWidget;
|
|
QSpacerItem *verticalSpacer_5;
|
|
|
|
void setupUi(QWidget *frmLinkClass)
|
|
{
|
|
if (frmLinkClass->objectName().isEmpty())
|
|
frmLinkClass->setObjectName(QString::fromUtf8("frmLinkClass"));
|
|
frmLinkClass->resize(1030, 550);
|
|
QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(frmLinkClass->sizePolicy().hasHeightForWidth());
|
|
frmLinkClass->setSizePolicy(sizePolicy);
|
|
frmLinkClass->setMinimumSize(QSize(1030, 550));
|
|
frmLinkClass->setMaximumSize(QSize(1030, 550));
|
|
QFont font;
|
|
font.setFamily(QString::fromUtf8("Arial"));
|
|
font.setPointSize(10);
|
|
font.setBold(false);
|
|
font.setItalic(false);
|
|
font.setWeight(50);
|
|
frmLinkClass->setFont(font);
|
|
frmLinkClass->setContextMenuPolicy(Qt::NoContextMenu);
|
|
QIcon icon;
|
|
icon.addFile(QString::fromUtf8(":/QMacVisual/Icon/other_478.ico"), QSize(), QIcon::Normal, QIcon::Off);
|
|
frmLinkClass->setWindowIcon(icon);
|
|
frmLinkClass->setStyleSheet(QString::fromUtf8("background-color: #bcc2bc;"));
|
|
horizontalLayout_2 = new QHBoxLayout(frmLinkClass);
|
|
horizontalLayout_2->setSpacing(3);
|
|
horizontalLayout_2->setContentsMargins(11, 11, 11, 11);
|
|
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
|
horizontalLayout_2->setContentsMargins(1, 1, 1, 1);
|
|
gridLayout_2 = new QGridLayout();
|
|
gridLayout_2->setSpacing(0);
|
|
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
|
|
frame = new QFrame(frmLinkClass);
|
|
frame->setObjectName(QString::fromUtf8("frame"));
|
|
QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Preferred);
|
|
sizePolicy1.setHorizontalStretch(0);
|
|
sizePolicy1.setVerticalStretch(0);
|
|
sizePolicy1.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
|
|
frame->setSizePolicy(sizePolicy1);
|
|
frame->setMinimumSize(QSize(235, 0));
|
|
frame->setMaximumSize(QSize(235, 16777215));
|
|
frame->setStyleSheet(QString::fromUtf8("#frame{border:0px solid rgba(30,30,200,80)}"));
|
|
frame->setFrameShape(QFrame::StyledPanel);
|
|
frame->setFrameShadow(QFrame::Raised);
|
|
horizontalLayout = new QHBoxLayout(frame);
|
|
horizontalLayout->setSpacing(0);
|
|
horizontalLayout->setContentsMargins(11, 11, 11, 11);
|
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
|
horizontalLayout->setContentsMargins(0, 0, 0, 0);
|
|
gridLayout = new QGridLayout();
|
|
gridLayout->setSpacing(0);
|
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
listProcess = new QListView(frame);
|
|
listProcess->setObjectName(QString::fromUtf8("listProcess"));
|
|
sizePolicy.setHeightForWidth(listProcess->sizePolicy().hasHeightForWidth());
|
|
listProcess->setSizePolicy(sizePolicy);
|
|
listProcess->setMinimumSize(QSize(0, 0));
|
|
listProcess->setMaximumSize(QSize(16777215, 16777215));
|
|
QFont font1;
|
|
font1.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
|
|
font1.setPointSize(9);
|
|
listProcess->setFont(font1);
|
|
listProcess->setStyleSheet(QString::fromUtf8("QWidget{color: rgba(45, 45, 35, 230);background-color: rgb(245, 245, 245);}\n"
|
|
"QScrollBar:vertical{ \n"
|
|
" background:#FFFFF2;\n"
|
|
" padding-top:20px;\n"
|
|
" padding-bottom:20px;\n"
|
|
" padding-left:2px;\n"
|
|
" padding-right:2px;\n"
|
|
" border-left:1px solid #d7d7d7;}\n"
|
|
"QScrollBar::handle:vertical{\n"
|
|
" background:#dbdbdb;\n"
|
|
" border-radius:6px;\n"
|
|
" min-height:20px;}\n"
|
|
"QScrollBar::handle:vertical:hover{\n"
|
|
" background:#d0d0d0;}\n"
|
|
"QScrollBar::add-line:vertical{\n"
|
|
" background:url(:/res/ico/down.png) center no-repeat;}\n"
|
|
"QScrollBar::sub-line:vertical{\n"
|
|
" background:url(:/res/ico/up.png) center no-repeat;}\n"
|
|
"QScrollBar:horizontal{ \n"
|
|
" background:#FFFFF2;\n"
|
|
" padding-top:20px;\n"
|
|
" padding-bottom:20px;\n"
|
|
" padding-left:2px;\n"
|
|
" padding-right:2px;\n"
|
|
" border-left:1px solid #d7d7d7;}\n"
|
|
"QScrollBar::handle:horizontal{\n"
|
|
" background:#dbdbdb;\n"
|
|
" border-radius:6px;\n"
|
|
" min-height:20px;}\n"
|
|
"QScrollBar::handle:horizontal:hover{\n"
|
|
" background:#d0d0d0;}\n"
|
|
"QScrollBar::add-line:ho"
|
|
"rizontal{\n"
|
|
" background:url(:/res/ico/right.png) center no-repeat;}\n"
|
|
"QScrollBar::sub-line:horizontal{\n"
|
|
" background:url(:/res/ico/left.png) center no-repeat;}"));
|
|
|
|
gridLayout->addWidget(listProcess, 0, 0, 2, 2);
|
|
|
|
|
|
horizontalLayout->addLayout(gridLayout);
|
|
|
|
|
|
gridLayout_2->addWidget(frame, 1, 0, 1, 1);
|
|
|
|
verticalSpacer_4 = new QSpacerItem(20, 50, QSizePolicy::Minimum, QSizePolicy::Fixed);
|
|
|
|
gridLayout_2->addItem(verticalSpacer_4, 0, 0, 1, 1);
|
|
|
|
|
|
horizontalLayout_2->addLayout(gridLayout_2);
|
|
|
|
gridLayout_3 = new QGridLayout();
|
|
gridLayout_3->setSpacing(0);
|
|
gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
|
|
frame_2 = new QFrame(frmLinkClass);
|
|
frame_2->setObjectName(QString::fromUtf8("frame_2"));
|
|
frame_2->setStyleSheet(QString::fromUtf8("#frame_2{border:2px solid rgba(30,30,200,80)}"));
|
|
frame_2->setFrameShape(QFrame::StyledPanel);
|
|
frame_2->setFrameShadow(QFrame::Raised);
|
|
verticalLayout = new QVBoxLayout(frame_2);
|
|
verticalLayout->setSpacing(0);
|
|
verticalLayout->setContentsMargins(11, 11, 11, 11);
|
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
|
tableWidget = new QTableWidget(frame_2);
|
|
if (tableWidget->columnCount() < 4)
|
|
tableWidget->setColumnCount(4);
|
|
QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem();
|
|
__qtablewidgetitem->setFont(font1);
|
|
tableWidget->setHorizontalHeaderItem(0, __qtablewidgetitem);
|
|
QTableWidgetItem *__qtablewidgetitem1 = new QTableWidgetItem();
|
|
__qtablewidgetitem1->setFont(font1);
|
|
tableWidget->setHorizontalHeaderItem(1, __qtablewidgetitem1);
|
|
QTableWidgetItem *__qtablewidgetitem2 = new QTableWidgetItem();
|
|
__qtablewidgetitem2->setFont(font1);
|
|
tableWidget->setHorizontalHeaderItem(2, __qtablewidgetitem2);
|
|
QTableWidgetItem *__qtablewidgetitem3 = new QTableWidgetItem();
|
|
__qtablewidgetitem3->setFont(font1);
|
|
tableWidget->setHorizontalHeaderItem(3, __qtablewidgetitem3);
|
|
tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
|
|
QFont font2;
|
|
font2.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
|
|
tableWidget->setFont(font2);
|
|
tableWidget->setStyleSheet(QString::fromUtf8("QTableWidget \n"
|
|
"{\n"
|
|
" background-color: rgba(180, 180, 215,120); \n"
|
|
" border:none;\n"
|
|
" gridline-color: rgba(220, 220, 255,255);\n"
|
|
" color: rgba(20, 20, 20,200);\n"
|
|
"}\n"
|
|
"QTableWidget::item::selected\n"
|
|
"{ \n"
|
|
" background-color: rgba(180, 180, 215,255); \n"
|
|
"}\n"
|
|
"QHeaderView::section\n"
|
|
"{\n"
|
|
" color: blue;\n"
|
|
"}\n"
|
|
"QScrollBar:vertical{ \n"
|
|
" background:#FFFFF2;\n"
|
|
" padding-top:20px;\n"
|
|
" padding-bottom:20px;\n"
|
|
" padding-left:2px;\n"
|
|
" padding-right:2px;\n"
|
|
" border-left:1px solid #d7d7d7;}\n"
|
|
"QScrollBar::handle:vertical{\n"
|
|
" background:#dbdbdb;\n"
|
|
" border-radius:6px;\n"
|
|
" min-height:20px;}\n"
|
|
"QScrollBar::handle:vertical:hover{\n"
|
|
" background:#d0d0d0;}\n"
|
|
"QScrollBar::add-line:vertical{\n"
|
|
" background:url(:/res/ico/down.png) center no-repeat;}\n"
|
|
"QScrollBar::sub-line:vertical{\n"
|
|
" background:url(:/res/ico/up.png) center no-repeat;}\n"
|
|
"QScrollBar:horizontal{ \n"
|
|
" background:#FFFFF2;\n"
|
|
" padding-top:20px;\n"
|
|
" padding-bottom:20px;\n"
|
|
" padding-"
|
|
"left:2px;\n"
|
|
" padding-right:2px;\n"
|
|
" border-left:1px solid #d7d7d7;}\n"
|
|
"QScrollBar::handle:horizontal{\n"
|
|
" background:#dbdbdb;\n"
|
|
" border-radius:6px;\n"
|
|
" min-height:20px;}\n"
|
|
"QScrollBar::handle:horizontal:hover{\n"
|
|
" background:#d0d0d0;}\n"
|
|
"QScrollBar::add-line:horizontal{\n"
|
|
" background:url(:/res/ico/right.png) center no-repeat;}\n"
|
|
"QScrollBar::sub-line:horizontal{\n"
|
|
" background:url(:/res/ico/left.png) center no-repeat;}"));
|
|
tableWidget->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
|
|
tableWidget->setGridStyle(Qt::DashLine);
|
|
tableWidget->horizontalHeader()->setDefaultSectionSize(195);
|
|
|
|
verticalLayout->addWidget(tableWidget);
|
|
|
|
|
|
gridLayout_3->addWidget(frame_2, 1, 0, 1, 1);
|
|
|
|
verticalSpacer_5 = new QSpacerItem(20, 50, QSizePolicy::Minimum, QSizePolicy::Fixed);
|
|
|
|
gridLayout_3->addItem(verticalSpacer_5, 0, 0, 1, 1);
|
|
|
|
|
|
horizontalLayout_2->addLayout(gridLayout_3);
|
|
|
|
|
|
retranslateUi(frmLinkClass);
|
|
|
|
QMetaObject::connectSlotsByName(frmLinkClass);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *frmLinkClass)
|
|
{
|
|
frmLinkClass->setWindowTitle(QApplication::translate("frmLinkClass", "QMacVisual", nullptr));
|
|
QTableWidgetItem *___qtablewidgetitem = tableWidget->horizontalHeaderItem(0);
|
|
___qtablewidgetitem->setText(QApplication::translate("frmLinkClass", "\347\274\226\345\217\267", nullptr));
|
|
QTableWidgetItem *___qtablewidgetitem1 = tableWidget->horizontalHeaderItem(1);
|
|
___qtablewidgetitem1->setText(QApplication::translate("frmLinkClass", "\345\217\230\351\207\217\345\220\215\347\247\260", nullptr));
|
|
QTableWidgetItem *___qtablewidgetitem2 = tableWidget->horizontalHeaderItem(2);
|
|
___qtablewidgetitem2->setText(QApplication::translate("frmLinkClass", "\345\217\230\351\207\217\345\200\274", nullptr));
|
|
QTableWidgetItem *___qtablewidgetitem3 = tableWidget->horizontalHeaderItem(3);
|
|
___qtablewidgetitem3->setText(QApplication::translate("frmLinkClass", "\345\217\230\351\207\217\347\261\273\345\236\213", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class frmLinkClass: public Ui_frmLinkClass {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_FRMLINK_H
|