CuteLogger
Fast and simple logging solution for Qt based applications
ui_trackpropertieswidget.h
1/********************************************************************************
2** Form generated from reading UI file 'trackpropertieswidget.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.7
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_TRACKPROPERTIESWIDGET_H
10#define UI_TRACKPROPERTIESWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QComboBox>
15#include <QtWidgets/QHBoxLayout>
16#include <QtWidgets/QLabel>
17#include <QtWidgets/QSpacerItem>
18#include <QtWidgets/QVBoxLayout>
19#include <QtWidgets/QWidget>
20
21QT_BEGIN_NAMESPACE
22
23class Ui_TrackPropertiesWidget
24{
25public:
26 QVBoxLayout *verticalLayout;
27 QLabel *nameLabel;
28 QHBoxLayout *blendModeLayout;
29 QLabel *blendModeLabel;
30 QComboBox *blendModeCombo;
31 QSpacerItem *verticalSpacer;
32
33 void setupUi(QWidget *TrackPropertiesWidget)
34 {
35 if (TrackPropertiesWidget->objectName().isEmpty())
36 TrackPropertiesWidget->setObjectName(QString::fromUtf8("TrackPropertiesWidget"));
37 TrackPropertiesWidget->resize(400, 300);
38 verticalLayout = new QVBoxLayout(TrackPropertiesWidget);
39 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
40 nameLabel = new QLabel(TrackPropertiesWidget);
41 nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
42 QFont font;
43 font.setBold(true);
44 font.setWeight(75);
45 nameLabel->setFont(font);
46 nameLabel->setAlignment(Qt::AlignCenter);
47
48 verticalLayout->addWidget(nameLabel);
49
50 blendModeLayout = new QHBoxLayout();
51 blendModeLayout->setObjectName(QString::fromUtf8("blendModeLayout"));
52 blendModeLabel = new QLabel(TrackPropertiesWidget);
53 blendModeLabel->setObjectName(QString::fromUtf8("blendModeLabel"));
54 blendModeLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
55
56 blendModeLayout->addWidget(blendModeLabel);
57
58 blendModeCombo = new QComboBox(TrackPropertiesWidget);
59 blendModeCombo->setObjectName(QString::fromUtf8("blendModeCombo"));
60 blendModeCombo->setMaxVisibleItems(20);
61
62 blendModeLayout->addWidget(blendModeCombo);
63
64
65 verticalLayout->addLayout(blendModeLayout);
66
67 verticalSpacer = new QSpacerItem(20, 232, QSizePolicy::Minimum, QSizePolicy::Expanding);
68
69 verticalLayout->addItem(verticalSpacer);
70
71
72 retranslateUi(TrackPropertiesWidget);
73
74 QMetaObject::connectSlotsByName(TrackPropertiesWidget);
75 } // setupUi
76
77 void retranslateUi(QWidget *TrackPropertiesWidget)
78 {
79 TrackPropertiesWidget->setWindowTitle(QCoreApplication::translate("TrackPropertiesWidget", "Form", nullptr));
80 nameLabel->setText(QString());
81 blendModeLabel->setText(QCoreApplication::translate("TrackPropertiesWidget", "Blend mode", nullptr));
82 } // retranslateUi
83
84};
85
86namespace Ui {
87 class TrackPropertiesWidget: public Ui_TrackPropertiesWidget {};
88} // namespace Ui
89
90QT_END_NAMESPACE
91
92#endif // UI_TRACKPROPERTIESWIDGET_H