tychoBCGEN  0.5
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields
Ui_colormask Class Reference

#include <ui_colormask.h>

Inheritance diagram for Ui_colormask:
Ui::colormask

Public Member Functions

void setupUi (QDialog *colormask)
void retranslateUi (QDialog *colormask)

Data Fields

QPushButton * close
QGroupBox * groupBox
QWidget * gridLayoutWidget
QGridLayout * gridLayout
QLineEdit * redvalue
QLineEdit * bluevalue
QCheckBox * red_checkbox
QCheckBox * green_checkbox
QCheckBox * blue_checkbox
QSpinBox * red_low
QSpinBox * red_up
QSpinBox * green_low
QSpinBox * green_up
QSpinBox * blue_low
QSpinBox * blue_up
QLabel * label
QLabel * label_2
QLabel * label_3
QLineEdit * greenvalue
QLabel * label_6
QLabel * label_8
QSlider * red_low_2
QSlider * red_up_2
QSlider * green_low_2
QSlider * green_up_2
QSlider * blue_low_2
QSlider * blue_up_2
QLabel * label_7
QLabel * label_9
QLabel * label_10

Detailed Description

Definition at line 30 of file ui_colormask.h.


Member Function Documentation

void Ui_colormask::retranslateUi ( QDialog *  colormask)
inline

Definition at line 247 of file ui_colormask.h.

References blue_checkbox, close, green_checkbox, groupBox, label, label_10, label_2, label_3, label_6, label_7, label_8, label_9, and red_checkbox.

Referenced by setupUi().

