代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'searchdialog.ui'
**
** Created by: Qt User Interface Compiler version 5.12.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_SEARCHDIALOG_H
#define UI_SEARCHDIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QRadioButton>
#include "switchbutton.h"
QT_BEGIN_NAMESPACE
class Ui_SearchDialog
{
public:
QLabel *label;
QPushButton *Find_next;
QPushButton *CancelButton;
QGroupBox *groupBox;
QRadioButton *RB_down;
QRadioButton *RB_up;
QLineEdit *SearchBox;
QLabel *TitleLabel;
QLabel *label_2;
SwitchButton *CaseSensitive;
void setupUi(QDialog *SearchDialog)
{
if (SearchDialog->objectName().isEmpty())
SearchDialog->setObjectName(QString::fromUtf8("SearchDialog"));
SearchDialog->resize(422, 251);
QFont font;
font.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
font.setBold(false);
font.setWeight(50);
SearchDialog->setFont(font);
SearchDialog->setFocusPolicy(Qt::StrongFocus);
SearchDialog->setStyleSheet(QString::fromUtf8("QDialog\n"
"{\n"
"background:rgb(238,238,238);\n"
"}"));
label = new QLabel(SearchDialog);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(30, 80, 91, 31));
QFont font1;
font1.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
font1.setPointSize(10);
font1.setBold(false);
font1.setWeight(50);
label->setFont(font1);
Find_next = new QPushButton(SearchDialog);
Find_next->setObjectName(QString::fromUtf8("Find_next"));
Find_next->setGeometry(QRect(310, 190, 81, 31));
QPalette palette;
QBrush brush(QColor(230, 248, 245, 255));
brush.setStyle(Qt::SolidPattern);
palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
QBrush brush1(QColor(22, 155, 213, 255));
brush1.setStyle(Qt::SolidPattern);
palette.setBrush(QPalette::Active, QPalette::Button, brush1);
palette.setBrush(QPalette::Active, QPalette::Text, brush);
palette.setBrush(QPalette::Active, QPalette::ButtonText, brush);
palette.setBrush(QPalette::Active, QPalette::Base, brush1);
palette.setBrush(QPalette::Active, QPalette::Window, brush1);
QBrush brush2(QColor(230, 248, 245, 128));
brush2.setStyle(Qt::NoBrush);
#if QT_VERSION >= QT_VERSION_CHECK(5, 12, 0)
palette.setBrush(QPalette::Active, QPalette::PlaceholderText, brush2);
#endif
palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
palette.setBrush(QPalette::Inactive, QPalette::Button, brush1);
palette.setBrush(QPalette::Inactive, QPalette::Text, brush);
palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
palette.setBrush(QPalette::Inactive, QPalette::Base, brush1);
palette.setBrush(QPalette::Inactive, QPalette::Window, brush1);
QBrush brush3(QColor(230, 248, 245, 128));
brush3.setStyle(Qt::NoBrush);
#if QT_VERSION >= QT_VERSION_CHECK(5, 12, 0)
palette.setBrush(QPalette::Inactive, QPalette::PlaceholderText, brush3);
#endif
palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush);
palette.setBrush(QPalette::Disabled, QPalette::Button, brush1);
palette.setBrush(QPalette::Disabled, QPalette::Text, brush);
palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush);
palette.setBrush(QPalette::Disabled, QPalette::Base, brush1);
palette.setBrush(QPalette::Disabled, QPalette::Window, brush1);
QBrush brush4(QColor(230, 248, 245, 128));
brush4.setStyle(Qt::NoBrush);
#if QT_VERSION >= QT_VERSION_CHECK(5, 12, 0)
palette.setBrush(QPalette::Disabled, QPalette::PlaceholderText, brush4);
#endif
Find_next->setPalette(palette);
QFont font2;
font2.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
font2.setPointSize(9);
font2.setBold(false);
font2.setWeight(50);
Find_next->setFont(font2);
Find_next->setFocusPolicy(Qt::StrongFocus);
Find_next->setStyleSheet(QString::fromUtf8("QPushButton\n"
"{\n"
"border-style:none;\n"
"padding:10px;\n"
"border-radius:6px;\n"
"color:#E6F8F5;\n"
"background:rgb(22,155,213);\n"
"}\n"
"\n"
"QPushButton:hover\n"
"{\n"
"color:#FFFFFF;\n"
"background:rgb(70, 197, 255);\n"
"}\n"
"\n"
"QPushButton:pressed\n"
"{\n"
"color:#A7EEE6;\n"
"background:rgb(19, 139, 190);\n"
"}"));
CancelButton = new QPushButton(SearchDialog);
CancelButton->setObjectName(QString::fromUtf8("CancelButton"));
CancelButton->setGeometry(QRect(210, 190, 81, 31));
CancelButton->setFont(font2);
CancelButton->setFocusPolicy(Qt::StrongFocus);
CancelButton->setStyleSheet(QString::fromUtf8("QPushButton\n"
"{\n"
"border-style:none;\n"
"padding:2px;\n"
"border-radius:5px;\n"
"border:1px solid rgb(119,119,119);\n"
"color:black;\n"
"background:white;\n"
"}\n"
"\n"
"QPushButton:hover\n"
"{\n"
"background:rgb(250, 250, 250);\n"
"}\n"
"\n"
"QPushButton:pressed\n"
"{\n"
"background:rgb(220, 220, 220);\n"
"}"));
groupBox = new QGroupBox(SearchDialog);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setGeometry(QRect(50, 130, 141, 41));
groupBox->setFont(font2);
RB_down = new QRadioButton(groupBox);
RB_down->setObjectName(QString::fromUtf8("RB_down"));
RB_down->setGeometry(QRect(80, 20, 51, 18));
RB_down->setFont(font2);
RB_down->setChecked(true);
RB_up = new QRadioButton(groupBox);
RB_up->setObjectName(QString::fromUtf8("RB_up"));
RB_up->setGeometry(QRect(20, 20, 51, 16));
RB_up->setFont(font2);
SearchBox = new QLineEdit(SearchDialog);
SearchBox->setObjectName(QString::fromUtf8("SearchBox"));
SearchBox->setGeometry(QRect(140, 80, 231, 31));
QFont font3;
font3.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
font3.setPointSize(11);
font3.setBold(false);
font3.setWeight(50);
SearchBox->setFont(font3);
SearchBox->setStyleSheet(QString::fromUtf8("QLineEdit\n"
"{\n"
"border-style:none;\n"
"padding:2px;\n"
"border-radius:5px;\n"
"border:2px solid #DCE4EC;\n"
"}\n"
"\n"
"QLineEdit:focus\n"
"{\n"
"border:2px solid rgb(22,155,213);\n"
"}"));
TitleLabel = new QLabel(SearchDialog);
TitleLabel->setObjectName(QString::fromUtf8("TitleLabel"));
TitleLabel->setGeometry(QRect(40, 20, 61, 41));
QFont font4;
font4.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
font4.setPointSize(18);
font4.setBold(false);
font4.setWeight(50);
TitleLabel->setFont(font4);
TitleLabel->setTextFormat(Qt::AutoText);
TitleLabel->setWordWrap(false);
TitleLabel->setOpenExternalLinks(false);
label_2 = new QLabel(SearchDialog);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(210, 150, 71, 16));
QFont font5;
font5.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
font5.setPointSize(10);
label_2->setFont(font5);
CaseSensitive = new SwitchButton(SearchDialog);
CaseSensitive->setObjectName(QString::fromUtf8("CaseSensitive"));
CaseSensitive->setGeometry(QRect(280, 150, 51, 21));
CaseSensitive->setSpace(6);
CaseSensitive->setRectRadius(4);
CaseSensitive->setChecked(true);
CaseSensitive->setShowText(false);
CaseSensitive->setAnimation(true);
CaseSensitive->setButtonStyle(SwitchButton::ButtonStyle_CircleOut);
CaseSensitive->setBgColorOn(QColor(22, 155, 213));
CaseSensitive->setSliderColorOn(QColor(22, 155, 213));
retranslateUi(SearchDialog);
QObject::connect(CancelButton, SIGNAL(clicked()), SearchDialog, SLOT(close()));
QMetaObject::connectSlotsByName(SearchDialog);
} // setupUi
void retranslateUi(QDialog *SearchDialog)
{
SearchDialog->setWindowTitle(QApplication::translate("SearchDialog", "\346\237\245\346\211\276", nullptr));
label->setText(QApplication::translate("SearchDialog", "<html><head/><body><p><span style=\" font-size:14pt; font-weight:600;\">\346\237\245\346\211\276\345\206\205\345\256\271:</span></p></body></html>", nullptr));
#ifndef QT_NO_TOOLTIP
Find_next->setToolTip(QApplication::translate("SearchDialog", "<html><head/><body><p>\346\237\245\346\211\276\344\270\213\344\270\200\344\270\252</p></body></html>", nullptr));
#endif // QT_NO_TOOLTIP
Find_next->setText(QApplication::translate("SearchDialog", "\346\237\245\346\211\276", nullptr));
#ifndef QT_NO_TOOLTIP
CancelButton->setToolTip(QApplication::translate("SearchDialog", "<html><head/><body><p>\345\205\263\351\227\255\347\252\227\345\217\243</p></body></html>", nullptr));
#endif // QT_NO_TOOLTIP
CancelButton->setText(QApplication::translate("SearchDialog", "\345\217\226\346\266\210", nullptr));
groupBox->setTitle(QApplication::translate("SearchDialog", "\346\220\234\347\264\242\346\226\271\345\220\221", nullptr));
RB_down->setText(QApplication::translate("SearchDialog", "\345\220\221\345\220\216", nullptr));
RB_up->setText(QApplication::translate("SearchDialog", "\345\220\221\345\211\215", nullptr));
TitleLabel->setText(QApplication::translate("SearchDialog", "<html><head/><body><p><span style=\" font-size:20pt; font-weight:600;\">\346\237\245\346\211\276</span></p></body></html>", nullptr));
label_2->setText(QApplication::translate("SearchDialog", "\345\214\272\345\210\206\345\244\247\345\260\217\345\206\231", nullptr));
} // retranslateUi
};
namespace Ui {
class SearchDialog: public Ui_SearchDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_SEARCHDIALOG_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。