minMaxEditorItem.ui.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'minMaxEditorItem.ui'
00003 **
00004 ** Created: Sun Aug 24 21:27:01 2008
00005 **      by: Qt User Interface Compiler version 4.3.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef MINMAXEDITORITEM_H
00011 #define MINMAXEDITORITEM_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHBoxLayout>
00018 #include <QtGui/QLabel>
00019 #include <QtGui/QLineEdit>
00020 #include <QtGui/QRadioButton>
00021 #include <QtGui/QSpacerItem>
00022 #include <QtGui/QToolButton>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025 
00026 class Ui_MinMaxEditorItem
00027 {
00028 public:
00029     QHBoxLayout *hboxLayout;
00030     QLabel *nameLabel;
00031     QSpacerItem *spacerItem;
00032     QToolButton *hist;
00033     QVBoxLayout *vboxLayout;
00034     QLineEdit *lineEdit;
00035     QToolButton *tool;
00036     QLabel *labelOk;
00037     QRadioButton *radioButton;
00038 
00039     void setupUi(QWidget *MinMaxEditorItem)
00040     {
00041     if (MinMaxEditorItem->objectName().isEmpty())
00042         MinMaxEditorItem->setObjectName(QString::fromUtf8("MinMaxEditorItem"));
00043     MinMaxEditorItem->resize(555, 29);
00044     MinMaxEditorItem->setBaseSize(QSize(100, 20));
00045     hboxLayout = new QHBoxLayout(MinMaxEditorItem);
00046     hboxLayout->setSpacing(3);
00047     hboxLayout->setMargin(1);
00048     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00049     nameLabel = new QLabel(MinMaxEditorItem);
00050     nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
00051     nameLabel->setMinimumSize(QSize(240, 20));
00052     nameLabel->setMaximumSize(QSize(240, 30));
00053 
00054     hboxLayout->addWidget(nameLabel);
00055 
00056     spacerItem = new QSpacerItem(0, 0, QSizePolicy::MinimumExpanding, QSizePolicy::Minimum);
00057 
00058     hboxLayout->addItem(spacerItem);
00059 
00060     hist = new QToolButton(MinMaxEditorItem);
00061     hist->setObjectName(QString::fromUtf8("hist"));
00062     hist->setIcon(QIcon(QString::fromUtf8(":/icons/hist.png")));
00063 
00064     hboxLayout->addWidget(hist);
00065 
00066     vboxLayout = new QVBoxLayout();
00067     vboxLayout->setSpacing(0);
00068     vboxLayout->setMargin(0);
00069     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00070     lineEdit = new QLineEdit(MinMaxEditorItem);
00071     lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
00072     lineEdit->setMinimumSize(QSize(140, 0));
00073     lineEdit->setMaximumSize(QSize(176, 16777215));
00074 
00075     vboxLayout->addWidget(lineEdit);
00076 
00077 
00078     hboxLayout->addLayout(vboxLayout);
00079 
00080     tool = new QToolButton(MinMaxEditorItem);
00081     tool->setObjectName(QString::fromUtf8("tool"));
00082     tool->setIcon(QIcon(QString::fromUtf8(":/icons/spanner.png")));
00083 
00084     hboxLayout->addWidget(tool);
00085 
00086     labelOk = new QLabel(MinMaxEditorItem);
00087     labelOk->setObjectName(QString::fromUtf8("labelOk"));
00088     labelOk->setPixmap(QPixmap(QString::fromUtf8(":/icons/tick.png")));
00089 
00090     hboxLayout->addWidget(labelOk);
00091 
00092     radioButton = new QRadioButton(MinMaxEditorItem);
00093     radioButton->setObjectName(QString::fromUtf8("radioButton"));
00094     radioButton->setChecked(true);
00095 
00096     hboxLayout->addWidget(radioButton);
00097 
00098 
00099     retranslateUi(MinMaxEditorItem);
00100 
00101     QMetaObject::connectSlotsByName(MinMaxEditorItem);
00102     } // setupUi
00103 
00104     void retranslateUi(QWidget *MinMaxEditorItem)
00105     {
00106     MinMaxEditorItem->setWindowTitle(QApplication::translate("MinMaxEditorItem", "lineEditorItem", 0, QApplication::UnicodeUTF8));
00107     nameLabel->setText(QString());
00108     hist->setText(QString());
00109     tool->setText(QString());
00110     labelOk->setText(QString());
00111     radioButton->setText(QApplication::translate("MinMaxEditorItem", "auto apply", 0, QApplication::UnicodeUTF8));
00112     Q_UNUSED(MinMaxEditorItem);
00113     } // retranslateUi
00114 
00115 };
00116 
00117 namespace Ui {
00118     class MinMaxEditorItem: public Ui_MinMaxEditorItem {};
00119 } // namespace Ui
00120 
00121 #endif // MINMAXEDITORITEM_H

Generated on Tue Aug 26 22:22:32 2008 for NRAOCASA by  doxygen 1.5.1