Warning, file /sdk/clazy/tests/empty-qstringliteral/ui_qstringliteral.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /********************************************************************************
0002 ** Form generated from reading UI file 'untitled.ui'
0003 **
0004 ** Created by: Qt User Interface Compiler version 5.9.7
0005 **
0006 ** WARNING! All changes made in this file will be lost when recompiling UI file!
0007 ********************************************************************************/
0008 
0009 #ifndef UNTITLED_H
0010 #define UNTITLED_H
0011 
0012 #include <QtCore/QVariant>
0013 #include <QtWidgets/QAction>
0014 #include <QtWidgets/QApplication>
0015 #include <QtWidgets/QButtonGroup>
0016 #include <QtWidgets/QHeaderView>
0017 #include <QtWidgets/QWidget>
0018 
0019 QT_BEGIN_NAMESPACE
0020 
0021 class Ui_Form
0022 {
0023 public:
0024 
0025     void setupUi(QWidget *Form)
0026     {
0027         if (Form->objectName().isEmpty())
0028             Form->setObjectName(QStringLiteral("Form"));
0029         Form->resize(400, 300);
0030         Form->setStyleSheet(QStringLiteral(""));
0031 
0032         retranslateUi(Form);
0033 
0034         QMetaObject::connectSlotsByName(Form);
0035     } // setupUi
0036 
0037     void retranslateUi(QWidget *Form)
0038     {
0039         Form->setWindowTitle(QApplication::translate("Form", "Form", Q_NULLPTR));
0040     } // retranslateUi
0041 
0042 };
0043 
0044 namespace Ui {
0045     class Form: public Ui_Form {};
0046 } // namespace Ui
0047 
0048 QT_END_NAMESPACE
0049 
0050 #endif // UNTITLED_H