代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'logerview.ui'
**
** Created by: Qt User Interface Compiler version 6.4.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_LOGERVIEW_H
#define UI_LOGERVIEW_H
#include <QtCore/QVariant>
#include <QtGui/QIcon>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QFrame>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QListWidget>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTextEdit>
#include <QtWidgets/QToolButton>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
#include <titlebar.h>
QT_BEGIN_NAMESPACE
class Ui_logerview
{
public:
QVBoxLayout *verticalLayout;
QFrame *container;
QVBoxLayout *verticalLayout_3;
QFrame *header;
QVBoxLayout *verticalLayout_4;
TitleBar *titlebar;
QWidget *content;
QVBoxLayout *verticalLayout_2;
QHBoxLayout *horizontalLayout;
QListWidget *listWidget;
QWidget *widget;
QVBoxLayout *verticalLayout_5;
QHBoxLayout *horizontalLayout_2;
QLineEdit *m_key;
QToolButton *m_keybtn;
QSpacerItem *horizontalSpacer;
QTextEdit *textEdit;
void setupUi(QDialog *logerview)
{
if (logerview->objectName().isEmpty())
logerview->setObjectName("logerview");
logerview->resize(1027, 512);
verticalLayout = new QVBoxLayout(logerview);
verticalLayout->setObjectName("verticalLayout");
container = new QFrame(logerview);
container->setObjectName("container");
container->setFrameShape(QFrame::Shape::StyledPanel);
container->setFrameShadow(QFrame::Shadow::Raised);
verticalLayout_3 = new QVBoxLayout(container);
verticalLayout_3->setSpacing(0);
verticalLayout_3->setObjectName("verticalLayout_3");
verticalLayout_3->setContentsMargins(0, 0, 0, 0);
header = new QFrame(container);
header->setObjectName("header");
header->setMinimumSize(QSize(0, 40));
verticalLayout_4 = new QVBoxLayout(header);
verticalLayout_4->setSpacing(0);
verticalLayout_4->setObjectName("verticalLayout_4");
verticalLayout_4->setContentsMargins(0, 0, 0, 0);
titlebar = new TitleBar(header);
titlebar->setObjectName("titlebar");
verticalLayout_4->addWidget(titlebar);
verticalLayout_3->addWidget(header);
content = new QWidget(container);
content->setObjectName("content");
verticalLayout_2 = new QVBoxLayout(content);
verticalLayout_2->setObjectName("verticalLayout_2");
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName("horizontalLayout");
listWidget = new QListWidget(content);
listWidget->setObjectName("listWidget");
listWidget->setMinimumSize(QSize(350, 0));
listWidget->setMaximumSize(QSize(350, 16777215));
horizontalLayout->addWidget(listWidget);
widget = new QWidget(content);
widget->setObjectName("widget");
widget->setMinimumSize(QSize(222, 0));
widget->setStyleSheet(QString::fromUtf8("QToolButton#m_keybtn { \n"
" \n"
" background-color: transparent;\n"
" border: none;\n"
"}\n"
" \n"
"QToolButton#m_keybtn:hover { \n"
" \n"
" background-color: transparent;\n"
" border: 1px solid #CCCCCC;\n"
"}"));
verticalLayout_5 = new QVBoxLayout(widget);
verticalLayout_5->setSpacing(0);
verticalLayout_5->setObjectName("verticalLayout_5");
verticalLayout_5->setContentsMargins(0, 0, 0, 0);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setObjectName("horizontalLayout_2");
horizontalLayout_2->setContentsMargins(6, 6, 6, 6);
m_key = new QLineEdit(widget);
m_key->setObjectName("m_key");
horizontalLayout_2->addWidget(m_key);
m_keybtn = new QToolButton(widget);
m_keybtn->setObjectName("m_keybtn");
QIcon icon;
icon.addFile(QString::fromUtf8(":/3rdparty/see.png"), QSize(), QIcon::Normal, QIcon::Off);
m_keybtn->setIcon(icon);
m_keybtn->setIconSize(QSize(23, 23));
horizontalLayout_2->addWidget(m_keybtn);
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer);
verticalLayout_5->addLayout(horizontalLayout_2);
textEdit = new QTextEdit(widget);
textEdit->setObjectName("textEdit");
QFont font;
font.setPointSize(12);
textEdit->setFont(font);
verticalLayout_5->addWidget(textEdit);
horizontalLayout->addWidget(widget);
verticalLayout_2->addLayout(horizontalLayout);
verticalLayout_3->addWidget(content);
verticalLayout->addWidget(container);
retranslateUi(logerview);
QMetaObject::connectSlotsByName(logerview);
} // setupUi
void retranslateUi(QDialog *logerview)
{
logerview->setWindowTitle(QCoreApplication::translate("logerview", "Dialog", nullptr));
m_keybtn->setText(QString());
} // retranslateUi
};
namespace Ui {
class logerview: public Ui_logerview {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_LOGERVIEW_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。