当前位置:网站首页>QT simple layout box model with spring
QT simple layout box model with spring
2022-07-07 05:11:00 【PHP code】
/********************************************************************************
** 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
边栏推荐
- U++ 元数据说明符 学习笔记
- Pointer and array are input in function to realize reverse order output
- No experts! Growth secrets for junior and intermediate programmers and "quasi programmers" who are still practicing in Universities
- Mysql database (basic)
- 《四》表单
- 批量归一化(标准化)处理
- Leetcode longest public prefix
- sublime使用技巧
- C语言中函数指针与指针函数
- Using thread class and runnable interface to realize the difference between multithreading
猜你喜欢
【问道】编译原理
一文搞懂常见的网络I/O模型
Flask项目使用flask-socketio异常:TypeError: function() argument 1 must be code, not str
Markdown编辑器
torch optimizer小解析
y58.第三章 Kubernetes从入门到精通 -- 持续集成与部署(三一)
Basic knowledge of road loss of 3GPP channel model
Analysis -- MySQL statement execution process & MySQL architecture
How to choose an offer and what factors should be considered
如何设计 API 接口,实现统一格式返回?
随机推荐
Test interview | how much can you answer the real test interview question of an Internet company?
3.基金的类型
Ansible overview and module explanation (you just passed today, but yesterday came to your face)
JS variable
Development thoughts of adding new requirements in secondary development
Leetcode(417)——太平洋大西洋水流问题
App embedded H5 --- iPhone soft keyboard blocks input text
National meteorological data / rainfall distribution data / solar radiation data /npp net primary productivity data / vegetation coverage data
Addressable 预下载
The execution order of return in JS' try catch finally
Appium practice | make the test faster, more stable and more reliable (I): slice test
Talk about the importance of making it clear
AttributeError: module ‘torch._ C‘ has no attribute ‘_ cuda_ setDevice‘
Tree map: tree view - draw covid-19 array diagram
Ansible报错:“msg“: “Invalid/incorrect password: Permission denied, please try again.“
Monitoring cannot be started after Oracle modifies the computer name
Flask project uses flask socketio exception: typeerror: function() argument 1 must be code, not str
Markdown编辑器
基于Bevy游戏引擎和FPGA的双人游戏
带你遨游银河系的 10 种分布式数据库