Public Member Functions

Ui_QmitkThresholdComponentControls Class Reference

#include <ui_QmitkThresholdComponentControls.h>

Inheritance diagram for Ui_QmitkThresholdComponentControls:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void setupUi (QWidget *QmitkThresholdComponentControls)
void retranslateUi (QWidget *QmitkThresholdComponentControls)

Detailed Description

Definition at line 23 of file ui_QmitkThresholdComponentControls.h.


Member Function Documentation

void Ui_QmitkThresholdComponentControls::retranslateUi ( QWidget *  QmitkThresholdComponentControls ) [inline]

Definition at line 39 of file ui_QmitkThresholdComponentControls.h.

    {
        QmitkThresholdComponentControls->setWindowTitle(QApplication::translate("QmitkThresholdComponentControls", "ThresholdComponent", 0, QApplication::UnicodeUTF8));
    } // retranslateUi
void Ui_QmitkThresholdComponentControls::setupUi ( QWidget *  QmitkThresholdComponentControls ) [inline]

Definition at line 27 of file ui_QmitkThresholdComponentControls.h.

Referenced by QmitkThresholdComponent::CreateQtPartControl().

    {
        if (QmitkThresholdComponentControls->objectName().isEmpty())
            QmitkThresholdComponentControls->setObjectName(QString::fromUtf8("QmitkThresholdComponentControls"));
        QmitkThresholdComponentControls->resize(666, 604);
        QmitkThresholdComponentControls->setMinimumSize(QSize(0, 0));

        retranslateUi(QmitkThresholdComponentControls);

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

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