]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - LinuxGUI/Ventoy2Disk/QT/build/ui_ventoy2diskwindow.h
The gpt pointer is not initialized, and when offset < 0, it may result in freeing...
[Ventoy.git] / LinuxGUI / Ventoy2Disk / QT / build / ui_ventoy2diskwindow.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'ventoy2diskwindow.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.9.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8
9 #ifndef UI_VENTOY2DISKWINDOW_H
10 #define UI_VENTOY2DISKWINDOW_H
11
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QGroupBox>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QMainWindow>
21 #include <QtWidgets/QMenu>
22 #include <QtWidgets/QMenuBar>
23 #include <QtWidgets/QProgressBar>
24 #include <QtWidgets/QPushButton>
25 #include <QtWidgets/QWidget>
26
27 QT_BEGIN_NAMESPACE
28
29 class Ui_Ventoy2DiskWindow
30 {
31 public:
32 QAction *actionSecure_Boot_Support;
33 QAction *actionMBR;
34 QAction *actionGPT;
35 QAction *actionPartition_Configuration;
36 QAction *actionClear_Ventoy;
37 QAction *actionShow_All_Devices;
38 QWidget *centralwidget;
39 QGroupBox *groupBoxDevice;
40 QComboBox *comboBoxDevice;
41 QPushButton *ButtonRefresh;
42 QGroupBox *groupBoxVentoyLocal;
43 QLabel *labelVentoyLocalVer;
44 QLabel *labelVentoyLocalPartStyle;
45 QLabel *labelVentoyLocalSecure;
46 QGroupBox *groupBoxVentoyDevice;
47 QLabel *labelVentoyDeviceVer;
48 QLabel *labelVentoyDevicePartStyle;
49 QLabel *labelVentoyDeviceSecure;
50 QGroupBox *groupBoxStatus;
51 QProgressBar *progressBar;
52 QPushButton *ButtonInstall;
53 QPushButton *ButtonUpdate;
54 QMenuBar *menubar;
55 QMenu *menuOption;
56 QMenu *menuPartition_Style;
57 QMenu *menuLanguage;
58
59 void setupUi(QMainWindow *Ventoy2DiskWindow)
60 {
61 if (Ventoy2DiskWindow->objectName().isEmpty())
62 Ventoy2DiskWindow->setObjectName(QStringLiteral("Ventoy2DiskWindow"));
63 Ventoy2DiskWindow->resize(441, 367);
64 actionSecure_Boot_Support = new QAction(Ventoy2DiskWindow);
65 actionSecure_Boot_Support->setObjectName(QStringLiteral("actionSecure_Boot_Support"));
66 actionSecure_Boot_Support->setCheckable(true);
67 actionMBR = new QAction(Ventoy2DiskWindow);
68 actionMBR->setObjectName(QStringLiteral("actionMBR"));
69 actionMBR->setCheckable(true);
70 actionGPT = new QAction(Ventoy2DiskWindow);
71 actionGPT->setObjectName(QStringLiteral("actionGPT"));
72 actionGPT->setCheckable(true);
73 actionPartition_Configuration = new QAction(Ventoy2DiskWindow);
74 actionPartition_Configuration->setObjectName(QStringLiteral("actionPartition_Configuration"));
75 actionClear_Ventoy = new QAction(Ventoy2DiskWindow);
76 actionClear_Ventoy->setObjectName(QStringLiteral("actionClear_Ventoy"));
77 actionShow_All_Devices = new QAction(Ventoy2DiskWindow);
78 actionShow_All_Devices->setObjectName(QStringLiteral("actionShow_All_Devices"));
79 actionShow_All_Devices->setCheckable(true);
80 centralwidget = new QWidget(Ventoy2DiskWindow);
81 centralwidget->setObjectName(QStringLiteral("centralwidget"));
82 groupBoxDevice = new QGroupBox(centralwidget);
83 groupBoxDevice->setObjectName(QStringLiteral("groupBoxDevice"));
84 groupBoxDevice->setGeometry(QRect(10, 10, 421, 80));
85 comboBoxDevice = new QComboBox(groupBoxDevice);
86 comboBoxDevice->setObjectName(QStringLiteral("comboBoxDevice"));
87 comboBoxDevice->setGeometry(QRect(10, 40, 361, 26));
88 ButtonRefresh = new QPushButton(groupBoxDevice);
89 ButtonRefresh->setObjectName(QStringLiteral("ButtonRefresh"));
90 ButtonRefresh->setGeometry(QRect(380, 37, 30, 30));
91 QIcon icon;
92 icon.addFile(QStringLiteral("../refresh.ico"), QSize(), QIcon::Normal, QIcon::Off);
93 ButtonRefresh->setIcon(icon);
94 ButtonRefresh->setIconSize(QSize(24, 24));
95 groupBoxVentoyLocal = new QGroupBox(centralwidget);
96 groupBoxVentoyLocal->setObjectName(QStringLiteral("groupBoxVentoyLocal"));
97 groupBoxVentoyLocal->setGeometry(QRect(10, 100, 205, 80));
98 groupBoxVentoyLocal->setAlignment(Qt::AlignCenter);
99 labelVentoyLocalVer = new QLabel(groupBoxVentoyLocal);
100 labelVentoyLocalVer->setObjectName(QStringLiteral("labelVentoyLocalVer"));
101 labelVentoyLocalVer->setGeometry(QRect(30, 30, 135, 41));
102 labelVentoyLocalVer->setAlignment(Qt::AlignCenter);
103 labelVentoyLocalPartStyle = new QLabel(groupBoxVentoyLocal);
104 labelVentoyLocalPartStyle->setObjectName(QStringLiteral("labelVentoyLocalPartStyle"));
105 labelVentoyLocalPartStyle->setGeometry(QRect(172, 60, 31, 18));
106 labelVentoyLocalSecure = new QLabel(groupBoxVentoyLocal);
107 labelVentoyLocalSecure->setObjectName(QStringLiteral("labelVentoyLocalSecure"));
108 labelVentoyLocalSecure->setGeometry(QRect(12, 36, 21, 31));
109 labelVentoyLocalSecure->setPixmap(QPixmap(QString::fromUtf8("../secure.ico")));
110 groupBoxVentoyDevice = new QGroupBox(centralwidget);
111 groupBoxVentoyDevice->setObjectName(QStringLiteral("groupBoxVentoyDevice"));
112 groupBoxVentoyDevice->setGeometry(QRect(225, 100, 205, 80));
113 groupBoxVentoyDevice->setAlignment(Qt::AlignCenter);
114 labelVentoyDeviceVer = new QLabel(groupBoxVentoyDevice);
115 labelVentoyDeviceVer->setObjectName(QStringLiteral("labelVentoyDeviceVer"));
116 labelVentoyDeviceVer->setGeometry(QRect(30, 30, 135, 41));
117 labelVentoyDeviceVer->setAlignment(Qt::AlignCenter);
118 labelVentoyDevicePartStyle = new QLabel(groupBoxVentoyDevice);
119 labelVentoyDevicePartStyle->setObjectName(QStringLiteral("labelVentoyDevicePartStyle"));
120 labelVentoyDevicePartStyle->setGeometry(QRect(172, 60, 31, 18));
121 labelVentoyDeviceSecure = new QLabel(groupBoxVentoyDevice);
122 labelVentoyDeviceSecure->setObjectName(QStringLiteral("labelVentoyDeviceSecure"));
123 labelVentoyDeviceSecure->setGeometry(QRect(12, 36, 21, 31));
124 labelVentoyDeviceSecure->setPixmap(QPixmap(QString::fromUtf8("../secure.ico")));
125 groupBoxStatus = new QGroupBox(centralwidget);
126 groupBoxStatus->setObjectName(QStringLiteral("groupBoxStatus"));
127 groupBoxStatus->setGeometry(QRect(10, 190, 421, 61));
128 progressBar = new QProgressBar(groupBoxStatus);
129 progressBar->setObjectName(QStringLiteral("progressBar"));
130 progressBar->setGeometry(QRect(10, 30, 401, 23));
131 progressBar->setValue(0);
132 progressBar->setTextVisible(false);
133 ButtonInstall = new QPushButton(centralwidget);
134 ButtonInstall->setObjectName(QStringLiteral("ButtonInstall"));
135 ButtonInstall->setGeometry(QRect(90, 275, 101, 41));
136 ButtonUpdate = new QPushButton(centralwidget);
137 ButtonUpdate->setObjectName(QStringLiteral("ButtonUpdate"));
138 ButtonUpdate->setGeometry(QRect(250, 275, 101, 41));
139 Ventoy2DiskWindow->setCentralWidget(centralwidget);
140 menubar = new QMenuBar(Ventoy2DiskWindow);
141 menubar->setObjectName(QStringLiteral("menubar"));
142 menubar->setGeometry(QRect(0, 0, 441, 23));
143 menuOption = new QMenu(menubar);
144 menuOption->setObjectName(QStringLiteral("menuOption"));
145 menuPartition_Style = new QMenu(menuOption);
146 menuPartition_Style->setObjectName(QStringLiteral("menuPartition_Style"));
147 menuLanguage = new QMenu(menubar);
148 menuLanguage->setObjectName(QStringLiteral("menuLanguage"));
149 Ventoy2DiskWindow->setMenuBar(menubar);
150
151 menubar->addAction(menuOption->menuAction());
152 menubar->addAction(menuLanguage->menuAction());
153 menuOption->addAction(actionSecure_Boot_Support);
154 menuOption->addAction(menuPartition_Style->menuAction());
155 menuOption->addAction(actionPartition_Configuration);
156 menuOption->addAction(actionClear_Ventoy);
157 menuOption->addAction(actionShow_All_Devices);
158 menuPartition_Style->addAction(actionMBR);
159 menuPartition_Style->addAction(actionGPT);
160
161 retranslateUi(Ventoy2DiskWindow);
162
163 QMetaObject::connectSlotsByName(Ventoy2DiskWindow);
164 } // setupUi
165
166 void retranslateUi(QMainWindow *Ventoy2DiskWindow)
167 {
168 Ventoy2DiskWindow->setWindowTitle(QApplication::translate("Ventoy2DiskWindow", "Ventoy2Disk", Q_NULLPTR));
169 actionSecure_Boot_Support->setText(QApplication::translate("Ventoy2DiskWindow", "Secure Boot Support", Q_NULLPTR));
170 actionMBR->setText(QApplication::translate("Ventoy2DiskWindow", "MBR", Q_NULLPTR));
171 actionGPT->setText(QApplication::translate("Ventoy2DiskWindow", "GPT", Q_NULLPTR));
172 actionPartition_Configuration->setText(QApplication::translate("Ventoy2DiskWindow", "Partition Configuration", Q_NULLPTR));
173 actionClear_Ventoy->setText(QApplication::translate("Ventoy2DiskWindow", "Clear Ventoy", Q_NULLPTR));
174 actionShow_All_Devices->setText(QApplication::translate("Ventoy2DiskWindow", "Show All Devices", Q_NULLPTR));
175 groupBoxDevice->setTitle(QApplication::translate("Ventoy2DiskWindow", "Device", Q_NULLPTR));
176 ButtonRefresh->setText(QString());
177 groupBoxVentoyLocal->setTitle(QApplication::translate("Ventoy2DiskWindow", "Ventoy In Package", Q_NULLPTR));
178 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));
179 labelVentoyLocalPartStyle->setText(QApplication::translate("Ventoy2DiskWindow", "<html><head/><body><p>MBR</p></body></html>", Q_NULLPTR));
180 labelVentoyLocalSecure->setText(QString());
181 groupBoxVentoyDevice->setTitle(QApplication::translate("Ventoy2DiskWindow", "Ventoy In Device", Q_NULLPTR));
182 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));
183 labelVentoyDevicePartStyle->setText(QApplication::translate("Ventoy2DiskWindow", "<html><head/><body><p>GPT</p></body></html>", Q_NULLPTR));
184 labelVentoyDeviceSecure->setText(QString());
185 groupBoxStatus->setTitle(QApplication::translate("Ventoy2DiskWindow", "Status: REDAY", Q_NULLPTR));
186 progressBar->setFormat(QString());
187 ButtonInstall->setText(QApplication::translate("Ventoy2DiskWindow", "Install", Q_NULLPTR));
188 ButtonUpdate->setText(QApplication::translate("Ventoy2DiskWindow", "Update", Q_NULLPTR));
189 menuOption->setTitle(QApplication::translate("Ventoy2DiskWindow", "Option", Q_NULLPTR));
190 menuPartition_Style->setTitle(QApplication::translate("Ventoy2DiskWindow", "Partition Style", Q_NULLPTR));
191 menuLanguage->setTitle(QApplication::translate("Ventoy2DiskWindow", "Language", Q_NULLPTR));
192 } // retranslateUi
193
194 };
195
196 namespace Ui {
197 class Ventoy2DiskWindow: public Ui_Ventoy2DiskWindow {};
198 } // namespace Ui
199
200 QT_END_NAMESPACE
201
202 #endif // UI_VENTOY2DISKWINDOW_H