Mercurial > public > ostc_companion
comparison ui_LogEditor.h @ 1:0b3630a29ad8
Initial version based on previous repository.
Project was ported to QT6 and in now cmake based.
| author | Ideenmodellierer <tiefenrauscher@web.de> |
|---|---|
| date | Thu, 27 Nov 2025 18:40:28 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:76ccd6ce50c0 | 1:0b3630a29ad8 |
|---|---|
| 1 /******************************************************************************** | |
| 2 ** Form generated from reading UI file 'LogEditor.ui' | |
| 3 ** | |
| 4 ** Created by: Qt User Interface Compiler version 6.10.1 | |
| 5 ** | |
| 6 ** WARNING! All changes made in this file will be lost when recompiling UI file! | |
| 7 ********************************************************************************/ | |
| 8 | |
| 9 #ifndef UI_LOGEDITOR_H | |
| 10 #define UI_LOGEDITOR_H | |
| 11 | |
| 12 #include <QtCore/QVariant> | |
| 13 #include <QtWidgets/QApplication> | |
| 14 #include <QtWidgets/QDialog> | |
| 15 #include <QtWidgets/QHeaderView> | |
| 16 #include <QtWidgets/QLabel> | |
| 17 #include <QtWidgets/QProgressBar> | |
| 18 #include <QtWidgets/QPushButton> | |
| 19 #include <QtWidgets/QTableWidget> | |
| 20 #include <QtWidgets/QTextBrowser> | |
| 21 | |
| 22 QT_BEGIN_NAMESPACE | |
| 23 | |
| 24 class Ui_editLogWnd | |
| 25 { | |
| 26 public: | |
| 27 QLabel *noPortLabel; | |
| 28 QPushButton *WriteAllHeader; | |
| 29 QPushButton *okB; | |
| 30 QPushButton *ReadAllSamples; | |
| 31 QPushButton *WriteAllSamples; | |
| 32 QProgressBar *HeaderUsage; | |
| 33 QProgressBar *SampleUsage; | |
| 34 QPushButton *pushButton; | |
| 35 QTableWidget *SectorView; | |
| 36 QPushButton *pushButton_2; | |
| 37 QPushButton *LoadDump; | |
| 38 QLabel *label; | |
| 39 QTextBrowser *textBrowser_2; | |
| 40 QTableWidget *SampleView; | |
| 41 QPushButton *ResetSampleAddr; | |
| 42 | |
| 43 void setupUi(QDialog *editLogWnd) | |
| 44 { | |
| 45 if (editLogWnd->objectName().isEmpty()) | |
| 46 editLogWnd->setObjectName("editLogWnd"); | |
| 47 editLogWnd->resize(853, 385); | |
| 48 noPortLabel = new QLabel(editLogWnd); | |
| 49 noPortLabel->setObjectName("noPortLabel"); | |
| 50 noPortLabel->setGeometry(QRect(9, 34, 16, 16)); | |
| 51 QSizePolicy sizePolicy(QSizePolicy::Policy::Ignored, QSizePolicy::Policy::Preferred); | |
| 52 sizePolicy.setHorizontalStretch(0); | |
| 53 sizePolicy.setVerticalStretch(0); | |
| 54 sizePolicy.setHeightForWidth(noPortLabel->sizePolicy().hasHeightForWidth()); | |
| 55 noPortLabel->setSizePolicy(sizePolicy); | |
| 56 noPortLabel->setTextFormat(Qt::TextFormat::RichText); | |
| 57 noPortLabel->setAlignment(Qt::AlignmentFlag::AlignCenter); | |
| 58 noPortLabel->setOpenExternalLinks(true); | |
| 59 WriteAllHeader = new QPushButton(editLogWnd); | |
| 60 WriteAllHeader->setObjectName("WriteAllHeader"); | |
| 61 WriteAllHeader->setGeometry(QRect(30, 80, 101, 23)); | |
| 62 okB = new QPushButton(editLogWnd); | |
| 63 okB->setObjectName("okB"); | |
| 64 okB->setGeometry(QRect(220, 330, 75, 23)); | |
| 65 okB->setAutoDefault(false); | |
| 66 ReadAllSamples = new QPushButton(editLogWnd); | |
| 67 ReadAllSamples->setObjectName("ReadAllSamples"); | |
| 68 ReadAllSamples->setGeometry(QRect(30, 230, 101, 23)); | |
| 69 WriteAllSamples = new QPushButton(editLogWnd); | |
| 70 WriteAllSamples->setObjectName("WriteAllSamples"); | |
| 71 WriteAllSamples->setGeometry(QRect(30, 260, 101, 23)); | |
| 72 HeaderUsage = new QProgressBar(editLogWnd); | |
| 73 HeaderUsage->setObjectName("HeaderUsage"); | |
| 74 HeaderUsage->setGeometry(QRect(30, 20, 131, 23)); | |
| 75 HeaderUsage->setValue(24); | |
| 76 SampleUsage = new QProgressBar(editLogWnd); | |
| 77 SampleUsage->setObjectName("SampleUsage"); | |
| 78 SampleUsage->setGeometry(QRect(30, 190, 131, 23)); | |
| 79 SampleUsage->setValue(24); | |
| 80 pushButton = new QPushButton(editLogWnd); | |
| 81 pushButton->setObjectName("pushButton"); | |
| 82 pushButton->setGeometry(QRect(30, 50, 101, 23)); | |
| 83 SectorView = new QTableWidget(editLogWnd); | |
| 84 SectorView->setObjectName("SectorView"); | |
| 85 SectorView->setGeometry(QRect(180, 10, 151, 131)); | |
| 86 pushButton_2 = new QPushButton(editLogWnd); | |
| 87 pushButton_2->setObjectName("pushButton_2"); | |
| 88 pushButton_2->setGeometry(QRect(110, 330, 75, 23)); | |
| 89 LoadDump = new QPushButton(editLogWnd); | |
| 90 LoadDump->setObjectName("LoadDump"); | |
| 91 LoadDump->setGeometry(QRect(20, 330, 75, 23)); | |
| 92 label = new QLabel(editLogWnd); | |
| 93 label->setObjectName("label"); | |
| 94 label->setGeometry(QRect(520, 10, 47, 13)); | |
| 95 textBrowser_2 = new QTextBrowser(editLogWnd); | |
| 96 textBrowser_2->setObjectName("textBrowser_2"); | |
| 97 textBrowser_2->setGeometry(QRect(570, 10, 256, 361)); | |
| 98 textBrowser_2->setAcceptRichText(true); | |
| 99 SampleView = new QTableWidget(editLogWnd); | |
| 100 SampleView->setObjectName("SampleView"); | |
| 101 SampleView->setGeometry(QRect(180, 180, 171, 41)); | |
| 102 ResetSampleAddr = new QPushButton(editLogWnd); | |
| 103 ResetSampleAddr->setObjectName("ResetSampleAddr"); | |
| 104 ResetSampleAddr->setGeometry(QRect(340, 10, 101, 23)); | |
| 105 | |
| 106 retranslateUi(editLogWnd); | |
| 107 QObject::connect(okB, &QPushButton::clicked, editLogWnd, qOverload<>(&QDialog::accept)); | |
| 108 | |
| 109 okB->setDefault(true); | |
| 110 | |
| 111 | |
| 112 QMetaObject::connectSlotsByName(editLogWnd); | |
| 113 } // setupUi | |
| 114 | |
| 115 void retranslateUi(QDialog *editLogWnd) | |
| 116 { | |
| 117 editLogWnd->setWindowTitle(QCoreApplication::translate("editLogWnd", "OSTC Companion settings", nullptr)); | |
| 118 WriteAllHeader->setText(QCoreApplication::translate("editLogWnd", "WriteAllHeader", nullptr)); | |
| 119 okB->setText(QCoreApplication::translate("editLogWnd", "OK", nullptr)); | |
| 120 #if QT_CONFIG(shortcut) | |
| 121 okB->setShortcut(QCoreApplication::translate("editLogWnd", "Return", nullptr)); | |
| 122 #endif // QT_CONFIG(shortcut) | |
| 123 ReadAllSamples->setText(QCoreApplication::translate("editLogWnd", "ReadAllSamples", nullptr)); | |
| 124 WriteAllSamples->setText(QCoreApplication::translate("editLogWnd", "WriteAllSamples", nullptr)); | |
| 125 pushButton->setText(QCoreApplication::translate("editLogWnd", "ReadAllHeader", nullptr)); | |
| 126 pushButton_2->setText(QCoreApplication::translate("editLogWnd", "Save Dump", nullptr)); | |
| 127 LoadDump->setText(QCoreApplication::translate("editLogWnd", "Load Dump", nullptr)); | |
| 128 label->setText(QCoreApplication::translate("editLogWnd", "Info", nullptr)); | |
| 129 ResetSampleAddr->setText(QCoreApplication::translate("editLogWnd", "ResetSampleAddr", nullptr)); | |
| 130 } // retranslateUi | |
| 131 | |
| 132 }; | |
| 133 | |
| 134 namespace Ui { | |
| 135 class editLogWnd: public Ui_editLogWnd {}; | |
| 136 } // namespace Ui | |
| 137 | |
| 138 QT_END_NAMESPACE | |
| 139 | |
| 140 #endif // UI_LOGEDITOR_H |
