/******************************************************************************** ** Form generated from reading UI file 'qtdcm.ui' ** ** Created by: Qt User Interface Compiler version 5.15.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_QTDCM_H #define UI_QTDCM_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_QtDcmWidget { public: QGridLayout *gridLayout_4; QFrame *frame; QGridLayout *gridLayout; QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout_8; QLabel *label_4; QLabel *label_2; QComboBox *pacsComboBox; QPushButton *searchButton; QVBoxLayout *verticalLayout_2; QHBoxLayout *horizontalLayout_4; QLabel *label; QLabel *label_3; QPushButton *cdromButton; QVBoxLayout *verticalLayout_4; QHBoxLayout *horizontalLayout; QLabel *label_7; QLineEdit *nameEdit; QVBoxLayout *verticalLayout_5; QHBoxLayout *horizontalLayout_2; QLabel *label_10; QLineEdit *studyDescriptionEdit; QVBoxLayout *verticalLayout_6; QHBoxLayout *horizontalLayout_6; QLabel *label_11; QLineEdit *serieDescriptionEdit; QVBoxLayout *verticalLayout_7; QLabel *label_9; QComboBox *serieModalityComboBox; QVBoxLayout *verticalLayout_8; QLabel *label_8; QComboBox *patientSexComboBox; QVBoxLayout *verticalLayout_9; QLabel *label_12; QDateEdit *startDateEdit; QVBoxLayout *verticalLayout_10; QLabel *label_13; QDateEdit *endDateEdit; QFrame *frame_2; QGridLayout *gridLayout_2; QTreeWidget *treeWidgetPatients; QHBoxLayout *horizontalLayout_3; QTreeWidget *treeWidgetStudies; QTreeWidget *treeWidgetSeries; void setupUi(QWidget *QtDcmWidget) { if (QtDcmWidget->objectName().isEmpty()) QtDcmWidget->setObjectName(QString::fromUtf8("QtDcmWidget")); QtDcmWidget->resize(1184, 874); gridLayout_4 = new QGridLayout(QtDcmWidget); gridLayout_4->setSpacing(2); gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4")); frame = new QFrame(QtDcmWidget); frame->setObjectName(QString::fromUtf8("frame")); frame->setMaximumSize(QSize(16777215, 60)); frame->setFrameShape(QFrame::NoFrame); frame->setFrameShadow(QFrame::Raised); gridLayout = new QGridLayout(frame); gridLayout->setSpacing(2); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); gridLayout->setContentsMargins(0, 0, 0, 0); verticalLayout = new QVBoxLayout(); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); horizontalLayout_8 = new QHBoxLayout(); horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8")); label_4 = new QLabel(frame); label_4->setObjectName(QString::fromUtf8("label_4")); label_4->setMaximumSize(QSize(24, 24)); label_4->setPixmap(QPixmap(QString::fromUtf8(":/Images/pacs.svg"))); label_4->setScaledContents(true); horizontalLayout_8->addWidget(label_4); label_2 = new QLabel(frame); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setMaximumSize(QSize(45, 24)); horizontalLayout_8->addWidget(label_2); pacsComboBox = new QComboBox(frame); pacsComboBox->setObjectName(QString::fromUtf8("pacsComboBox")); pacsComboBox->setMaximumSize(QSize(16777215, 24)); horizontalLayout_8->addWidget(pacsComboBox); verticalLayout->addLayout(horizontalLayout_8); searchButton = new QPushButton(frame); searchButton->setObjectName(QString::fromUtf8("searchButton")); searchButton->setMinimumSize(QSize(180, 27)); searchButton->setMaximumSize(QSize(16777215, 27)); searchButton->setFocusPolicy(Qt::NoFocus); QIcon icon; icon.addFile(QString::fromUtf8(":/Images/search.svg"), QSize(), QIcon::Normal, QIcon::Off); searchButton->setIcon(icon); verticalLayout->addWidget(searchButton); gridLayout->addLayout(verticalLayout, 0, 0, 1, 1); verticalLayout_2 = new QVBoxLayout(); verticalLayout_2->setSpacing(2); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); horizontalLayout_4 = new QHBoxLayout(); horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); label = new QLabel(frame); label->setObjectName(QString::fromUtf8("label")); label->setMinimumSize(QSize(24, 24)); label->setMaximumSize(QSize(24, 24)); label->setPixmap(QPixmap(QString::fromUtf8(":/Images/cdrom.svg"))); label->setScaledContents(true); horizontalLayout_4->addWidget(label); label_3 = new QLabel(frame); label_3->setObjectName(QString::fromUtf8("label_3")); label_3->setMaximumSize(QSize(16777215, 24)); horizontalLayout_4->addWidget(label_3); verticalLayout_2->addLayout(horizontalLayout_4); cdromButton = new QPushButton(frame); cdromButton->setObjectName(QString::fromUtf8("cdromButton")); cdromButton->setMinimumSize(QSize(0, 27)); cdromButton->setMaximumSize(QSize(16777215, 27)); cdromButton->setFocusPolicy(Qt::NoFocus); QIcon icon1; icon1.addFile(QString::fromUtf8(":/Images/cddrive.png"), QSize(), QIcon::Normal, QIcon::Off); cdromButton->setIcon(icon1); verticalLayout_2->addWidget(cdromButton); gridLayout->addLayout(verticalLayout_2, 0, 1, 1, 1); verticalLayout_4 = new QVBoxLayout(); verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); label_7 = new QLabel(frame); label_7->setObjectName(QString::fromUtf8("label_7")); label_7->setMaximumSize(QSize(16777215, 24)); label_7->setAlignment(Qt::AlignCenter); horizontalLayout->addWidget(label_7); verticalLayout_4->addLayout(horizontalLayout); nameEdit = new QLineEdit(frame); nameEdit->setObjectName(QString::fromUtf8("nameEdit")); nameEdit->setMinimumSize(QSize(160, 27)); nameEdit->setMaximumSize(QSize(16777215, 27)); verticalLayout_4->addWidget(nameEdit); gridLayout->addLayout(verticalLayout_4, 0, 2, 1, 1); verticalLayout_5 = new QVBoxLayout(); verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5")); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); label_10 = new QLabel(frame); label_10->setObjectName(QString::fromUtf8("label_10")); label_10->setMaximumSize(QSize(16777215, 24)); label_10->setAlignment(Qt::AlignCenter); horizontalLayout_2->addWidget(label_10); verticalLayout_5->addLayout(horizontalLayout_2); studyDescriptionEdit = new QLineEdit(frame); studyDescriptionEdit->setObjectName(QString::fromUtf8("studyDescriptionEdit")); studyDescriptionEdit->setMinimumSize(QSize(0, 27)); studyDescriptionEdit->setMaximumSize(QSize(16777215, 27)); verticalLayout_5->addWidget(studyDescriptionEdit); gridLayout->addLayout(verticalLayout_5, 0, 3, 1, 1); verticalLayout_6 = new QVBoxLayout(); verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6")); horizontalLayout_6 = new QHBoxLayout(); horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6")); label_11 = new QLabel(frame); label_11->setObjectName(QString::fromUtf8("label_11")); label_11->setMaximumSize(QSize(16777215, 24)); label_11->setAlignment(Qt::AlignCenter); horizontalLayout_6->addWidget(label_11); verticalLayout_6->addLayout(horizontalLayout_6); serieDescriptionEdit = new QLineEdit(frame); serieDescriptionEdit->setObjectName(QString::fromUtf8("serieDescriptionEdit")); serieDescriptionEdit->setMinimumSize(QSize(0, 27)); serieDescriptionEdit->setMaximumSize(QSize(16777215, 27)); verticalLayout_6->addWidget(serieDescriptionEdit); gridLayout->addLayout(verticalLayout_6, 0, 4, 1, 1); verticalLayout_7 = new QVBoxLayout(); verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7")); label_9 = new QLabel(frame); label_9->setObjectName(QString::fromUtf8("label_9")); label_9->setMaximumSize(QSize(16777215, 24)); verticalLayout_7->addWidget(label_9); serieModalityComboBox = new QComboBox(frame); serieModalityComboBox->addItem(QString()); serieModalityComboBox->addItem(QString()); serieModalityComboBox->addItem(QString()); serieModalityComboBox->addItem(QString()); serieModalityComboBox->setObjectName(QString::fromUtf8("serieModalityComboBox")); serieModalityComboBox->setMinimumSize(QSize(0, 27)); serieModalityComboBox->setMaximumSize(QSize(16777215, 27)); verticalLayout_7->addWidget(serieModalityComboBox); gridLayout->addLayout(verticalLayout_7, 0, 5, 1, 1); verticalLayout_8 = new QVBoxLayout(); verticalLayout_8->setObjectName(QString::fromUtf8("verticalLayout_8")); label_8 = new QLabel(frame); label_8->setObjectName(QString::fromUtf8("label_8")); label_8->setMaximumSize(QSize(16777215, 24)); verticalLayout_8->addWidget(label_8); patientSexComboBox = new QComboBox(frame); patientSexComboBox->addItem(QString()); patientSexComboBox->addItem(QString()); patientSexComboBox->addItem(QString()); patientSexComboBox->setObjectName(QString::fromUtf8("patientSexComboBox")); patientSexComboBox->setMinimumSize(QSize(0, 27)); patientSexComboBox->setMaximumSize(QSize(50, 27)); verticalLayout_8->addWidget(patientSexComboBox); gridLayout->addLayout(verticalLayout_8, 0, 6, 1, 1); verticalLayout_9 = new QVBoxLayout(); verticalLayout_9->setObjectName(QString::fromUtf8("verticalLayout_9")); label_12 = new QLabel(frame); label_12->setObjectName(QString::fromUtf8("label_12")); label_12->setMaximumSize(QSize(16777215, 24)); verticalLayout_9->addWidget(label_12); startDateEdit = new QDateEdit(frame); startDateEdit->setObjectName(QString::fromUtf8("startDateEdit")); startDateEdit->setMinimumSize(QSize(0, 27)); startDateEdit->setMaximumSize(QSize(16777215, 27)); startDateEdit->setDateTime(QDateTime(QDate(2000, 1, 1), QTime(0, 0, 0))); startDateEdit->setMinimumDate(QDate(1790, 9, 14)); startDateEdit->setCalendarPopup(true); verticalLayout_9->addWidget(startDateEdit); gridLayout->addLayout(verticalLayout_9, 0, 7, 1, 1); verticalLayout_10 = new QVBoxLayout(); verticalLayout_10->setObjectName(QString::fromUtf8("verticalLayout_10")); label_13 = new QLabel(frame); label_13->setObjectName(QString::fromUtf8("label_13")); label_13->setMaximumSize(QSize(16777215, 24)); verticalLayout_10->addWidget(label_13); endDateEdit = new QDateEdit(frame); endDateEdit->setObjectName(QString::fromUtf8("endDateEdit")); endDateEdit->setMinimumSize(QSize(0, 27)); endDateEdit->setMaximumSize(QSize(16777215, 27)); endDateEdit->setCalendarPopup(true); verticalLayout_10->addWidget(endDateEdit); gridLayout->addLayout(verticalLayout_10, 0, 8, 1, 1); gridLayout_4->addWidget(frame, 0, 0, 1, 1); frame_2 = new QFrame(QtDcmWidget); frame_2->setObjectName(QString::fromUtf8("frame_2")); frame_2->setMaximumSize(QSize(16777215, 250)); frame_2->setFrameShape(QFrame::NoFrame); frame_2->setFrameShadow(QFrame::Raised); gridLayout_2 = new QGridLayout(frame_2); gridLayout_2->setSpacing(2); gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); gridLayout_2->setContentsMargins(0, 0, 0, 0); treeWidgetPatients = new QTreeWidget(frame_2); QIcon icon2; icon2.addFile(QString::fromUtf8(":/Images/users.svg"), QSize(), QIcon::Normal, QIcon::Off); QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem(); __qtreewidgetitem->setText(0, QString::fromUtf8("1")); __qtreewidgetitem->setIcon(0, icon2); treeWidgetPatients->setHeaderItem(__qtreewidgetitem); treeWidgetPatients->setObjectName(QString::fromUtf8("treeWidgetPatients")); treeWidgetPatients->setMaximumSize(QSize(16777215, 250)); treeWidgetPatients->setAlternatingRowColors(true); treeWidgetPatients->setSelectionMode(QAbstractItemView::ExtendedSelection); treeWidgetPatients->setRootIsDecorated(false); treeWidgetPatients->setAnimated(true); treeWidgetPatients->setExpandsOnDoubleClick(false); gridLayout_2->addWidget(treeWidgetPatients, 0, 0, 1, 1); gridLayout_4->addWidget(frame_2, 1, 0, 1, 1); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); treeWidgetStudies = new QTreeWidget(QtDcmWidget); QIcon icon3; icon3.addFile(QString::fromUtf8(":/Images/folder.svg"), QSize(), QIcon::Normal, QIcon::Off); QTreeWidgetItem *__qtreewidgetitem1 = new QTreeWidgetItem(); __qtreewidgetitem1->setText(0, QString::fromUtf8("1")); __qtreewidgetitem1->setIcon(0, icon3); treeWidgetStudies->setHeaderItem(__qtreewidgetitem1); treeWidgetStudies->setObjectName(QString::fromUtf8("treeWidgetStudies")); treeWidgetStudies->setMaximumSize(QSize(600, 16777215)); treeWidgetStudies->setBaseSize(QSize(0, 0)); treeWidgetStudies->setAlternatingRowColors(true); treeWidgetStudies->setSelectionMode(QAbstractItemView::ExtendedSelection); treeWidgetStudies->setRootIsDecorated(false); treeWidgetStudies->setAnimated(true); horizontalLayout_3->addWidget(treeWidgetStudies); treeWidgetSeries = new QTreeWidget(QtDcmWidget); QIcon icon4; icon4.addFile(QString::fromUtf8(":/Images/paradigm.svg"), QSize(), QIcon::Normal, QIcon::Off); QTreeWidgetItem *__qtreewidgetitem2 = new QTreeWidgetItem(); __qtreewidgetitem2->setText(0, QString::fromUtf8("1")); __qtreewidgetitem2->setIcon(0, icon4); treeWidgetSeries->setHeaderItem(__qtreewidgetitem2); treeWidgetSeries->setObjectName(QString::fromUtf8("treeWidgetSeries")); treeWidgetSeries->setAlternatingRowColors(true); treeWidgetSeries->setSelectionMode(QAbstractItemView::ExtendedSelection); treeWidgetSeries->setAnimated(true); horizontalLayout_3->addWidget(treeWidgetSeries); gridLayout_4->addLayout(horizontalLayout_3, 2, 0, 1, 1); retranslateUi(QtDcmWidget); QMetaObject::connectSlotsByName(QtDcmWidget); } // setupUi void retranslateUi(QWidget *QtDcmWidget) { QtDcmWidget->setWindowTitle(QCoreApplication::translate("QtDcmWidget", "Form", nullptr)); label_4->setText(QString()); label_2->setText(QCoreApplication::translate("QtDcmWidget", " PACS", nullptr)); searchButton->setText(QCoreApplication::translate("QtDcmWidget", "Search", nullptr)); label->setText(QString()); label_3->setText(QCoreApplication::translate("QtDcmWidget", "CDROM", nullptr)); cdromButton->setText(QCoreApplication::translate("QtDcmWidget", "Open", nullptr)); label_7->setText(QCoreApplication::translate("QtDcmWidget", "Patient name", nullptr)); label_10->setText(QCoreApplication::translate("QtDcmWidget", "Study description", nullptr)); label_11->setText(QCoreApplication::translate("QtDcmWidget", "Serie description", nullptr)); label_9->setText(QCoreApplication::translate("QtDcmWidget", "Modality :", nullptr)); serieModalityComboBox->setItemText(0, QString()); serieModalityComboBox->setItemText(1, QCoreApplication::translate("QtDcmWidget", "MR", nullptr)); serieModalityComboBox->setItemText(2, QCoreApplication::translate("QtDcmWidget", "CT", nullptr)); serieModalityComboBox->setItemText(3, QCoreApplication::translate("QtDcmWidget", "PET", nullptr)); label_8->setText(QCoreApplication::translate("QtDcmWidget", "Sex :", nullptr)); patientSexComboBox->setItemText(0, QString()); patientSexComboBox->setItemText(1, QCoreApplication::translate("QtDcmWidget", "M", nullptr)); patientSexComboBox->setItemText(2, QCoreApplication::translate("QtDcmWidget", "F", nullptr)); label_12->setText(QCoreApplication::translate("QtDcmWidget", "Start Date :", nullptr)); startDateEdit->setDisplayFormat(QCoreApplication::translate("QtDcmWidget", "dd/MM/yyyy", nullptr)); label_13->setText(QCoreApplication::translate("QtDcmWidget", "End Date :", nullptr)); endDateEdit->setDisplayFormat(QCoreApplication::translate("QtDcmWidget", "dd/MM/yyyy", nullptr)); } // retranslateUi }; namespace Ui { class QtDcmWidget: public Ui_QtDcmWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QTDCM_H