Public Member Functions | Public Attributes

Ui_QmitkColourImageProcessingViewControls Class Reference

#include <ui_QmitkColourImageProcessingViewControls.h>

Inheritance diagram for Ui_QmitkColourImageProcessingViewControls:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void setupUi (QWidget *QmitkColourImageProcessingViewControls)
void retranslateUi (QWidget *QmitkColourImageProcessingViewControls)

Public Attributes

QVBoxLayout * verticalLayout
QLabel * m_NoImageSelectedLabel
QLabel * m_ImageSelectedLabel
QPushButton * m_ConvertImageToRGBA
QLabel * m_ImageMaskLabel
QPushButton * m_ConvertImageMaskToRGBA
QLabel * m_ImageMaskColorLabel
QFrame * frame
QHBoxLayout * horizontalLayout
QPushButton * m_ConvertImageMaskColorToRGBA
QPushButton * m_ColorButton
QPushButton * m_CombineRGBAButton
QSpacerItem * spacer1

Detailed Description

Definition at line 29 of file ui_QmitkColourImageProcessingViewControls.h.


Member Function Documentation

void Ui_QmitkColourImageProcessingViewControls::retranslateUi ( QWidget *  QmitkColourImageProcessingViewControls ) [inline]

Definition at line 145 of file ui_QmitkColourImageProcessingViewControls.h.

References m_ColorButton, m_CombineRGBAButton, m_ConvertImageMaskColorToRGBA, m_ConvertImageMaskToRGBA, m_ConvertImageToRGBA, m_ImageMaskColorLabel, m_ImageMaskLabel, m_ImageSelectedLabel, and m_NoImageSelectedLabel.

