tests/auto/uic/baseline/textfinder.ui.h
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 /********************************************************************************
       
     2 ** Form generated from reading UI file 'textfinder.ui'
       
     3 **
       
     4 ** Created: Fri Sep 4 10:17:15 2009
       
     5 **      by: Qt User Interface Compiler version 4.6.0
       
     6 **
       
     7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
       
     8 ********************************************************************************/
       
     9 
       
    10 #ifndef TEXTFINDER_H
       
    11 #define TEXTFINDER_H
       
    12 
       
    13 #include <QtCore/QVariant>
       
    14 #include <QtGui/QAction>
       
    15 #include <QtGui/QApplication>
       
    16 #include <QtGui/QButtonGroup>
       
    17 #include <QtGui/QGridLayout>
       
    18 #include <QtGui/QHeaderView>
       
    19 #include <QtGui/QLabel>
       
    20 #include <QtGui/QLineEdit>
       
    21 #include <QtGui/QPushButton>
       
    22 #include <QtGui/QSpacerItem>
       
    23 #include <QtGui/QTextEdit>
       
    24 #include <QtGui/QVBoxLayout>
       
    25 #include <QtGui/QWidget>
       
    26 
       
    27 QT_BEGIN_NAMESPACE
       
    28 
       
    29 class Ui_Form
       
    30 {
       
    31 public:
       
    32     QVBoxLayout *vboxLayout;
       
    33     QGridLayout *gridLayout;
       
    34     QLineEdit *lineEdit;
       
    35     QLabel *searchLabel;
       
    36     QPushButton *findButton;
       
    37     QTextEdit *textEdit;
       
    38     QSpacerItem *spacerItem;
       
    39 
       
    40     void setupUi(QWidget *Form)
       
    41     {
       
    42         if (Form->objectName().isEmpty())
       
    43             Form->setObjectName(QString::fromUtf8("Form"));
       
    44         Form->resize(378, 158);
       
    45         vboxLayout = new QVBoxLayout(Form);
       
    46 #ifndef Q_OS_MAC
       
    47         vboxLayout->setSpacing(6);
       
    48 #endif
       
    49 #ifndef Q_OS_MAC
       
    50         vboxLayout->setContentsMargins(9, 9, 9, 9);
       
    51 #endif
       
    52         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
       
    53         gridLayout = new QGridLayout();
       
    54 #ifndef Q_OS_MAC
       
    55         gridLayout->setSpacing(6);
       
    56 #endif
       
    57 #ifndef Q_OS_MAC
       
    58         gridLayout->setContentsMargins(0, 0, 0, 0);
       
    59 #endif
       
    60         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
       
    61         lineEdit = new QLineEdit(Form);
       
    62         lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
       
    63 
       
    64         gridLayout->addWidget(lineEdit, 0, 1, 1, 1);
       
    65 
       
    66         searchLabel = new QLabel(Form);
       
    67         searchLabel->setObjectName(QString::fromUtf8("searchLabel"));
       
    68 
       
    69         gridLayout->addWidget(searchLabel, 0, 0, 1, 1);
       
    70 
       
    71         findButton = new QPushButton(Form);
       
    72         findButton->setObjectName(QString::fromUtf8("findButton"));
       
    73 
       
    74         gridLayout->addWidget(findButton, 0, 2, 1, 1);
       
    75 
       
    76 
       
    77         vboxLayout->addLayout(gridLayout);
       
    78 
       
    79         textEdit = new QTextEdit(Form);
       
    80         textEdit->setObjectName(QString::fromUtf8("textEdit"));
       
    81 
       
    82         vboxLayout->addWidget(textEdit);
       
    83 
       
    84         spacerItem = new QSpacerItem(20, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
       
    85 
       
    86         vboxLayout->addItem(spacerItem);
       
    87 
       
    88 #ifndef QT_NO_SHORTCUT
       
    89         searchLabel->setBuddy(lineEdit);
       
    90 #endif // QT_NO_SHORTCUT
       
    91 
       
    92         retranslateUi(Form);
       
    93         QObject::connect(lineEdit, SIGNAL(returnPressed()), findButton, SLOT(animateClick()));
       
    94 
       
    95         QMetaObject::connectSlotsByName(Form);
       
    96     } // setupUi
       
    97 
       
    98     void retranslateUi(QWidget *Form)
       
    99     {
       
   100         Form->setWindowTitle(QApplication::translate("Form", "Find Text", 0, QApplication::UnicodeUTF8));
       
   101         searchLabel->setText(QApplication::translate("Form", "&Keyword:", 0, QApplication::UnicodeUTF8));
       
   102         findButton->setText(QApplication::translate("Form", "&Find", 0, QApplication::UnicodeUTF8));
       
   103     } // retranslateUi
       
   104 
       
   105 };
       
   106 
       
   107 namespace Ui {
       
   108     class Form: public Ui_Form {};
       
   109 } // namespace Ui
       
   110 
       
   111 QT_END_NAMESPACE
       
   112 
       
   113 #endif // TEXTFINDER_H