aboutsummaryrefslogtreecommitdiffstats
path: root/tests/empty-qstringliteral/ui_qstringliteral.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/empty-qstringliteral/ui_qstringliteral.h')
-rw-r--r--tests/empty-qstringliteral/ui_qstringliteral.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/tests/empty-qstringliteral/ui_qstringliteral.h b/tests/empty-qstringliteral/ui_qstringliteral.h
new file mode 100644
index 00000000..0fb2675c
--- /dev/null
+++ b/tests/empty-qstringliteral/ui_qstringliteral.h
@@ -0,0 +1,50 @@
+/********************************************************************************
+** Form generated from reading UI file 'untitled.ui'
+**
+** Created by: Qt User Interface Compiler version 5.9.7
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef UNTITLED_H
+#define UNTITLED_H
+
+#include <QtCore/QVariant>
+#include <QtWidgets/QAction>
+#include <QtWidgets/QApplication>
+#include <QtWidgets/QButtonGroup>
+#include <QtWidgets/QHeaderView>
+#include <QtWidgets/QWidget>
+
+QT_BEGIN_NAMESPACE
+
+class Ui_Form
+{
+public:
+
+ void setupUi(QWidget *Form)
+ {
+ if (Form->objectName().isEmpty())
+ Form->setObjectName(QStringLiteral("Form"));
+ Form->resize(400, 300);
+ Form->setStyleSheet(QStringLiteral(""));
+
+ retranslateUi(Form);
+
+ QMetaObject::connectSlotsByName(Form);
+ } // setupUi
+
+ void retranslateUi(QWidget *Form)
+ {
+ Form->setWindowTitle(QApplication::translate("Form", "Form", Q_NULLPTR));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class Form: public Ui_Form {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UNTITLED_H