tests/auto/uic/baseline/Dialog_without_Buttons.ui.h
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 /********************************************************************************
       
     2 ** Form generated from reading UI file 'Dialog_without_Buttons.ui'
       
     3 **
       
     4 ** Created: Fri Sep 4 10:17:13 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 DIALOG_WITHOUT_BUTTONS_H
       
    11 #define DIALOG_WITHOUT_BUTTONS_H
       
    12 
       
    13 #include <QtCore/QVariant>
       
    14 #include <QtGui/QAction>
       
    15 #include <QtGui/QApplication>
       
    16 #include <QtGui/QButtonGroup>
       
    17 #include <QtGui/QDialog>
       
    18 #include <QtGui/QHeaderView>
       
    19 
       
    20 QT_BEGIN_NAMESPACE
       
    21 
       
    22 class Ui_Dialog
       
    23 {
       
    24 public:
       
    25 
       
    26     void setupUi(QDialog *Dialog)
       
    27     {
       
    28         if (Dialog->objectName().isEmpty())
       
    29             Dialog->setObjectName(QString::fromUtf8("Dialog"));
       
    30         Dialog->resize(400, 300);
       
    31 
       
    32         retranslateUi(Dialog);
       
    33 
       
    34         QMetaObject::connectSlotsByName(Dialog);
       
    35     } // setupUi
       
    36 
       
    37     void retranslateUi(QDialog *Dialog)
       
    38     {
       
    39         Dialog->setWindowTitle(QApplication::translate("Dialog", "Dialog", 0, QApplication::UnicodeUTF8));
       
    40     } // retranslateUi
       
    41 
       
    42 };
       
    43 
       
    44 namespace Ui {
       
    45     class Dialog: public Ui_Dialog {};
       
    46 } // namespace Ui
       
    47 
       
    48 QT_END_NAMESPACE
       
    49 
       
    50 #endif // DIALOG_WITHOUT_BUTTONS_H