"tests/pipelines/test_pipelines_mask_generation.py" did not exist on "e5f3487190869e043de00ce1a51f47c5b79009e2"
ui_ventoy2diskwindow.h 10.9 KB
Newer Older
longpanda's avatar
longpanda committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
/********************************************************************************
** Form generated from reading UI file 'ventoy2diskwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.9.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_VENTOY2DISKWINDOW_H
#define UI_VENTOY2DISKWINDOW_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QMenu>
#include <QtWidgets/QMenuBar>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_Ventoy2DiskWindow
{
public:
    QAction *actionSecure_Boot_Support;
    QAction *actionMBR;
    QAction *actionGPT;
    QAction *actionPartition_Configuration;
    QAction *actionClear_Ventoy;
    QAction *actionShow_All_Devices;
    QWidget *centralwidget;
    QGroupBox *groupBoxDevice;
    QComboBox *comboBoxDevice;
    QPushButton *ButtonRefresh;
    QGroupBox *groupBoxVentoyLocal;
    QLabel *labelVentoyLocalVer;
    QLabel *labelVentoyLocalPartStyle;
    QLabel *labelVentoyLocalSecure;
    QGroupBox *groupBoxVentoyDevice;
    QLabel *labelVentoyDeviceVer;
    QLabel *labelVentoyDevicePartStyle;
    QLabel *labelVentoyDeviceSecure;
    QGroupBox *groupBoxStatus;
    QProgressBar *progressBar;
    QPushButton *ButtonInstall;
    QPushButton *ButtonUpdate;
    QMenuBar *menubar;
    QMenu *menuOption;
    QMenu *menuPartition_Style;
    QMenu *menuLanguage;

    void setupUi(QMainWindow *Ventoy2DiskWindow)
    {
        if (Ventoy2DiskWindow->objectName().isEmpty())
            Ventoy2DiskWindow->setObjectName(QStringLiteral("Ventoy2DiskWindow"));
        Ventoy2DiskWindow->resize(441, 367);
        actionSecure_Boot_Support = new QAction(Ventoy2DiskWindow);
        actionSecure_Boot_Support->setObjectName(QStringLiteral("actionSecure_Boot_Support"));
        actionSecure_Boot_Support->setCheckable(true);
        actionMBR = new QAction(Ventoy2DiskWindow);
        actionMBR->setObjectName(QStringLiteral("actionMBR"));
        actionMBR->setCheckable(true);
        actionGPT = new QAction(Ventoy2DiskWindow);
        actionGPT->setObjectName(QStringLiteral("actionGPT"));
        actionGPT->setCheckable(true);
        actionPartition_Configuration = new QAction(Ventoy2DiskWindow);
        actionPartition_Configuration->setObjectName(QStringLiteral("actionPartition_Configuration"));
        actionClear_Ventoy = new QAction(Ventoy2DiskWindow);
        actionClear_Ventoy->setObjectName(QStringLiteral("actionClear_Ventoy"));
        actionShow_All_Devices = new QAction(Ventoy2DiskWindow);
        actionShow_All_Devices->setObjectName(QStringLiteral("actionShow_All_Devices"));
        actionShow_All_Devices->setCheckable(true);
        centralwidget = new QWidget(Ventoy2DiskWindow);
        centralwidget->setObjectName(QStringLiteral("centralwidget"));
        groupBoxDevice = new QGroupBox(centralwidget);
        groupBoxDevice->setObjectName(QStringLiteral("groupBoxDevice"));
        groupBoxDevice->setGeometry(QRect(10, 10, 421, 80));
        comboBoxDevice = new QComboBox(groupBoxDevice);
        comboBoxDevice->setObjectName(QStringLiteral("comboBoxDevice"));
        comboBoxDevice->setGeometry(QRect(10, 40, 361, 26));
        ButtonRefresh = new QPushButton(groupBoxDevice);
        ButtonRefresh->setObjectName(QStringLiteral("ButtonRefresh"));
        ButtonRefresh->setGeometry(QRect(380, 37, 30, 30));
        QIcon icon;
        icon.addFile(QStringLiteral("../refresh.ico"), QSize(), QIcon::Normal, QIcon::Off);
        ButtonRefresh->setIcon(icon);
        ButtonRefresh->setIconSize(QSize(24, 24));
        groupBoxVentoyLocal = new QGroupBox(centralwidget);
        groupBoxVentoyLocal->setObjectName(QStringLiteral("groupBoxVentoyLocal"));
        groupBoxVentoyLocal->setGeometry(QRect(10, 100, 205, 80));
        groupBoxVentoyLocal->setAlignment(Qt::AlignCenter);
        labelVentoyLocalVer = new QLabel(groupBoxVentoyLocal);
        labelVentoyLocalVer->setObjectName(QStringLiteral("labelVentoyLocalVer"));
        labelVentoyLocalVer->setGeometry(QRect(30, 30, 135, 41));
        labelVentoyLocalVer->setAlignment(Qt::AlignCenter);
        labelVentoyLocalPartStyle = new QLabel(groupBoxVentoyLocal);
        labelVentoyLocalPartStyle->setObjectName(QStringLiteral("labelVentoyLocalPartStyle"));
        labelVentoyLocalPartStyle->setGeometry(QRect(172, 60, 31, 18));
        labelVentoyLocalSecure = new QLabel(groupBoxVentoyLocal);
        labelVentoyLocalSecure->setObjectName(QStringLiteral("labelVentoyLocalSecure"));
        labelVentoyLocalSecure->setGeometry(QRect(12, 36, 21, 31));
        labelVentoyLocalSecure->setPixmap(QPixmap(QString::fromUtf8("../secure.ico")));
        groupBoxVentoyDevice = new QGroupBox(centralwidget);
        groupBoxVentoyDevice->setObjectName(QStringLiteral("groupBoxVentoyDevice"));
        groupBoxVentoyDevice->setGeometry(QRect(225, 100, 205, 80));
        groupBoxVentoyDevice->setAlignment(Qt::AlignCenter);
        labelVentoyDeviceVer = new QLabel(groupBoxVentoyDevice);
        labelVentoyDeviceVer->setObjectName(QStringLiteral("labelVentoyDeviceVer"));
        labelVentoyDeviceVer->setGeometry(QRect(30, 30, 135, 41));
        labelVentoyDeviceVer->setAlignment(Qt::AlignCenter);
        labelVentoyDevicePartStyle = new QLabel(groupBoxVentoyDevice);
        labelVentoyDevicePartStyle->setObjectName(QStringLiteral("labelVentoyDevicePartStyle"));
        labelVentoyDevicePartStyle->setGeometry(QRect(172, 60, 31, 18));
        labelVentoyDeviceSecure = new QLabel(groupBoxVentoyDevice);
        labelVentoyDeviceSecure->setObjectName(QStringLiteral("labelVentoyDeviceSecure"));
        labelVentoyDeviceSecure->setGeometry(QRect(12, 36, 21, 31));
        labelVentoyDeviceSecure->setPixmap(QPixmap(QString::fromUtf8("../secure.ico")));
        groupBoxStatus = new QGroupBox(centralwidget);
        groupBoxStatus->setObjectName(QStringLiteral("groupBoxStatus"));
        groupBoxStatus->setGeometry(QRect(10, 190, 421, 61));
        progressBar = new QProgressBar(groupBoxStatus);
        progressBar->setObjectName(QStringLiteral("progressBar"));
        progressBar->setGeometry(QRect(10, 30, 401, 23));
        progressBar->setValue(0);
        progressBar->setTextVisible(false);
        ButtonInstall = new QPushButton(centralwidget);
        ButtonInstall->setObjectName(QStringLiteral("ButtonInstall"));
        ButtonInstall->setGeometry(QRect(90, 275, 101, 41));
        ButtonUpdate = new QPushButton(centralwidget);
        ButtonUpdate->setObjectName(QStringLiteral("ButtonUpdate"));
        ButtonUpdate->setGeometry(QRect(250, 275, 101, 41));
        Ventoy2DiskWindow->setCentralWidget(centralwidget);
        menubar = new QMenuBar(Ventoy2DiskWindow);
        menubar->setObjectName(QStringLiteral("menubar"));
        menubar->setGeometry(QRect(0, 0, 441, 23));
        menuOption = new QMenu(menubar);
        menuOption->setObjectName(QStringLiteral("menuOption"));
        menuPartition_Style = new QMenu(menuOption);
        menuPartition_Style->setObjectName(QStringLiteral("menuPartition_Style"));
        menuLanguage = new QMenu(menubar);
        menuLanguage->setObjectName(QStringLiteral("menuLanguage"));
        Ventoy2DiskWindow->setMenuBar(menubar);

        menubar->addAction(menuOption->menuAction());
        menubar->addAction(menuLanguage->menuAction());
        menuOption->addAction(actionSecure_Boot_Support);
        menuOption->addAction(menuPartition_Style->menuAction());
        menuOption->addAction(actionPartition_Configuration);
        menuOption->addAction(actionClear_Ventoy);
        menuOption->addAction(actionShow_All_Devices);
        menuPartition_Style->addAction(actionMBR);
        menuPartition_Style->addAction(actionGPT);

        retranslateUi(Ventoy2DiskWindow);

        QMetaObject::connectSlotsByName(Ventoy2DiskWindow);
    } // setupUi

    void retranslateUi(QMainWindow *Ventoy2DiskWindow)
    {
        Ventoy2DiskWindow->setWindowTitle(QApplication::translate("Ventoy2DiskWindow", "Ventoy2Disk", Q_NULLPTR));
        actionSecure_Boot_Support->setText(QApplication::translate("Ventoy2DiskWindow", "Secure Boot Support", Q_NULLPTR));
        actionMBR->setText(QApplication::translate("Ventoy2DiskWindow", "MBR", Q_NULLPTR));
        actionGPT->setText(QApplication::translate("Ventoy2DiskWindow", "GPT", Q_NULLPTR));
        actionPartition_Configuration->setText(QApplication::translate("Ventoy2DiskWindow", "Partition Configuration", Q_NULLPTR));
        actionClear_Ventoy->setText(QApplication::translate("Ventoy2DiskWindow", "Clear Ventoy", Q_NULLPTR));
        actionShow_All_Devices->setText(QApplication::translate("Ventoy2DiskWindow", "Show All Devices", Q_NULLPTR));
        groupBoxDevice->setTitle(QApplication::translate("Ventoy2DiskWindow", "Device", Q_NULLPTR));
        ButtonRefresh->setText(QString());
        groupBoxVentoyLocal->setTitle(QApplication::translate("Ventoy2DiskWindow", "Ventoy In Package", Q_NULLPTR));
        labelVentoyLocalVer->setText(QApplication::translate("Ventoy2DiskWindow", "<html><head/><body><p><span style=\" font-size:20pt; font-weight:600; color:#ff0000;\">1.0.53</span></p></body></html>", Q_NULLPTR));
        labelVentoyLocalPartStyle->setText(QApplication::translate("Ventoy2DiskWindow", "<html><head/><body><p>MBR</p></body></html>", Q_NULLPTR));
        labelVentoyLocalSecure->setText(QString());
        groupBoxVentoyDevice->setTitle(QApplication::translate("Ventoy2DiskWindow", "Ventoy In Device", Q_NULLPTR));
        labelVentoyDeviceVer->setText(QApplication::translate("Ventoy2DiskWindow", "<html><head/><body><p><span style=\" font-size:20pt; font-weight:600; color:#ff0000;\">1.0.52</span></p></body></html>", Q_NULLPTR));
        labelVentoyDevicePartStyle->setText(QApplication::translate("Ventoy2DiskWindow", "<html><head/><body><p>GPT</p></body></html>", Q_NULLPTR));
        labelVentoyDeviceSecure->setText(QString());
        groupBoxStatus->setTitle(QApplication::translate("Ventoy2DiskWindow", "Status: REDAY", Q_NULLPTR));
        progressBar->setFormat(QString());
        ButtonInstall->setText(QApplication::translate("Ventoy2DiskWindow", "Install", Q_NULLPTR));
        ButtonUpdate->setText(QApplication::translate("Ventoy2DiskWindow", "Update", Q_NULLPTR));
        menuOption->setTitle(QApplication::translate("Ventoy2DiskWindow", "Option", Q_NULLPTR));
        menuPartition_Style->setTitle(QApplication::translate("Ventoy2DiskWindow", "Partition Style", Q_NULLPTR));
        menuLanguage->setTitle(QApplication::translate("Ventoy2DiskWindow", "Language", Q_NULLPTR));
    } // retranslateUi

};

namespace Ui {
    class Ventoy2DiskWindow: public Ui_Ventoy2DiskWindow {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_VENTOY2DISKWINDOW_H