代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'gitdialog.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_GITDIALOG_H
#define UI_GITDIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPlainTextEdit>
#include <QtWidgets/QPushButton>
QT_BEGIN_NAMESPACE
class Ui_GitDialog
{
public:
QLabel *label;
QLabel *label_2;
QLabel *label_3;
QPlainTextEdit *NotesEdit;
QPushButton *GitPathBtn;
QPushButton *FilePathBtn;
QPushButton *CommitBtn;
QPushButton *CancelBtn;
QLineEdit *GitPathEdit;
QLineEdit *FilePathEdit;
void setupUi(QDialog *GitDialog)
{
if (GitDialog->objectName().isEmpty())
GitDialog->setObjectName(QString::fromUtf8("GitDialog"));
GitDialog->resize(471, 184);
QFont font;
font.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
GitDialog->setFont(font);
label = new QLabel(GitDialog);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(30, 30, 61, 20));
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);
label_2 = new QLabel(GitDialog);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(30, 60, 61, 20));
label_2->setFont(font1);
label_3 = new QLabel(GitDialog);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setGeometry(QRect(30, 90, 61, 16));
label_3->setFont(font1);
NotesEdit = new QPlainTextEdit(GitDialog);
NotesEdit->setObjectName(QString::fromUtf8("NotesEdit"));
NotesEdit->setGeometry(QRect(100, 90, 231, 71));
NotesEdit->setFont(font);
GitPathBtn = new QPushButton(GitDialog);
GitPathBtn->setObjectName(QString::fromUtf8("GitPathBtn"));
GitPathBtn->setGeometry(QRect(360, 30, 71, 20));
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);
GitPathBtn->setFont(font2);
GitPathBtn->setStyleSheet(QString::fromUtf8("QPushButton\n"
"{\n"
"background-color:white;\n"
"border-style:outset;\n"
"border-width:2px;\n"
"border-radius:5px;\n"
"border-color:rgba(65,205,82,150);\n"
"padding:2px;\n"
"color:black;\n"
"}\n"
"\n"
"QPushButton:hover\n"
"{\n"
"background-color:rgb(108, 236, 172);\n"
"border-color:rgba(255,255,255,200);\n"
"}\n"
"\n"
"QPushButton:pressed\n"
"{\n"
"background-color:rgb(25, 189, 0);\n"
"border-color:white;\n"
"border-style:inset;\n"
"color:white;\n"
"}"));
FilePathBtn = new QPushButton(GitDialog);
FilePathBtn->setObjectName(QString::fromUtf8("FilePathBtn"));
FilePathBtn->setGeometry(QRect(360, 60, 71, 21));
FilePathBtn->setFont(font2);
FilePathBtn->setStyleSheet(QString::fromUtf8("QPushButton\n"
"{\n"
"background-color:white;\n"
"border-style:outset;\n"
"border-width:2px;\n"
"border-radius:5px;\n"
"border-color:rgba(65,205,82,150);\n"
"padding:2px;\n"
"color:black;\n"
"}\n"
"\n"
"QPushButton:hover\n"
"{\n"
"background-color:rgb(108, 236, 172);\n"
"border-color:rgba(255,255,255,200);\n"
"}\n"
"\n"
"QPushButton:pressed\n"
"{\n"
"background-color:rgb(25, 189, 0);\n"
"border-color:white;\n"
"border-style:inset;\n"
"color:white;\n"
"}"));
CommitBtn = new QPushButton(GitDialog);
CommitBtn->setObjectName(QString::fromUtf8("CommitBtn"));
CommitBtn->setGeometry(QRect(360, 100, 80, 20));
CommitBtn->setFont(font2);
CommitBtn->setStyleSheet(QString::fromUtf8("QPushButton\n"
"{\n"
"background-color:white;\n"
"border-style:outset;\n"
"border-width:2px;\n"
"border-radius:5px;\n"
"border-color:rgba(65,205,82,150);\n"
"padding:2px;\n"
"color:black;\n"
"}\n"
"\n"
"QPushButton:hover\n"
"{\n"
"background-color:rgb(108, 236, 172);\n"
"border-color:rgba(255,255,255,200);\n"
"}\n"
"\n"
"QPushButton:pressed\n"
"{\n"
"background-color:rgb(25, 189, 0);\n"
"border-color:white;\n"
"border-style:inset;\n"
"color:white;\n"
"}"));
CancelBtn = new QPushButton(GitDialog);
CancelBtn->setObjectName(QString::fromUtf8("CancelBtn"));
CancelBtn->setGeometry(QRect(360, 130, 80, 20));
CancelBtn->setFont(font2);
CancelBtn->setStyleSheet(QString::fromUtf8("QPushButton\n"
"{\n"
"background-color:white;\n"
"border-style:outset;\n"
"border-width:2px;\n"
"border-radius:5px;\n"
"border-color:rgba(65,205,82,150);\n"
"padding:2px;\n"
"color:black;\n"
"}\n"
"\n"
"QPushButton:hover\n"
"{\n"
"background-color:rgb(108, 236, 172);\n"
"border-color:rgba(255,255,255,200);\n"
"}\n"
"\n"
"QPushButton:pressed\n"
"{\n"
"background-color:rgb(25, 189, 0);\n"
"border-color:white;\n"
"border-style:inset;\n"
"color:white;\n"
"}"));
GitPathEdit = new QLineEdit(GitDialog);
GitPathEdit->setObjectName(QString::fromUtf8("GitPathEdit"));
GitPathEdit->setGeometry(QRect(100, 30, 231, 20));
FilePathEdit = new QLineEdit(GitDialog);
FilePathEdit->setObjectName(QString::fromUtf8("FilePathEdit"));
FilePathEdit->setGeometry(QRect(100, 60, 231, 20));
retranslateUi(GitDialog);
QObject::connect(CancelBtn, SIGNAL(clicked()), GitDialog, SLOT(close()));
QMetaObject::connectSlotsByName(GitDialog);
} // setupUi
void retranslateUi(QDialog *GitDialog)
{
GitDialog->setWindowTitle(QApplication::translate("GitDialog", "Git", nullptr));
label->setText(QApplication::translate("GitDialog", " Git\350\267\257\345\276\204", nullptr));
label_2->setText(QApplication::translate("GitDialog", "\346\226\207\344\273\266\350\267\257\345\276\204", nullptr));
label_3->setText(QApplication::translate("GitDialog", "\346\217\220\344\272\244\346\263\250\351\207\212", nullptr));
GitPathBtn->setText(QApplication::translate("GitDialog", "\346\265\217\350\247\210...", nullptr));
FilePathBtn->setText(QApplication::translate("GitDialog", "\346\265\217\350\247\210...", nullptr));
CommitBtn->setText(QApplication::translate("GitDialog", "\346\217\220\344\272\244", nullptr));
CancelBtn->setText(QApplication::translate("GitDialog", "\345\217\226\346\266\210", nullptr));
} // retranslateUi
};
namespace Ui {
class GitDialog: public Ui_GitDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_GITDIALOG_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。