/******************************************************************************** ** Form generated from reading UI file 'about.ui' ** ** Created by: Qt User Interface Compiler version 5.11.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_ABOUT_H #define UI_ABOUT_H #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_about { public: QVBoxLayout *verticalLayout; QTextEdit *textEdit; QDialogButtonBox *buttonBox; void setupUi(QDialog *about) { if (about->objectName().isEmpty()) about->setObjectName(QStringLiteral("about")); about->resize(497, 448); verticalLayout = new QVBoxLayout(about); verticalLayout->setObjectName(QStringLiteral("verticalLayout")); textEdit = new QTextEdit(about); textEdit->setObjectName(QStringLiteral("textEdit")); textEdit->setReadOnly(true); verticalLayout->addWidget(textEdit); buttonBox = new QDialogButtonBox(about); buttonBox->setObjectName(QStringLiteral("buttonBox")); buttonBox->setOrientation(Qt::Horizontal); buttonBox->setStandardButtons(QDialogButtonBox::Ok); verticalLayout->addWidget(buttonBox); retranslateUi(about); QObject::connect(buttonBox, SIGNAL(accepted()), about, SLOT(accept())); QObject::connect(buttonBox, SIGNAL(rejected()), about, SLOT(reject())); QMetaObject::connectSlotsByName(about); } // setupUi void retranslateUi(QDialog *about) { about->setWindowTitle(QApplication::translate("about", "Dialog", nullptr)); textEdit->setHtml(QApplication::translate("about", "\n" "\n" "

Copyright (c) 2018 Aditya Kulkarni. (MIT License)

\n" "


\n" "

Special thanks to:

\n" "

JSON for Modern C++ : https://nlohmann.github.io/json/

\n" "

QR Code generator library Nayuki : https://www.nayuki.io/page/qr-code-ge\342\200\246

\n" "

Made with QT : https://www.qt.io/

\n" "

LICENSE:

\n" "

Permission is hereby granted, free of charge, " "to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

\n" "
  • The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  • \n" "
  • The Software is provided "as is", without warranty of any kind, express or implied, including but not limited to the w" "arranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the Software.
", nullptr)); } // retranslateUi }; namespace Ui { class about: public Ui_about {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_ABOUT_H