| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'filepropertiesdialog.ui' |
| 3 | ** |
| 4 | ** Created by: Qt User Interface Compiler version 5.15.3 |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 7 | ********************************************************************************/ |
| 8 | |
| 9 | #ifndef UI_FILEPROPERTIESDIALOG_H |
| 10 | #define UI_FILEPROPERTIESDIALOG_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QComboBox> |
| 15 | #include <QtWidgets/QDialog> |
| 16 | #include <QtWidgets/QFrame> |
| 17 | #include <QtWidgets/QGridLayout> |
| 18 | #include <QtWidgets/QHBoxLayout> |
| 19 | #include <QtWidgets/QLabel> |
| 20 | #include <QtWidgets/QLineEdit> |
| 21 | #include <QtWidgets/QPushButton> |
| 22 | #include <QtWidgets/QSpacerItem> |
| 23 | #include <QtWidgets/QWidget> |
| 24 | |
| 25 | QT_BEGIN_NAMESPACE |
| 26 | |
| 27 | class Ui_FilePropertiesDialog |
| 28 | { |
| 29 | public: |
| 30 | QGridLayout *gridLayout_2; |
| 31 | QFrame *frame; |
| 32 | QGridLayout *gridLayout; |
| 33 | QLabel *label; |
| 34 | QComboBox *cbFiles; |
| 35 | QLineEdit *txtProject; |
| 36 | QLabel *label_3; |
| 37 | QLabel *label_2; |
| 38 | QLineEdit *txtPath; |
| 39 | QLabel *label_4; |
| 40 | QLineEdit *txtRelativeToProject; |
| 41 | QFrame *frame_4; |
| 42 | QHBoxLayout *horizontalLayout_3; |
| 43 | QLabel *label_7; |
| 44 | QLineEdit *; |
| 45 | QFrame *frame_5; |
| 46 | QHBoxLayout *horizontalLayout_4; |
| 47 | QLabel *label_8; |
| 48 | QLineEdit *txtCodeLines; |
| 49 | QFrame *frame_2; |
| 50 | QHBoxLayout *horizontalLayout; |
| 51 | QLabel *label_5; |
| 52 | QLineEdit *txtLines; |
| 53 | QFrame *frame_7; |
| 54 | QHBoxLayout *horizontalLayout_6; |
| 55 | QLabel *label_10; |
| 56 | QLineEdit *txtIncludes; |
| 57 | QFrame *frame_3; |
| 58 | QHBoxLayout *horizontalLayout_2; |
| 59 | QLabel *label_6; |
| 60 | QLineEdit *txtEmptyLines; |
| 61 | QSpacerItem *verticalSpacer; |
| 62 | QFrame *frame_6; |
| 63 | QHBoxLayout *horizontalLayout_5; |
| 64 | QLabel *label_9; |
| 65 | QLineEdit *txtFileSize; |
| 66 | QFrame *frame_8; |
| 67 | QHBoxLayout *horizontalLayout_7; |
| 68 | QLabel *label_11; |
| 69 | QLineEdit *txtFileDate; |
| 70 | QWidget *widget; |
| 71 | QHBoxLayout *horizontalLayout_8; |
| 72 | QSpacerItem *horizontalSpacer; |
| 73 | QPushButton *btnOK; |
| 74 | QSpacerItem *horizontalSpacer_2; |
| 75 | |
| 76 | void setupUi(QDialog *FilePropertiesDialog) |
| 77 | { |
| 78 | if (FilePropertiesDialog->objectName().isEmpty()) |
| 79 | FilePropertiesDialog->setObjectName(QString::fromUtf8("FilePropertiesDialog" )); |
| 80 | FilePropertiesDialog->resize(726, 444); |
| 81 | gridLayout_2 = new QGridLayout(FilePropertiesDialog); |
| 82 | gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2" )); |
| 83 | frame = new QFrame(FilePropertiesDialog); |
| 84 | frame->setObjectName(QString::fromUtf8("frame" )); |
| 85 | frame->setFrameShape(QFrame::StyledPanel); |
| 86 | frame->setFrameShadow(QFrame::Raised); |
| 87 | gridLayout = new QGridLayout(frame); |
| 88 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
| 89 | label = new QLabel(frame); |
| 90 | label->setObjectName(QString::fromUtf8("label" )); |
| 91 | |
| 92 | gridLayout->addWidget(label, 0, 0, 1, 1); |
| 93 | |
| 94 | cbFiles = new QComboBox(frame); |
| 95 | cbFiles->setObjectName(QString::fromUtf8("cbFiles" )); |
| 96 | QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
| 97 | sizePolicy.setHorizontalStretch(0); |
| 98 | sizePolicy.setVerticalStretch(0); |
| 99 | sizePolicy.setHeightForWidth(cbFiles->sizePolicy().hasHeightForWidth()); |
| 100 | cbFiles->setSizePolicy(sizePolicy); |
| 101 | |
| 102 | gridLayout->addWidget(cbFiles, 0, 1, 1, 1); |
| 103 | |
| 104 | txtProject = new QLineEdit(frame); |
| 105 | txtProject->setObjectName(QString::fromUtf8("txtProject" )); |
| 106 | txtProject->setReadOnly(true); |
| 107 | |
| 108 | gridLayout->addWidget(txtProject, 1, 1, 1, 1); |
| 109 | |
| 110 | label_3 = new QLabel(frame); |
| 111 | label_3->setObjectName(QString::fromUtf8("label_3" )); |
| 112 | |
| 113 | gridLayout->addWidget(label_3, 2, 0, 1, 1); |
| 114 | |
| 115 | label_2 = new QLabel(frame); |
| 116 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
| 117 | |
| 118 | gridLayout->addWidget(label_2, 1, 0, 1, 1); |
| 119 | |
| 120 | txtPath = new QLineEdit(frame); |
| 121 | txtPath->setObjectName(QString::fromUtf8("txtPath" )); |
| 122 | txtPath->setReadOnly(true); |
| 123 | |
| 124 | gridLayout->addWidget(txtPath, 2, 1, 1, 1); |
| 125 | |
| 126 | label_4 = new QLabel(frame); |
| 127 | label_4->setObjectName(QString::fromUtf8("label_4" )); |
| 128 | |
| 129 | gridLayout->addWidget(label_4, 3, 0, 1, 1); |
| 130 | |
| 131 | txtRelativeToProject = new QLineEdit(frame); |
| 132 | txtRelativeToProject->setObjectName(QString::fromUtf8("txtRelativeToProject" )); |
| 133 | txtRelativeToProject->setReadOnly(true); |
| 134 | |
| 135 | gridLayout->addWidget(txtRelativeToProject, 3, 1, 1, 1); |
| 136 | |
| 137 | |
| 138 | gridLayout_2->addWidget(frame, 0, 0, 1, 2); |
| 139 | |
| 140 | frame_4 = new QFrame(FilePropertiesDialog); |
| 141 | frame_4->setObjectName(QString::fromUtf8("frame_4" )); |
| 142 | frame_4->setFrameShape(QFrame::StyledPanel); |
| 143 | frame_4->setFrameShadow(QFrame::Raised); |
| 144 | horizontalLayout_3 = new QHBoxLayout(frame_4); |
| 145 | horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3" )); |
| 146 | label_7 = new QLabel(frame_4); |
| 147 | label_7->setObjectName(QString::fromUtf8("label_7" )); |
| 148 | |
| 149 | horizontalLayout_3->addWidget(label_7); |
| 150 | |
| 151 | txtCommentLines = new QLineEdit(frame_4); |
| 152 | txtCommentLines->setObjectName(QString::fromUtf8("txtCommentLines" )); |
| 153 | txtCommentLines->setReadOnly(true); |
| 154 | |
| 155 | horizontalLayout_3->addWidget(txtCommentLines); |
| 156 | |
| 157 | |
| 158 | gridLayout_2->addWidget(frame_4, 2, 0, 1, 1); |
| 159 | |
| 160 | frame_5 = new QFrame(FilePropertiesDialog); |
| 161 | frame_5->setObjectName(QString::fromUtf8("frame_5" )); |
| 162 | frame_5->setFrameShape(QFrame::StyledPanel); |
| 163 | frame_5->setFrameShadow(QFrame::Raised); |
| 164 | horizontalLayout_4 = new QHBoxLayout(frame_5); |
| 165 | horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4" )); |
| 166 | label_8 = new QLabel(frame_5); |
| 167 | label_8->setObjectName(QString::fromUtf8("label_8" )); |
| 168 | |
| 169 | horizontalLayout_4->addWidget(label_8); |
| 170 | |
| 171 | txtCodeLines = new QLineEdit(frame_5); |
| 172 | txtCodeLines->setObjectName(QString::fromUtf8("txtCodeLines" )); |
| 173 | txtCodeLines->setReadOnly(true); |
| 174 | |
| 175 | horizontalLayout_4->addWidget(txtCodeLines); |
| 176 | |
| 177 | |
| 178 | gridLayout_2->addWidget(frame_5, 2, 1, 1, 1); |
| 179 | |
| 180 | frame_2 = new QFrame(FilePropertiesDialog); |
| 181 | frame_2->setObjectName(QString::fromUtf8("frame_2" )); |
| 182 | frame_2->setFrameShape(QFrame::StyledPanel); |
| 183 | frame_2->setFrameShadow(QFrame::Raised); |
| 184 | horizontalLayout = new QHBoxLayout(frame_2); |
| 185 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 186 | label_5 = new QLabel(frame_2); |
| 187 | label_5->setObjectName(QString::fromUtf8("label_5" )); |
| 188 | |
| 189 | horizontalLayout->addWidget(label_5); |
| 190 | |
| 191 | txtLines = new QLineEdit(frame_2); |
| 192 | txtLines->setObjectName(QString::fromUtf8("txtLines" )); |
| 193 | txtLines->setReadOnly(true); |
| 194 | |
| 195 | horizontalLayout->addWidget(txtLines); |
| 196 | |
| 197 | |
| 198 | gridLayout_2->addWidget(frame_2, 1, 0, 1, 1); |
| 199 | |
| 200 | frame_7 = new QFrame(FilePropertiesDialog); |
| 201 | frame_7->setObjectName(QString::fromUtf8("frame_7" )); |
| 202 | frame_7->setFrameShape(QFrame::StyledPanel); |
| 203 | frame_7->setFrameShadow(QFrame::Raised); |
| 204 | horizontalLayout_6 = new QHBoxLayout(frame_7); |
| 205 | horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6" )); |
| 206 | label_10 = new QLabel(frame_7); |
| 207 | label_10->setObjectName(QString::fromUtf8("label_10" )); |
| 208 | |
| 209 | horizontalLayout_6->addWidget(label_10); |
| 210 | |
| 211 | txtIncludes = new QLineEdit(frame_7); |
| 212 | txtIncludes->setObjectName(QString::fromUtf8("txtIncludes" )); |
| 213 | txtIncludes->setReadOnly(true); |
| 214 | |
| 215 | horizontalLayout_6->addWidget(txtIncludes); |
| 216 | |
| 217 | |
| 218 | gridLayout_2->addWidget(frame_7, 3, 1, 1, 1); |
| 219 | |
| 220 | frame_3 = new QFrame(FilePropertiesDialog); |
| 221 | frame_3->setObjectName(QString::fromUtf8("frame_3" )); |
| 222 | frame_3->setFrameShape(QFrame::StyledPanel); |
| 223 | frame_3->setFrameShadow(QFrame::Raised); |
| 224 | horizontalLayout_2 = new QHBoxLayout(frame_3); |
| 225 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
| 226 | label_6 = new QLabel(frame_3); |
| 227 | label_6->setObjectName(QString::fromUtf8("label_6" )); |
| 228 | |
| 229 | horizontalLayout_2->addWidget(label_6); |
| 230 | |
| 231 | txtEmptyLines = new QLineEdit(frame_3); |
| 232 | txtEmptyLines->setObjectName(QString::fromUtf8("txtEmptyLines" )); |
| 233 | txtEmptyLines->setReadOnly(true); |
| 234 | |
| 235 | horizontalLayout_2->addWidget(txtEmptyLines); |
| 236 | |
| 237 | |
| 238 | gridLayout_2->addWidget(frame_3, 1, 1, 1, 1); |
| 239 | |
| 240 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 241 | |
| 242 | gridLayout_2->addItem(verticalSpacer, 5, 0, 1, 1); |
| 243 | |
| 244 | frame_6 = new QFrame(FilePropertiesDialog); |
| 245 | frame_6->setObjectName(QString::fromUtf8("frame_6" )); |
| 246 | frame_6->setFrameShape(QFrame::StyledPanel); |
| 247 | frame_6->setFrameShadow(QFrame::Raised); |
| 248 | horizontalLayout_5 = new QHBoxLayout(frame_6); |
| 249 | horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5" )); |
| 250 | label_9 = new QLabel(frame_6); |
| 251 | label_9->setObjectName(QString::fromUtf8("label_9" )); |
| 252 | |
| 253 | horizontalLayout_5->addWidget(label_9); |
| 254 | |
| 255 | txtFileSize = new QLineEdit(frame_6); |
| 256 | txtFileSize->setObjectName(QString::fromUtf8("txtFileSize" )); |
| 257 | txtFileSize->setReadOnly(true); |
| 258 | |
| 259 | horizontalLayout_5->addWidget(txtFileSize); |
| 260 | |
| 261 | |
| 262 | gridLayout_2->addWidget(frame_6, 3, 0, 1, 1); |
| 263 | |
| 264 | frame_8 = new QFrame(FilePropertiesDialog); |
| 265 | frame_8->setObjectName(QString::fromUtf8("frame_8" )); |
| 266 | frame_8->setFrameShape(QFrame::StyledPanel); |
| 267 | frame_8->setFrameShadow(QFrame::Raised); |
| 268 | horizontalLayout_7 = new QHBoxLayout(frame_8); |
| 269 | horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7" )); |
| 270 | label_11 = new QLabel(frame_8); |
| 271 | label_11->setObjectName(QString::fromUtf8("label_11" )); |
| 272 | |
| 273 | horizontalLayout_7->addWidget(label_11); |
| 274 | |
| 275 | txtFileDate = new QLineEdit(frame_8); |
| 276 | txtFileDate->setObjectName(QString::fromUtf8("txtFileDate" )); |
| 277 | txtFileDate->setReadOnly(true); |
| 278 | |
| 279 | horizontalLayout_7->addWidget(txtFileDate); |
| 280 | |
| 281 | |
| 282 | gridLayout_2->addWidget(frame_8, 4, 0, 1, 2); |
| 283 | |
| 284 | widget = new QWidget(FilePropertiesDialog); |
| 285 | widget->setObjectName(QString::fromUtf8("widget" )); |
| 286 | horizontalLayout_8 = new QHBoxLayout(widget); |
| 287 | horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8" )); |
| 288 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 289 | |
| 290 | horizontalLayout_8->addItem(horizontalSpacer); |
| 291 | |
| 292 | btnOK = new QPushButton(widget); |
| 293 | btnOK->setObjectName(QString::fromUtf8("btnOK" )); |
| 294 | |
| 295 | horizontalLayout_8->addWidget(btnOK); |
| 296 | |
| 297 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 298 | |
| 299 | horizontalLayout_8->addItem(horizontalSpacer_2); |
| 300 | |
| 301 | |
| 302 | gridLayout_2->addWidget(widget, 6, 0, 1, 2); |
| 303 | |
| 304 | |
| 305 | retranslateUi(FilePropertiesDialog); |
| 306 | |
| 307 | QMetaObject::connectSlotsByName(FilePropertiesDialog); |
| 308 | } // setupUi |
| 309 | |
| 310 | void retranslateUi(QDialog *FilePropertiesDialog) |
| 311 | { |
| 312 | FilePropertiesDialog->setWindowTitle(QCoreApplication::translate("FilePropertiesDialog" , "File Properties" , nullptr)); |
| 313 | label->setText(QCoreApplication::translate("FilePropertiesDialog" , "File name:" , nullptr)); |
| 314 | label_3->setText(QCoreApplication::translate("FilePropertiesDialog" , "Path:" , nullptr)); |
| 315 | label_2->setText(QCoreApplication::translate("FilePropertiesDialog" , "Project:" , nullptr)); |
| 316 | label_4->setText(QCoreApplication::translate("FilePropertiesDialog" , "Relative to Project:" , nullptr)); |
| 317 | label_7->setText(QCoreApplication::translate("FilePropertiesDialog" , "Comment lines:" , nullptr)); |
| 318 | label_8->setText(QCoreApplication::translate("FilePropertiesDialog" , "Code lines:" , nullptr)); |
| 319 | label_5->setText(QCoreApplication::translate("FilePropertiesDialog" , "Total lines:" , nullptr)); |
| 320 | label_10->setText(QCoreApplication::translate("FilePropertiesDialog" , "Including files:" , nullptr)); |
| 321 | label_6->setText(QCoreApplication::translate("FilePropertiesDialog" , "Empty lines:" , nullptr)); |
| 322 | label_9->setText(QCoreApplication::translate("FilePropertiesDialog" , "File size:" , nullptr)); |
| 323 | label_11->setText(QCoreApplication::translate("FilePropertiesDialog" , "File date:" , nullptr)); |
| 324 | btnOK->setText(QCoreApplication::translate("FilePropertiesDialog" , "OK" , nullptr)); |
| 325 | } // retranslateUi |
| 326 | |
| 327 | }; |
| 328 | |
| 329 | namespace Ui { |
| 330 | class FilePropertiesDialog: public Ui_FilePropertiesDialog {}; |
| 331 | } // namespace Ui |
| 332 | |
| 333 | QT_END_NAMESPACE |
| 334 | |
| 335 | #endif // UI_FILEPROPERTIESDIALOG_H |
| 336 | |