{
colormask->setWindowTitle(QApplication::translate("colormask", "tychoBCGEN Colormask", 0, QApplication::UnicodeUTF8));
close->setText(QApplication::translate("colormask", "Close", 0, QApplication::UnicodeUTF8));
groupBox->setTitle(QApplication::translate("colormask", "Make a mask by color", 0, QApplication::UnicodeUTF8));
red_checkbox->setText(QApplication::translate("colormask", "symmetric", 0, QApplication::UnicodeUTF8));
green_checkbox->setText(QApplication::translate("colormask", "symmetric", 0, QApplication::UnicodeUTF8));
blue_checkbox->setText(QApplication::translate("colormask", "symmetric", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("colormask", "Red", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("colormask", "Green", 0, QApplication::UnicodeUTF8));
label_3->setText(QApplication::translate("colormask", "Blue", 0, QApplication::UnicodeUTF8));
label_6->setText(QApplication::translate("colormask", "Pick Color", 0, QApplication::UnicodeUTF8));
label_8->setText(QApplication::translate("colormask", "Color+x", 0, QApplication::UnicodeUTF8));
label_7->setText(QApplication::translate("colormask", "Color-x", 0, QApplication::UnicodeUTF8));
label_9->setText(QApplication::translate("colormask", "Color-x", 0, QApplication::UnicodeUTF8));
label_10->setText(QApplication::translate("colormask", "Color+x", 0, QApplication::UnicodeUTF8));
} // retranslateUi
void Ui_colormask::setupUi ( QDialog *  colormask)
inline

Definition at line 64 of file ui_colormask.h.

References blue_checkbox, blue_low, blue_low_2, blue_up, blue_up_2, bluevalue, close, green_checkbox, green_low, green_low_2, green_up, green_up_2, greenvalue, gridLayout, gridLayoutWidget, groupBox, label, label_10, label_2, label_3, label_6, label_7, label_8, label_9, red_checkbox, red_low, red_low_2, red_up, red_up_2, redvalue, and retranslateUi().

Referenced by colormask::colormask().

{
if (colormask->objectName().isEmpty())
colormask->setObjectName(QString::fromUtf8("colormask"));
colormask->resize(719, 192);
QIcon icon;
icon.addFile(QString::fromUtf8("images/tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
colormask->setWindowIcon(icon);
close = new QPushButton(colormask);
close->setObjectName(QString::fromUtf8("close"));
close->setGeometry(QRect(620, 160, 86, 25));
groupBox = new QGroupBox(colormask);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setGeometry(QRect(10, 10, 701, 141));
gridLayoutWidget = new QWidget(groupBox);
gridLayoutWidget->setObjectName(QString::fromUtf8("gridLayoutWidget"));
gridLayoutWidget->setGeometry(QRect(10, 20, 676, 112));
gridLayout = new QGridLayout(gridLayoutWidget);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gridLayout->setContentsMargins(0, 0, 0, 0);
redvalue = new QLineEdit(gridLayoutWidget);
redvalue->setObjectName(QString::fromUtf8("redvalue"));
gridLayout->addWidget(redvalue, 1, 1, 1, 1);
bluevalue = new QLineEdit(gridLayoutWidget);
bluevalue->setObjectName(QString::fromUtf8("bluevalue"));
gridLayout->addWidget(bluevalue, 3, 1, 1, 1);
red_checkbox = new QCheckBox(gridLayoutWidget);
red_checkbox->setObjectName(QString::fromUtf8("red_checkbox"));
red_checkbox->setChecked(true);
gridLayout->addWidget(red_checkbox, 1, 2, 1, 1);
green_checkbox = new QCheckBox(gridLayoutWidget);
green_checkbox->setObjectName(QString::fromUtf8("green_checkbox"));
green_checkbox->setChecked(true);
gridLayout->addWidget(green_checkbox, 2, 2, 1, 1);
blue_checkbox = new QCheckBox(gridLayoutWidget);
blue_checkbox->setObjectName(QString::fromUtf8("blue_checkbox"));
blue_checkbox->setChecked(true);
gridLayout->addWidget(blue_checkbox, 3, 2, 1, 1);
red_low = new QSpinBox(gridLayoutWidget);
red_low->setObjectName(QString::fromUtf8("red_low"));
red_low->setMaximum(255);
gridLayout->addWidget(red_low, 1, 3, 1, 1);
red_up = new QSpinBox(gridLayoutWidget);
red_up->setObjectName(QString::fromUtf8("red_up"));
red_up->setMaximum(255);
gridLayout->addWidget(red_up, 1, 4, 1, 1);
green_low = new QSpinBox(gridLayoutWidget);
green_low->setObjectName(QString::fromUtf8("green_low"));
green_low->setMaximum(255);
gridLayout->addWidget(green_low, 2, 3, 1, 1);
green_up = new QSpinBox(gridLayoutWidget);
green_up->setObjectName(QString::fromUtf8("green_up"));
green_up->setMaximum(255);
gridLayout->addWidget(green_up, 2, 4, 1, 1);
blue_low = new QSpinBox(gridLayoutWidget);
blue_low->setObjectName(QString::fromUtf8("blue_low"));
blue_low->setMaximum(255);
gridLayout->addWidget(blue_low, 3, 3, 1, 1);
blue_up = new QSpinBox(gridLayoutWidget);
blue_up->setObjectName(QString::fromUtf8("blue_up"));
blue_up->setMaximum(255);
gridLayout->addWidget(blue_up, 3, 4, 1, 1);
label = new QLabel(gridLayoutWidget);
label->setObjectName(QString::fromUtf8("label"));
gridLayout->addWidget(label, 1, 0, 1, 1);
label_2 = new QLabel(gridLayoutWidget);
label_2->setObjectName(QString::fromUtf8("label_2"));
gridLayout->addWidget(label_2, 2, 0, 1, 1);
label_3 = new QLabel(gridLayoutWidget);
label_3->setObjectName(QString::fromUtf8("label_3"));
gridLayout->addWidget(label_3, 3, 0, 1, 1);
greenvalue = new QLineEdit(gridLayoutWidget);
greenvalue->setObjectName(QString::fromUtf8("greenvalue"));
gridLayout->addWidget(greenvalue, 2, 1, 1, 1);
label_6 = new QLabel(gridLayoutWidget);
label_6->setObjectName(QString::fromUtf8("label_6"));
gridLayout->addWidget(label_6, 0, 1, 1, 1);
label_8 = new QLabel(gridLayoutWidget);
label_8->setObjectName(QString::fromUtf8("label_8"));
gridLayout->addWidget(label_8, 0, 4, 1, 1);
red_low_2 = new QSlider(gridLayoutWidget);
red_low_2->setObjectName(QString::fromUtf8("red_low_2"));
red_low_2->setMinimum(0);
red_low_2->setMaximum(255);
red_low_2->setOrientation(Qt::Horizontal);
gridLayout->addWidget(red_low_2, 1, 5, 1, 1);
red_up_2 = new QSlider(gridLayoutWidget);
red_up_2->setObjectName(QString::fromUtf8("red_up_2"));
red_up_2->setMinimum(0);
red_up_2->setMaximum(255);
red_up_2->setOrientation(Qt::Horizontal);
gridLayout->addWidget(red_up_2, 1, 6, 1, 1);
green_low_2 = new QSlider(gridLayoutWidget);
green_low_2->setObjectName(QString::fromUtf8("green_low_2"));
green_low_2->setMinimum(0);
green_low_2->setMaximum(255);
green_low_2->setOrientation(Qt::Horizontal);
gridLayout->addWidget(green_low_2, 2, 5, 1, 1);
green_up_2 = new QSlider(gridLayoutWidget);
green_up_2->setObjectName(QString::fromUtf8("green_up_2"));
green_up_2->setMinimum(0);
green_up_2->setMaximum(255);
green_up_2->setOrientation(Qt::Horizontal);
gridLayout->addWidget(green_up_2, 2, 6, 1, 1);
blue_low_2 = new QSlider(gridLayoutWidget);
blue_low_2->setObjectName(QString::fromUtf8("blue_low_2"));
blue_low_2->setMinimum(0);
blue_low_2->setMaximum(255);
blue_low_2->setOrientation(Qt::Horizontal);
gridLayout->addWidget(blue_low_2, 3, 5, 1, 1);
blue_up_2 = new QSlider(gridLayoutWidget);
blue_up_2->setObjectName(QString::fromUtf8("blue_up_2"));
blue_up_2->setMinimum(0);
blue_up_2->setMaximum(255);
blue_up_2->setOrientation(Qt::Horizontal);
gridLayout->addWidget(blue_up_2, 3, 6, 1, 1);
label_7 = new QLabel(gridLayoutWidget);
label_7->setObjectName(QString::fromUtf8("label_7"));
gridLayout->addWidget(label_7, 0, 5, 1, 1);
label_9 = new QLabel(gridLayoutWidget);
label_9->setObjectName(QString::fromUtf8("label_9"));
gridLayout->addWidget(label_9, 0, 3, 1, 1);
label_10 = new QLabel(gridLayoutWidget);
label_10->setObjectName(QString::fromUtf8("label_10"));
gridLayout->addWidget(label_10, 0, 6, 1, 1);
QMetaObject::connectSlotsByName(colormask);
} // setupUi

Field Documentation

QCheckBox* Ui_colormask::blue_checkbox
QSpinBox* Ui_colormask::blue_low
QSlider* Ui_colormask::blue_low_2
QSpinBox* Ui_colormask::blue_up
QSlider* Ui_colormask::blue_up_2
QLineEdit* Ui_colormask::bluevalue

Definition at line 38 of file ui_colormask.h.

Referenced by colormask::make_color_mask_action(), and setupUi().

QPushButton* Ui_colormask::close

Definition at line 33 of file ui_colormask.h.

Referenced by colormask::colormask(), retranslateUi(), and setupUi().

QCheckBox* Ui_colormask::green_checkbox
QSpinBox* Ui_colormask::green_low
QSlider* Ui_colormask::green_low_2
QSpinBox* Ui_colormask::green_up
QSlider* Ui_colormask::green_up_2
QLineEdit* Ui_colormask::greenvalue

Definition at line 51 of file ui_colormask.h.

Referenced by colormask::make_color_mask_action(), and setupUi().

QGridLayout* Ui_colormask::gridLayout

Definition at line 36 of file ui_colormask.h.

Referenced by setupUi().

QWidget* Ui_colormask::gridLayoutWidget

Definition at line 35 of file ui_colormask.h.

Referenced by setupUi().

QGroupBox* Ui_colormask::groupBox

Definition at line 34 of file ui_colormask.h.

Referenced by retranslateUi(), and setupUi().

QLabel* Ui_colormask::label

Definition at line 48 of file ui_colormask.h.

Referenced by retranslateUi(), and setupUi().

QLabel* Ui_colormask::label_10

Definition at line 62 of file ui_colormask.h.

Referenced by retranslateUi(), and setupUi().

QLabel* Ui_colormask::label_2

Definition at line 49 of file ui_colormask.h.

Referenced by retranslateUi(), and setupUi().

QLabel* Ui_colormask::label_3

Definition at line 50 of file ui_colormask.h.

Referenced by retranslateUi(), and setupUi().

QLabel* Ui_colormask::label_6

Definition at line 52 of file ui_colormask.h.

Referenced by retranslateUi(), and setupUi().

QLabel* Ui_colormask::label_7

Definition at line 60 of file ui_colormask.h.

Referenced by retranslateUi(), and setupUi().

QLabel* Ui_colormask::label_8

Definition at line 53 of file ui_colormask.h.

Referenced by retranslateUi(), and setupUi().

QLabel* Ui_colormask::label_9

Definition at line 61 of file ui_colormask.h.

Referenced by retranslateUi(), and setupUi().

QCheckBox* Ui_colormask::red_checkbox
QSpinBox* Ui_colormask::red_low
QSlider* Ui_colormask::red_low_2
QSpinBox* Ui_colormask::red_up
QSlider* Ui_colormask::red_up_2
QLineEdit* Ui_colormask::redvalue

Definition at line 37 of file ui_colormask.h.

Referenced by colormask::make_color_mask_action(), and setupUi().


The documentation for this class was generated from the following file: