Mercurial > public > ostc_companion
comparison ui_LogEditor - Kopie.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 5.13.0 | |
| 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/QFrame> | |
| 16 #include <QtWidgets/QHeaderView> | |
| 17 #include <QtWidgets/QLabel> | |
| 18 #include <QtWidgets/QProgressBar> | |
| 19 #include <QtWidgets/QPushButton> | |
| 20 #include <QtWidgets/QTableWidget> | |
| 21 #include <QtWidgets/QTextBrowser> | |
| 22 | |
| 23 QT_BEGIN_NAMESPACE | |
| 24 | |
| 25 class Ui_editLogWnd | |
| 26 { | |
| 27 public: | |
| 28 QLabel *noPortLabel; | |
| 29 QFrame *line_4; | |
| 30 QFrame *line; | |
| 31 QPushButton *WriteAllHeader; | |
| 32 QPushButton *okB; | |
| 33 QPushButton *ReadAllSamples; | |
| 34 QPushButton *WriteAllSamples; | |
| 35 QProgressBar *HeaderUsage; | |
| 36 QProgressBar *SampleUsage; | |
| 37 QPushButton *pushButton; | |
| 38 QTableWidget *SectorView; | |
| 39 QPushButton *pushButton_2; | |
| 40 QPushButton *LoadDump; | |
| 41 QLabel *label; | |
| 42 QTextBrowser *textBrowser_2; | |
| 43 QTableWidget *SampleView; | |
| 44 QPushButton *ResetSampleAddr; | |
| 45 | |
| 46 void setupUi(QDialog *editLogWnd) | |
| 47 { | |
| 48 if (editLogWnd->objectName().isEmpty()) | |
| 49 editLogWnd->setObjectName(QString::fromUtf8("editLogWnd")); | |
| 50 editLogWnd->resize(853, 385); | |
| 51 noPortLabel = new QLabel(editLogWnd); | |
| 52 noPortLabel->setObjectName(QString::fromUtf8("noPortLabel")); | |
| 53 noPortLabel->setGeometry(QRect(9, 34, 16, 16)); | |
| 54 QSizePolicy sizePolicy(QSizePolicy::Ignored, QSizePolicy::Preferred); | |
| 55 sizePolicy.setHorizontalStretch(0); | |
| 56 sizePolicy.setVerticalStretch(0); | |
| 57 sizePolicy.setHeightForWidth(noPortLabel->sizePolicy().hasHeightForWidth()); | |
| 58 noPortLabel->setSizePolicy(sizePolicy); | |
| 59 noPortLabel->setTextFormat(Qt::RichText); | |
| 60 noPortLabel->setAlignment(Qt::AlignCenter); | |
| 61 noPortLabel->setOpenExternalLinks(true); | |
| 62 line_4 = new QFrame(editLogWnd); | |
| 63 line_4->setObjectName(QString::fromUtf8("line_4")); | |
| 64 line_4->setGeometry(QRect(20, 150, 341, 16)); | |
| 65 line_4->setFrameShape(QFrame::HLine); | |
| 66 line_4->setFrameShadow(QFrame::Sunken); | |
| 67 line = new QFrame(editLogWnd); | |
| 68 line->setObjectName(QString::fromUtf8("line")); | |
| 69 line->setGeometry(QRect(20, 300, 341, 20)); | |
| 70 line->setFrameShape(QFrame::HLine); | |
| 71 line->setFrameShadow(QFrame::Sunken); | |
| 72 WriteAllHeader = new QPushButton(editLogWnd); | |
| 73 WriteAllHeader->setObjectName(QString::fromUtf8("WriteAllHeader")); | |
| 74 WriteAllHeader->setGeometry(QRect(30, 80, 101, 23)); | |
| 75 okB = new QPushButton(editLogWnd); | |
| 76 okB->setObjectName(QString::fromUtf8("okB")); | |
| 77 okB->setGeometry(QRect(240, 330, 75, 23)); | |
| 78 okB->setAutoDefault(false); | |
| 79 ReadAllSamples = new QPushButton(editLogWnd); | |
| 80 ReadAllSamples->setObjectName(QString::fromUtf8("ReadAllSamples")); | |
| 81 ReadAllSamples->setGeometry(QRect(30, 230, 101, 23)); | |
| 82 WriteAllSamples = new QPushButton(editLogWnd); | |
| 83 WriteAllSamples->setObjectName(QString::fromUtf8("WriteAllSamples")); | |
| 84 WriteAllSamples->setGeometry(QRect(30, 260, 101, 23)); | |
| 85 HeaderUsage = new QProgressBar(editLogWnd); | |
| 86 HeaderUsage->setObjectName(QString::fromUtf8("HeaderUsage")); | |
| 87 HeaderUsage->setGeometry(QRect(30, 20, 131, 23)); | |
| 88 HeaderUsage->setValue(24); | |
| 89 SampleUsage = new QProgressBar(editLogWnd); | |
| 90 SampleUsage->setObjectName(QString::fromUtf8("SampleUsage")); | |
| 91 SampleUsage->setGeometry(QRect(30, 190, 131, 23)); | |
| 92 SampleUsage->setValue(24); | |
| 93 pushButton = new QPushButton(editLogWnd); | |
| 94 pushButton->setObjectName(QString::fromUtf8("pushButton")); | |
| 95 pushButton->setGeometry(QRect(30, 50, 101, 23)); | |
| 96 SectorView = new QTableWidget(editLogWnd); | |
| 97 SectorView->setObjectName(QString::fromUtf8("SectorView")); | |
| 98 SectorView->setGeometry(QRect(180, 10, 151, 131)); | |
| 99 pushButton_2 = new QPushButton(editLogWnd); | |
| 100 pushButton_2->setObjectName(QString::fromUtf8("pushButton_2")); | |
| 101 pushButton_2->setGeometry(QRect(110, 330, 75, 23)); | |
| 102 LoadDump = new QPushButton(editLogWnd); | |
| 103 LoadDump->setObjectName(QString::fromUtf8("LoadDump")); | |
| 104 LoadDump->setGeometry(QRect(20, 330, 75, 23)); | |
| 105 label = new QLabel(editLogWnd); | |
| 106 label->setObjectName(QString::fromUtf8("label")); | |
| 107 label->setGeometry(QRect(520, 10, 47, 13)); | |
| 108 textBrowser_2 = new QTextBrowser(editLogWnd); | |
| 109 textBrowser_2->setObjectName(QString::fromUtf8("textBrowser_2")); | |
| 110 textBrowser_2->setGeometry(QRect(570, 10, 256, 361)); | |
| 111 SampleView = new QTableWidget(editLogWnd); | |
| 112 SampleView->setObjectName(QString::fromUtf8("SampleView")); | |
| 113 SampleView->setGeometry(QRect(180, 180, 171, 41)); | |
| 114 ResetSampleAddr = new QPushButton(editLogWnd); | |
| 115 ResetSampleAddr->setObjectName(QString::fromUtf8("ResetSampleAddr")); | |
| 116 ResetSampleAddr->setGeometry(QRect(340, 10, 101, 23)); | |
| 117 | |
| 118 retranslateUi(editLogWnd); | |
| 119 QObject::connect(okB, SIGNAL(clicked()), editLogWnd, SLOT(accept())); | |
| 120 | |
| 121 okB->setDefault(true); | |
| 122 | |
| 123 | |
| 124 QMetaObject::connectSlotsByName(editLogWnd); | |
| 125 } // setupUi | |
| 126 | |
| 127 void retranslateUi(QDialog *editLogWnd) | |
| 128 { | |
| 129 editLogWnd->setWindowTitle(QCoreApplication::translate("editLogWnd", "OSTC Companion settings", nullptr)); | |
| 130 WriteAllHeader->setText(QCoreApplication::translate("editLogWnd", "WriteAllHeader", nullptr)); | |
| 131 okB->setText(QCoreApplication::translate("editLogWnd", "OK", nullptr)); | |
| 132 #if QT_CONFIG(shortcut) | |
| 133 okB->setShortcut(QCoreApplication::translate("editLogWnd", "Return", nullptr)); | |
| 134 #endif // QT_CONFIG(shortcut) | |
| 135 ReadAllSamples->setText(QCoreApplication::translate("editLogWnd", "ReadAllSamples", nullptr)); | |
| 136 WriteAllSamples->setText(QCoreApplication::translate("editLogWnd", "WriteAllSamples", nullptr)); | |
| 137 pushButton->setText(QCoreApplication::translate("editLogWnd", "ReadAllHeader", nullptr)); | |
| 138 pushButton_2->setText(QCoreApplication::translate("editLogWnd", "Save Dump", nullptr)); | |
| 139 LoadDump->setText(QCoreApplication::translate("editLogWnd", "Load Dump", nullptr)); | |
| 140 label->setText(QCoreApplication::translate("editLogWnd", "Info", nullptr)); | |
| 141 ResetSampleAddr->setText(QCoreApplication::translate("editLogWnd", "ResetSampleAddr", nullptr)); | |
| 142 } // retranslateUi | |
| 143 | |
| 144 }; | |
| 145 | |
| 146 namespace Ui { | |
| 147 class editLogWnd: public Ui_editLogWnd {}; | |
| 148 } // namespace Ui | |
| 149 | |
| 150 QT_END_NAMESPACE | |
| 151 | |
| 152 #endif // UI_LOGEDITOR_H |
