当前位置:网站首页>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
边栏推荐
- Appium practice | make the test faster, more stable and more reliable (I): slice test
- 【736. Lisp 语法解析】
- How to choose an offer and what factors should be considered
- Section 1: (3) logic chip process substrate selection
- No experts! Growth secrets for junior and intermediate programmers and "quasi programmers" who are still practicing in Universities
- U++ metadata specifier learning notes
- Using thread class and runnable interface to realize the difference between multithreading
- 【问道】编译原理
- AttributeError: module ‘torch._ C‘ has no attribute ‘_ cuda_ setDevice‘
- JS variable plus
猜你喜欢
A simple and beautiful regression table is produced in one line of code~
[practice leads to truth] is the introduction of import and require really the same as what is said on the Internet
Salesforce 容器化 ISV 场景下的软件供应链安全落地实践
一文搞懂常见的网络I/O模型
Ansible reports an error: "MSG": "invalid/incorrect password: permission denied, please try again“
指针与数组在函数中输入实现逆序输出
U++4 interface learning notes
U++ metadata specifier learning notes
U++ 元数据说明符 学习笔记
Local tool [Navicat] connects to remote [MySQL] operation
随机推荐
Thread和Runnable创建线程的方式对比
torch optimizer小解析
Operand of null-aware operation ‘!‘ has type ‘SchedulerBinding‘ which excludes null.
PLC Analog output analog output FB analog2nda (Mitsubishi FX3U)
Leetcode notes
sublime使用技巧
Salesforce 容器化 ISV 场景下的软件供应链安全落地实践
When knative meets webassembly
【PHP SPL笔记】
Tree map: tree view - draw covid-19 array diagram
谈谈讲清楚这件事的重要性
How to package the parsed Excel data into objects and write this object set into the database?
Vscode automatically adds a semicolon and jumps to the next line
A row of code r shows the table of Cox regression model
Meow, come, come: do you really know if, if else
sublime使用技巧
Function pointer and pointer function in C language
STM32封装ESP8266一键配置函数:实现实现AP模式和STA模式切换、服务器与客户端创建
Error: No named parameter with the name ‘foregroundColor‘
当 Knative 遇见 WebAssembly