QCodeEdit 2.2
lib/ui_gotoline.h
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'gotoline.ui'
00003 **
00004 ** Created: 
00005 **      by: Qt User Interface Compiler version 4.7.3
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_GOTOLINE_H
00011 #define UI_GOTOLINE_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/QHeaderView>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QPushButton>
00021 #include <QtGui/QSlider>
00022 #include <QtGui/QSpinBox>
00023 #include <QtGui/QToolButton>
00024 #include <QtGui/QWidget>
00025 
00026 QT_BEGIN_NAMESPACE
00027 
00028 class Ui_GotoLine
00029 {
00030 public:
00031     QHBoxLayout *horizontalLayout;
00032     QToolButton *bClose;
00033     QLabel *label;
00034     QSpinBox *spLine;
00035     QPushButton *bGo;
00036     QSlider *slLine;
00037 
00038     void setupUi(QWidget *GotoLine)
00039     {
00040         if (GotoLine->objectName().isEmpty())
00041             GotoLine->setObjectName(QString::fromUtf8("GotoLine"));
00042         GotoLine->resize(513, 45);
00043         horizontalLayout = new QHBoxLayout(GotoLine);
00044         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00045         bClose = new QToolButton(GotoLine);
00046         bClose->setObjectName(QString::fromUtf8("bClose"));
00047 
00048         horizontalLayout->addWidget(bClose);
00049 
00050         label = new QLabel(GotoLine);
00051         label->setObjectName(QString::fromUtf8("label"));
00052 
00053         horizontalLayout->addWidget(label);
00054 
00055         spLine = new QSpinBox(GotoLine);
00056         spLine->setObjectName(QString::fromUtf8("spLine"));
00057         QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed);
00058         sizePolicy.setHorizontalStretch(0);
00059         sizePolicy.setVerticalStretch(0);
00060         sizePolicy.setHeightForWidth(spLine->sizePolicy().hasHeightForWidth());
00061         spLine->setSizePolicy(sizePolicy);
00062         spLine->setMinimum(1);
00063 
00064         horizontalLayout->addWidget(spLine);
00065 
00066         bGo = new QPushButton(GotoLine);
00067         bGo->setObjectName(QString::fromUtf8("bGo"));
00068 
00069         horizontalLayout->addWidget(bGo);
00070 
00071         slLine = new QSlider(GotoLine);
00072         slLine->setObjectName(QString::fromUtf8("slLine"));
00073         slLine->setMinimum(1);
00074         slLine->setOrientation(Qt::Horizontal);
00075 
00076         horizontalLayout->addWidget(slLine);
00077 
00078 #ifndef QT_NO_SHORTCUT
00079         label->setBuddy(spLine);
00080 #endif // QT_NO_SHORTCUT
00081         QWidget::setTabOrder(spLine, bGo);
00082         QWidget::setTabOrder(bGo, bClose);
00083         QWidget::setTabOrder(bClose, slLine);
00084 
00085         retranslateUi(GotoLine);
00086 
00087         QMetaObject::connectSlotsByName(GotoLine);
00088     } // setupUi
00089 
00090     void retranslateUi(QWidget *GotoLine)
00091     {
00092         GotoLine->setWindowTitle(QApplication::translate("GotoLine", "Form", 0, QApplication::UnicodeUTF8));
00093         bClose->setText(QString());
00094         label->setText(QApplication::translate("GotoLine", "&Go to line :", 0, QApplication::UnicodeUTF8));
00095         spLine->setPrefix(QString());
00096         bGo->setText(QApplication::translate("GotoLine", "G&o", 0, QApplication::UnicodeUTF8));
00097     } // retranslateUi
00098 
00099 };
00100 
00101 namespace Ui {
00102     class GotoLine: public Ui_GotoLine {};
00103 } // namespace Ui
00104 
00105 QT_END_NAMESPACE
00106 
00107 #endif // UI_GOTOLINE_H