代码拉取完成,页面将自动刷新
同步操作将从 Jackal/QIpEditor 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/********************************************************************************
** Form generated from reading UI file 'qipeditor.ui'
**
** Created by: Qt User Interface Compiler version 5.3.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_QIPEDITOR_H
#define UI_QIPEDITOR_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_QIpEditor
{
public:
QHBoxLayout *horizontalLayout;
QSpinBox *spinBox1;
QLabel *label;
QSpinBox *spinBox2;
QLabel *label_2;
QSpinBox *spinBox3;
QLabel *label_3;
QSpinBox *spinBox4;
void setupUi(QWidget *QIpEditor)
{
if (QIpEditor->objectName().isEmpty())
QIpEditor->setObjectName(QStringLiteral("QIpEditor"));
QIpEditor->resize(192, 19);
QIpEditor->setStyleSheet(QLatin1String("#QIpEditor{\n"
" border:1px inset gray; \n"
" background-color: rgb(255, 255, 255);\n"
"}\n"
"QSpinBox, QLabel{\n"
" border:none;\n"
" margin:0px;\n"
" padding:0px;\n"
" background-color: rgba(255, 255, 255, 0);\n"
"}"));
horizontalLayout = new QHBoxLayout(QIpEditor);
horizontalLayout->setSpacing(0);
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
horizontalLayout->setContentsMargins(0, 0, 0, 0);
spinBox1 = new QSpinBox(QIpEditor);
spinBox1->setObjectName(QStringLiteral("spinBox1"));
spinBox1->setFrame(false);
spinBox1->setAlignment(Qt::AlignCenter);
spinBox1->setButtonSymbols(QAbstractSpinBox::NoButtons);
spinBox1->setMaximum(255);
horizontalLayout->addWidget(spinBox1);
label = new QLabel(QIpEditor);
label->setObjectName(QStringLiteral("label"));
horizontalLayout->addWidget(label);
spinBox2 = new QSpinBox(QIpEditor);
spinBox2->setObjectName(QStringLiteral("spinBox2"));
spinBox2->setFrame(false);
spinBox2->setAlignment(Qt::AlignCenter);
spinBox2->setButtonSymbols(QAbstractSpinBox::NoButtons);
spinBox2->setMaximum(255);
horizontalLayout->addWidget(spinBox2);
label_2 = new QLabel(QIpEditor);
label_2->setObjectName(QStringLiteral("label_2"));
horizontalLayout->addWidget(label_2);
spinBox3 = new QSpinBox(QIpEditor);
spinBox3->setObjectName(QStringLiteral("spinBox3"));
spinBox3->setFrame(false);
spinBox3->setAlignment(Qt::AlignCenter);
spinBox3->setButtonSymbols(QAbstractSpinBox::NoButtons);
spinBox3->setMaximum(255);
horizontalLayout->addWidget(spinBox3);
label_3 = new QLabel(QIpEditor);
label_3->setObjectName(QStringLiteral("label_3"));
horizontalLayout->addWidget(label_3);
spinBox4 = new QSpinBox(QIpEditor);
spinBox4->setObjectName(QStringLiteral("spinBox4"));
spinBox4->setWrapping(false);
spinBox4->setFrame(false);
spinBox4->setAlignment(Qt::AlignCenter);
spinBox4->setButtonSymbols(QAbstractSpinBox::NoButtons);
spinBox4->setMaximum(255);
horizontalLayout->addWidget(spinBox4);
QWidget::setTabOrder(spinBox1, spinBox2);
QWidget::setTabOrder(spinBox2, spinBox3);
QWidget::setTabOrder(spinBox3, spinBox4);
retranslateUi(QIpEditor);
QObject::connect(spinBox1, SIGNAL(editingFinished()), QIpEditor, SLOT(spinBoxValueChanged()));
QObject::connect(spinBox2, SIGNAL(editingFinished()), QIpEditor, SLOT(spinBoxValueChanged()));
QObject::connect(spinBox3, SIGNAL(editingFinished()), QIpEditor, SLOT(spinBoxValueChanged()));
QObject::connect(spinBox4, SIGNAL(editingFinished()), QIpEditor, SLOT(spinBoxValueChanged()));
QMetaObject::connectSlotsByName(QIpEditor);
} // setupUi
void retranslateUi(QWidget *QIpEditor)
{
QIpEditor->setWindowTitle(QApplication::translate("QIpEditor", "Form", 0));
label->setText(QApplication::translate("QIpEditor", ".", 0));
label_2->setText(QApplication::translate("QIpEditor", ".", 0));
label_3->setText(QApplication::translate("QIpEditor", ".", 0));
} // retranslateUi
};
namespace Ui {
class QIpEditor: public Ui_QIpEditor {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_QIPEDITOR_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。