Referenced by setupUi().

    {
        QmitkColourImageProcessingViewControls->setWindowTitle(QApplication::translate("QmitkColourImageProcessingViewControls", "QmitkTemplate", 0, QApplication::UnicodeUTF8));
        m_NoImageSelectedLabel->setText(QApplication::translate("QmitkColourImageProcessingViewControls", "Please select an image ", 0, QApplication::UnicodeUTF8));
        m_ImageSelectedLabel->setText(QApplication::translate("QmitkColourImageProcessingViewControls", "TextLabel", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        m_ConvertImageToRGBA->setToolTip(QApplication::translate("QmitkColourImageProcessingViewControls", "start dumb segmentation", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        m_ConvertImageToRGBA->setText(QApplication::translate("QmitkColourImageProcessingViewControls", "image -> RGBA image", 0, QApplication::UnicodeUTF8));
        m_ImageMaskLabel->setText(QApplication::translate("QmitkColourImageProcessingViewControls", "Please select an image + mask", 0, QApplication::UnicodeUTF8));
        m_ConvertImageMaskToRGBA->setText(QApplication::translate("QmitkColourImageProcessingViewControls", "image + mask -> RGBA image", 0, QApplication::UnicodeUTF8));
        m_ImageMaskColorLabel->setText(QApplication::translate("QmitkColourImageProcessingViewControls", "Please select an image + mask +color", 0, QApplication::UnicodeUTF8));
        m_ConvertImageMaskColorToRGBA->setText(QApplication::translate("QmitkColourImageProcessingViewControls", "image + mask  + color -> RGBA image", 0, QApplication::UnicodeUTF8));
        m_ColorButton->setStyleSheet(QApplication::translate("QmitkColourImageProcessingViewControls", "background-color:rgb(255,0,0)", 0, QApplication::UnicodeUTF8));
        m_ColorButton->setText(QString());
        m_CombineRGBAButton->setText(QApplication::translate("QmitkColourImageProcessingViewControls", "Combine RGBA images", 0, QApplication::UnicodeUTF8));
    } // retranslateUi
void Ui_QmitkColourImageProcessingViewControls::setupUi ( QWidget *  QmitkColourImageProcessingViewControls ) [inline]

Definition at line 46 of file ui_QmitkColourImageProcessingViewControls.h.

References frame, horizontalLayout, m_ColorButton, m_CombineRGBAButton, m_ConvertImageMaskColorToRGBA, m_ConvertImageMaskToRGBA, m_ConvertImageToRGBA, m_ImageMaskColorLabel, m_ImageMaskLabel, m_ImageSelectedLabel, m_NoImageSelectedLabel, retranslateUi(), spacer1, and verticalLayout.

Referenced by QmitkColourImageProcessingView::CreateQtPartControl().

    {
        if (QmitkColourImageProcessingViewControls->objectName().isEmpty())
            QmitkColourImageProcessingViewControls->setObjectName(QString::fromUtf8("QmitkColourImageProcessingViewControls"));
        QmitkColourImageProcessingViewControls->resize(242, 292);
        QmitkColourImageProcessingViewControls->setMinimumSize(QSize(0, 0));
        verticalLayout = new QVBoxLayout(QmitkColourImageProcessingViewControls);
        verticalLayout->setSpacing(6);
        verticalLayout->setContentsMargins(11, 11, 11, 11);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        m_NoImageSelectedLabel = new QLabel(QmitkColourImageProcessingViewControls);
        m_NoImageSelectedLabel->setObjectName(QString::fromUtf8("m_NoImageSelectedLabel"));
        m_NoImageSelectedLabel->setEnabled(true);
        QPalette palette;
        QBrush brush(QColor(197, 0, 0, 255));
        brush.setStyle(Qt::SolidPattern);
        palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
        QBrush brush1(QColor(190, 0, 0, 255));
        brush1.setStyle(Qt::SolidPattern);
        palette.setBrush(QPalette::Active, QPalette::Text, brush1);
        QBrush brush2(QColor(177, 0, 0, 255));
        brush2.setStyle(Qt::SolidPattern);
        palette.setBrush(QPalette::Active, QPalette::ButtonText, brush2);
        palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
        palette.setBrush(QPalette::Inactive, QPalette::Text, brush1);
        palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush2);
        QBrush brush3(QColor(120, 120, 120, 255));
        brush3.setStyle(Qt::SolidPattern);
        palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush3);
        palette.setBrush(QPalette::Disabled, QPalette::Text, brush3);
        palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush3);
        m_NoImageSelectedLabel->setPalette(palette);

        verticalLayout->addWidget(m_NoImageSelectedLabel);

        m_ImageSelectedLabel = new QLabel(QmitkColourImageProcessingViewControls);
        m_ImageSelectedLabel->setObjectName(QString::fromUtf8("m_ImageSelectedLabel"));

        verticalLayout->addWidget(m_ImageSelectedLabel);

        m_ConvertImageToRGBA = new QPushButton(QmitkColourImageProcessingViewControls);
        m_ConvertImageToRGBA->setObjectName(QString::fromUtf8("m_ConvertImageToRGBA"));

        verticalLayout->addWidget(m_ConvertImageToRGBA);

        m_ImageMaskLabel = new QLabel(QmitkColourImageProcessingViewControls);
        m_ImageMaskLabel->setObjectName(QString::fromUtf8("m_ImageMaskLabel"));

        verticalLayout->addWidget(m_ImageMaskLabel);

        m_ConvertImageMaskToRGBA = new QPushButton(QmitkColourImageProcessingViewControls);
        m_ConvertImageMaskToRGBA->setObjectName(QString::fromUtf8("m_ConvertImageMaskToRGBA"));

        verticalLayout->addWidget(m_ConvertImageMaskToRGBA);

        m_ImageMaskColorLabel = new QLabel(QmitkColourImageProcessingViewControls);
        m_ImageMaskColorLabel->setObjectName(QString::fromUtf8("m_ImageMaskColorLabel"));

        verticalLayout->addWidget(m_ImageMaskColorLabel);

        frame = new QFrame(QmitkColourImageProcessingViewControls);
        frame->setObjectName(QString::fromUtf8("frame"));
        frame->setFrameShape(QFrame::StyledPanel);
        frame->setFrameShadow(QFrame::Raised);
        horizontalLayout = new QHBoxLayout(frame);
        horizontalLayout->setSpacing(6);
        horizontalLayout->setContentsMargins(0, 0, 0, 0);
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        m_ConvertImageMaskColorToRGBA = new QPushButton(frame);
        m_ConvertImageMaskColorToRGBA->setObjectName(QString::fromUtf8("m_ConvertImageMaskColorToRGBA"));

        horizontalLayout->addWidget(m_ConvertImageMaskColorToRGBA);

        m_ColorButton = new QPushButton(frame);
        m_ColorButton->setObjectName(QString::fromUtf8("m_ColorButton"));
        m_ColorButton->setMinimumSize(QSize(25, 0));
        m_ColorButton->setMaximumSize(QSize(25, 16777215));
        m_ColorButton->setAutoFillBackground(false);

        horizontalLayout->addWidget(m_ColorButton);


        verticalLayout->addWidget(frame);

        m_CombineRGBAButton = new QPushButton(QmitkColourImageProcessingViewControls);
        m_CombineRGBAButton->setObjectName(QString::fromUtf8("m_CombineRGBAButton"));

        verticalLayout->addWidget(m_CombineRGBAButton);

        spacer1 = new QSpacerItem(20, 220, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout->addItem(spacer1);


        retranslateUi(QmitkColourImageProcessingViewControls);

        QMetaObject::connectSlotsByName(QmitkColourImageProcessingViewControls);
    } // setupUi

Member Data Documentation

Definition at line 39 of file ui_QmitkColourImageProcessingViewControls.h.

Referenced by setupUi().

Definition at line 40 of file ui_QmitkColourImageProcessingViewControls.h.

Referenced by setupUi().

Definition at line 38 of file ui_QmitkColourImageProcessingViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 36 of file ui_QmitkColourImageProcessingViewControls.h.

Referenced by retranslateUi(), and setupUi().

Definition at line 44 of file ui_QmitkColourImageProcessingViewControls.h.

Referenced by setupUi().

Definition at line 32 of file ui_QmitkColourImageProcessingViewControls.h.

Referenced by setupUi().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines