Filer
ui_InfoDialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'InfoDialogHvDXib.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.8
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef INFODIALOGHVDXIB_H
10 #define INFODIALOGHVDXIB_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QDialog>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QPlainTextEdit>
19 #include <QtWidgets/QPushButton>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QGridLayout *gridLayout;
27  QLabel *typeInfo;
28  QLabel *modifiedInfo;
29  QLabel *versionInfo;
30  QLabel *copyrightLabel;
31  QLabel *iconLabel;
32  QLabel *commentsLabel;
33  QLabel *pathInfo;
34  QLabel *openWithInfo;
35  QLabel *createdLabel;
36  QLabel *permissionsInfo;
37  QLabel *typeLabel;
38  QLabel *sizeInfo;
39  QLabel *modifiedLabel;
40  QLabel *iconInfo;
41  QLabel *versionLabell;
42  QLabel *copyrightInfo;
43  QLabel *openWithLabel;
44  QLabel *permissionsLabel;
45  QCheckBox *executableCheckBox;
46  QLabel *createdInfo;
47  QLabel *sizeLabel;
48  QLabel *pathLabel;
49  QPushButton *changeOpenWithButton;
50  QPlainTextEdit *plainTextEdit;
51 
52  void setupUi(QDialog *InfoDialog)
53  {
54  if (InfoDialog->objectName().isEmpty())
55  InfoDialog->setObjectName(QString::fromUtf8("InfoDialog"));
56  InfoDialog->resize(446, 506);
57  QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred);
58  sizePolicy.setHorizontalStretch(0);
59  sizePolicy.setVerticalStretch(0);
60  sizePolicy.setHeightForWidth(InfoDialog->sizePolicy().hasHeightForWidth());
61  InfoDialog->setSizePolicy(sizePolicy);
62  gridLayout = new QGridLayout(InfoDialog);
63  gridLayout->setSpacing(6);
64  gridLayout->setContentsMargins(11, 11, 11, 11);
65  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
66  typeInfo = new QLabel(InfoDialog);
67  typeInfo->setObjectName(QString::fromUtf8("typeInfo"));
68  QFont font;
69  font.setPointSize(8);
70  typeInfo->setFont(font);
71 
72  gridLayout->addWidget(typeInfo, 7, 1, 1, 1);
73 
74  modifiedInfo = new QLabel(InfoDialog);
75  modifiedInfo->setObjectName(QString::fromUtf8("modifiedInfo"));
76  modifiedInfo->setFont(font);
77 
78  gridLayout->addWidget(modifiedInfo, 4, 1, 1, 1);
79 
80  versionInfo = new QLabel(InfoDialog);
81  versionInfo->setObjectName(QString::fromUtf8("versionInfo"));
82 
83  gridLayout->addWidget(versionInfo, 10, 1, 1, 1);
84 
85  copyrightLabel = new QLabel(InfoDialog);
86  copyrightLabel->setObjectName(QString::fromUtf8("copyrightLabel"));
87  copyrightLabel->setFont(font);
88  copyrightLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
89 
90  gridLayout->addWidget(copyrightLabel, 11, 0, 1, 1);
91 
92  iconLabel = new QLabel(InfoDialog);
93  iconLabel->setObjectName(QString::fromUtf8("iconLabel"));
94  iconLabel->setFont(font);
95  iconLabel->setAlignment(Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing);
96 
97  gridLayout->addWidget(iconLabel, 0, 0, 1, 1);
98 
99  commentsLabel = new QLabel(InfoDialog);
100  commentsLabel->setObjectName(QString::fromUtf8("commentsLabel"));
101  commentsLabel->setFont(font);
102  commentsLabel->setAlignment(Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing);
103 
104  gridLayout->addWidget(commentsLabel, 13, 0, 1, 1);
105 
106  pathInfo = new QLabel(InfoDialog);
107  pathInfo->setObjectName(QString::fromUtf8("pathInfo"));
108  pathInfo->setFont(font);
109 
110  gridLayout->addWidget(pathInfo, 1, 1, 1, 1);
111 
112  openWithInfo = new QLabel(InfoDialog);
113  openWithInfo->setObjectName(QString::fromUtf8("openWithInfo"));
114  openWithInfo->setFont(font);
115 
116  gridLayout->addWidget(openWithInfo, 8, 1, 1, 1);
117 
118  createdLabel = new QLabel(InfoDialog);
119  createdLabel->setObjectName(QString::fromUtf8("createdLabel"));
120  createdLabel->setFont(font);
121  createdLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
122 
123  gridLayout->addWidget(createdLabel, 3, 0, 1, 1);
124 
125  permissionsInfo = new QLabel(InfoDialog);
126  permissionsInfo->setObjectName(QString::fromUtf8("permissionsInfo"));
127  permissionsInfo->setFont(font);
128 
129  gridLayout->addWidget(permissionsInfo, 5, 1, 1, 1);
130 
131  typeLabel = new QLabel(InfoDialog);
132  typeLabel->setObjectName(QString::fromUtf8("typeLabel"));
133  typeLabel->setFont(font);
134  typeLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
135 
136  gridLayout->addWidget(typeLabel, 7, 0, 1, 1);
137 
138  sizeInfo = new QLabel(InfoDialog);
139  sizeInfo->setObjectName(QString::fromUtf8("sizeInfo"));
140  sizeInfo->setFont(font);
141 
142  gridLayout->addWidget(sizeInfo, 2, 1, 1, 1);
143 
144  modifiedLabel = new QLabel(InfoDialog);
145  modifiedLabel->setObjectName(QString::fromUtf8("modifiedLabel"));
146  modifiedLabel->setFont(font);
147  modifiedLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
148 
149  gridLayout->addWidget(modifiedLabel, 4, 0, 1, 1);
150 
151  iconInfo = new QLabel(InfoDialog);
152  iconInfo->setObjectName(QString::fromUtf8("iconInfo"));
153  iconInfo->setMinimumSize(QSize(0, 128));
154  iconInfo->setFont(font);
155 
156  gridLayout->addWidget(iconInfo, 0, 1, 1, 1);
157 
158  versionLabell = new QLabel(InfoDialog);
159  versionLabell->setObjectName(QString::fromUtf8("versionLabell"));
160  versionLabell->setFont(font);
161  versionLabell->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
162 
163  gridLayout->addWidget(versionLabell, 10, 0, 1, 1);
164 
165  copyrightInfo = new QLabel(InfoDialog);
166  copyrightInfo->setObjectName(QString::fromUtf8("copyrightInfo"));
167 
168  gridLayout->addWidget(copyrightInfo, 11, 1, 1, 1);
169 
170  openWithLabel = new QLabel(InfoDialog);
171  openWithLabel->setObjectName(QString::fromUtf8("openWithLabel"));
172  openWithLabel->setFont(font);
173  openWithLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
174 
175  gridLayout->addWidget(openWithLabel, 8, 0, 1, 1);
176 
177  permissionsLabel = new QLabel(InfoDialog);
178  permissionsLabel->setObjectName(QString::fromUtf8("permissionsLabel"));
179  permissionsLabel->setFont(font);
180  permissionsLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
181 
182  gridLayout->addWidget(permissionsLabel, 5, 0, 1, 1);
183 
184  executableCheckBox = new QCheckBox(InfoDialog);
185  executableCheckBox->setObjectName(QString::fromUtf8("executableCheckBox"));
186  executableCheckBox->setFont(font);
187 
188  gridLayout->addWidget(executableCheckBox, 6, 1, 1, 1);
189 
190  createdInfo = new QLabel(InfoDialog);
191  createdInfo->setObjectName(QString::fromUtf8("createdInfo"));
192  createdInfo->setFont(font);
193 
194  gridLayout->addWidget(createdInfo, 3, 1, 1, 1);
195 
196  sizeLabel = new QLabel(InfoDialog);
197  sizeLabel->setObjectName(QString::fromUtf8("sizeLabel"));
198  sizeLabel->setFont(font);
199  sizeLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
200 
201  gridLayout->addWidget(sizeLabel, 2, 0, 1, 1);
202 
203  pathLabel = new QLabel(InfoDialog);
204  pathLabel->setObjectName(QString::fromUtf8("pathLabel"));
205  pathLabel->setFont(font);
206  pathLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
207 
208  gridLayout->addWidget(pathLabel, 1, 0, 1, 1);
209 
210  changeOpenWithButton = new QPushButton(InfoDialog);
211  changeOpenWithButton->setObjectName(QString::fromUtf8("changeOpenWithButton"));
212  QFont font1;
213  font1.setPointSize(12);
214  changeOpenWithButton->setFont(font1);
215  changeOpenWithButton->setAutoDefault(false);
216  changeOpenWithButton->setFlat(false);
217 
218  gridLayout->addWidget(changeOpenWithButton, 9, 1, 1, 1);
219 
220  plainTextEdit = new QPlainTextEdit(InfoDialog);
221  plainTextEdit->setObjectName(QString::fromUtf8("plainTextEdit"));
222  QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding);
223  sizePolicy1.setHorizontalStretch(0);
224  sizePolicy1.setVerticalStretch(0);
225  sizePolicy1.setHeightForWidth(plainTextEdit->sizePolicy().hasHeightForWidth());
226  plainTextEdit->setSizePolicy(sizePolicy1);
227 
228  gridLayout->addWidget(plainTextEdit, 13, 1, 1, 1);
229 
230 
231  retranslateUi(InfoDialog);
232 
233  QMetaObject::connectSlotsByName(InfoDialog);
234  } // setupUi
235 
236  void retranslateUi(QDialog *InfoDialog)
237  {
238  InfoDialog->setWindowTitle(QCoreApplication::translate("InfoDialog", "Dialog", nullptr));
239  versionInfo->setText(QString());
240  copyrightLabel->setText(QCoreApplication::translate("InfoDialog", "Copyright:", nullptr));
241  iconLabel->setText(QCoreApplication::translate("InfoDialog", "Icon:", nullptr));
242  commentsLabel->setText(QCoreApplication::translate("InfoDialog", "Comments:", nullptr));
243  createdLabel->setText(QCoreApplication::translate("InfoDialog", "Created:", nullptr));
244  typeLabel->setText(QCoreApplication::translate("InfoDialog", "Type:", nullptr));
245  modifiedLabel->setText(QCoreApplication::translate("InfoDialog", "Modified:", nullptr));
246  iconInfo->setText(QString());
247  versionLabell->setText(QCoreApplication::translate("InfoDialog", "Version:", nullptr));
248  copyrightInfo->setText(QString());
249  openWithLabel->setText(QCoreApplication::translate("InfoDialog", "Open With:", nullptr));
250  permissionsLabel->setText(QCoreApplication::translate("InfoDialog", "Permissions:", nullptr));
251  executableCheckBox->setText(QCoreApplication::translate("InfoDialog", "Execute as an application", nullptr));
252  sizeLabel->setText(QCoreApplication::translate("InfoDialog", "Size:", nullptr));
253  pathLabel->setText(QCoreApplication::translate("InfoDialog", "Path:", nullptr));
254  changeOpenWithButton->setText(QCoreApplication::translate("InfoDialog", "Change...", nullptr));
255  } // retranslateUi
256 
257 };
258 
259 namespace Ui {
260  class InfoDialog: public Ui_InfoDialog {};
261 } // namespace Ui
262 
263 QT_END_NAMESPACE
264 
265 #endif // INFODIALOGHVDXIB_H
The InfoDialog class represents a dialog to display information about a file or directory.
Definition: InfoDialog.h:42
Definition: ui_InfoDialog.h:260
Definition: ui_InfoDialog.h:24