Ai
1 Star 0 Fork 1

第三方项目代码/QIpEditor

forked from Jackal/QIpEditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ui_qipeditor.h 4.51 KB
一键复制 编辑 原始数据 按行查看 历史
Jackal 提交于 2014-11-11 12:18 +08:00 . Init sources
/********************************************************************************
** 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/third_party_project_code/QIpEditor.git
git@gitee.com:third_party_project_code/QIpEditor.git
third_party_project_code
QIpEditor
QIpEditor
master

搜索帮助