当前位置:网站首页>qt 简单布局 盒子模型 加弹簧
qt 简单布局 盒子模型 加弹簧
2022-07-06 23:01:00 【PHP代码】
/********************************************************************************
** Form generated from reading UI file 'designerH19660.ui'
**
** Created by: Qt User Interface Compiler version 5.9.9
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef DESIGNERH19660_H
#define DESIGNERH19660_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Form
{
public:
QWidget *horizontalLayoutWidget;
QHBoxLayout *horizontalLayout;
QVBoxLayout *verticalLayout;
QLabel *label;
QSpacerItem *verticalSpacer;
QWidget *widget;
QVBoxLayout *verticalLayout_3;
QHBoxLayout *horizontalLayout_2;
QLabel *label_4;
QLabel *label_3;
QSpacerItem *horizontalSpacer_2;
QLabel *label_5;
QLabel *label_2;
QHBoxLayout *horizontalLayout_3;
QHBoxLayout *horizontalLayout_4;
QLabel *label_6;
QHBoxLayout *horizontalLayout_5;
QLabel *label_8;
QSpacerItem *horizontalSpacer;
QLabel *label_7;
QHBoxLayout *horizontalLayout_6;
QLabel *label_9;
void setupUi(QWidget *Form)
{
if (Form->objectName().isEmpty())
Form->setObjectName(QStringLiteral("Form"));
Form->resize(752, 426);
horizontalLayoutWidget = new QWidget(Form);
horizontalLayoutWidget->setObjectName(QStringLiteral("horizontalLayoutWidget"));
horizontalLayoutWidget->setGeometry(QRect(140, 70, 451, 181));
horizontalLayout = new QHBoxLayout(horizontalLayoutWidget);
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
horizontalLayout->setContentsMargins(0, 0, 0, 0);
verticalLayout = new QVBoxLayout();
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
label = new QLabel(horizontalLayoutWidget);
label->setObjectName(QStringLiteral("label"));
verticalLayout->addWidget(label);
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
verticalLayout->addItem(verticalSpacer);
horizontalLayout->addLayout(verticalLayout);
widget = new QWidget(horizontalLayoutWidget);
widget->setObjectName(QStringLiteral("widget"));
verticalLayout_3 = new QVBoxLayout(widget);
verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
label_4 = new QLabel(widget);
label_4->setObjectName(QStringLiteral("label_4"));
horizontalLayout_2->addWidget(label_4);
label_3 = new QLabel(widget);
label_3->setObjectName(QStringLiteral("label_3"));
horizontalLayout_2->addWidget(label_3);
horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_2->addItem(horizontalSpacer_2);
label_5 = new QLabel(widget);
label_5->setObjectName(QStringLiteral("label_5"));
horizontalLayout_2->addWidget(label_5);
label_2 = new QLabel(widget);
label_2->setObjectName(QStringLiteral("label_2"));
horizontalLayout_2->addWidget(label_2);
verticalLayout_3->addLayout(horizontalLayout_2);
horizontalLayout_3 = new QHBoxLayout();
horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
horizontalLayout_4 = new QHBoxLayout();
horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
label_6 = new QLabel(widget);
label_6->setObjectName(QStringLiteral("label_6"));
horizontalLayout_4->addWidget(label_6);
horizontalLayout_3->addLayout(horizontalLayout_4);
verticalLayout_3->addLayout(horizontalLayout_3);
horizontalLayout_5 = new QHBoxLayout();
horizontalLayout_5->setObjectName(QStringLiteral("horizontalLayout_5"));
label_8 = new QLabel(widget);
label_8->setObjectName(QStringLiteral("label_8"));
horizontalLayout_5->addWidget(label_8);
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_5->addItem(horizontalSpacer);
label_7 = new QLabel(widget);
label_7->setObjectName(QStringLiteral("label_7"));
horizontalLayout_5->addWidget(label_7);
verticalLayout_3->addLayout(horizontalLayout_5);
horizontalLayout_6 = new QHBoxLayout();
horizontalLayout_6->setObjectName(QStringLiteral("horizontalLayout_6"));
label_9 = new QLabel(widget);
label_9->setObjectName(QStringLiteral("label_9"));
horizontalLayout_6->addWidget(label_9);
verticalLayout_3->addLayout(horizontalLayout_6);
horizontalLayout->addWidget(widget);
retranslateUi(Form);
QMetaObject::connectSlotsByName(Form);
} // setupUi
void retranslateUi(QWidget *Form)
{
Form->setWindowTitle(QApplication::translate("Form", "Form", Q_NULLPTR));
label->setText(QApplication::translate("Form", "TextLabel", Q_NULLPTR));
label_4->setText(QApplication::translate("Form", "TextLabel", Q_NULLPTR));
label_3->setText(QApplication::translate("Form", "TextLabel", Q_NULLPTR));
label_5->setText(QApplication::translate("Form", "TextLabel", Q_NULLPTR));
label_2->setText(QApplication::translate("Form", "TextLabel", Q_NULLPTR));
label_6->setText(QApplication::translate("Form", "TextLabel", Q_NULLPTR));
label_8->setText(QApplication::translate("Form", "TextLabel", Q_NULLPTR));
label_7->setText(QApplication::translate("Form", "TextLabel", Q_NULLPTR));
label_9->setText(QApplication::translate("Form", "TextLabel", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class Form: public Ui_Form {};
} // namespace Ui
QT_END_NAMESPACE
#endif // DESIGNERH19660_H
边栏推荐
- sublime使用技巧
- LabVIEW在打开一个新的引用,提示内存已满
- Understand common network i/o models
- If you‘re running pod install manually, make sure flutter pub get is executed first.
- Can I specify a path in an attribute to map a property in my class to a child property in my JSON?
- 为什么很多人对技术债务产生误解
- A row of code r shows the table of Cox regression model
- MySQL数据库(基础篇)
- Monitoring cannot be started after Oracle modifies the computer name
- 【愚公系列】2022年7月 Go教学课程 005-变量
猜你喜欢
【问道】编译原理
Ansible报错:“msg“: “Invalid/incorrect password: Permission denied, please try again.“
Ansible中的inventory主机清单(预祝你我有数不尽的鲜花和浪漫)
ThinkPHP关联预载入with
如何设计 API 接口,实现统一格式返回?
Gavin teacher's perception of transformer live class - rasa project actual combat e-commerce retail customer service intelligent business dialogue robot microservice code analysis and dialogue experim
Why do many people misunderstand technical debt
Markdown editor
Function pointer and pointer function in C language
A row of code r shows the table of Cox regression model
随机推荐
JDBC link Oracle reference code
STM32F103 realize IAP online upgrade application
Section 1: (3) logic chip process substrate selection
If you‘re running pod install manually, make sure flutter pub get is executed first.
Pointer and array are input in function to realize reverse order output
全国气象数据/降雨量分布数据/太阳辐射数据/NPP净初级生产力数据/植被覆盖度数据
Local tool [Navicat] connects to remote [MySQL] operation
leetcode 53. Maximum subarray maximum subarray sum (medium)
A simple and beautiful regression table is produced in one line of code~
JS 的 try catch finally 中 return 的执行顺序
Vscode automatically adds a semicolon and jumps to the next line
Why is the salary of test and development so high?
Dynamically generate tables
Markdown editor
动态生成表格
一文搞懂常见的网络I/O模型
当 Knative 遇见 WebAssembly
Two methods of chromosome coordinate sequencing
U++4 interface learning notes
Meow, come, come: do you really know if, if else