ui_formad.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formad.ui'
  3. **
  4. ** Created: Mon Apr 22 11:55:07 2019
  5. ** by: Qt User Interface Compiler version 4.8.4
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_FORMAD_H
  10. #define UI_FORMAD_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QHeaderView>
  16. #include <QtGui/QVBoxLayout>
  17. #include <QtGui/QWidget>
  18. QT_BEGIN_NAMESPACE
  19. class Ui_FormAd
  20. {
  21. public:
  22. QVBoxLayout *verticalLayout;
  23. void setupUi(QWidget *FormAd)
  24. {
  25. if (FormAd->objectName().isEmpty())
  26. FormAd->setObjectName(QString::fromUtf8("FormAd"));
  27. FormAd->resize(400, 300);
  28. verticalLayout = new QVBoxLayout(FormAd);
  29. verticalLayout->setSpacing(0);
  30. verticalLayout->setContentsMargins(0, 0, 0, 0);
  31. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  32. retranslateUi(FormAd);
  33. QMetaObject::connectSlotsByName(FormAd);
  34. } // setupUi
  35. void retranslateUi(QWidget *FormAd)
  36. {
  37. FormAd->setWindowTitle(QApplication::translate("FormAd", "Form", 0, QApplication::UnicodeUTF8));
  38. } // retranslateUi
  39. };
  40. namespace Ui {
  41. class FormAd: public Ui_FormAd {};
  42. } // namespace Ui
  43. QT_END_NAMESPACE
  44. #endif // UI_FORMAD_H