6 #include <QDesktopServices>
11 #include <QVBoxLayout>
17 mNewsItem(new
GetInTouchItem(
"Stay up to date",
"Subscribe to our newsfeed for the latest updates and patchnotes")),
18 mForumItem(new
GetInTouchItem(
"Get in touch",
"Check out the forum and so on and so on i dont know what to write here")),
19 mCppDocumentationItem(new
GetInTouchItem(
"Open C++ Documentation",
"Check out the C++ documentation of the HAL core to develop your own plugins")),
20 mPyDocumentationItem(new
GetInTouchItem(
"Open Python Documentation",
"Check out the Python documentation of HAL")),
21 mTicketItem(new
GetInTouchItem(
"Found a bug ?",
"Submit a bug report or feature request to our public tracker"))
53 mLayout->
addWidget(mCppDocumentationItem);
79 for (
int i = 0; i < mLayout->
count(); i++)
103 QString link =
"https://emsec.github.io/hal/pydoc/";
109 QString link =
"https://github.com/emsec/hal/issues";
Apache License January AND DISTRIBUTION Definitions License shall mean the terms and conditions for and distribution as defined by Sections through of this document Licensor shall mean the copyright owner or entity authorized by the copyright owner that is granting the License Legal Entity shall mean the union of the acting entity and all other entities that control are controlled by or are under common control with that entity For the purposes of this definition control direct or to cause the direction or management of such whether by contract or including but not limited to software source documentation and configuration files Object form shall mean any form resulting from mechanical transformation or translation of a Source including but not limited to compiled object generated and conversions to other media types Work shall mean the work of whether in Source or Object made available under the as indicated by a copyright notice that is included in or attached to the whether in Source or Object that is based or other modifications as a an original work of authorship For the purposes of this Derivative Works shall not include works that remain separable or merely link(or bind by name) to the interfaces of
A dialog that displays the Qt version and our open source license.
One item in the welcome screen's GetInTouch section.
virtual int count() const const override
virtual QLayoutItem * itemAt(int index) const const override
void setSpacing(int spacing)
bool openUrl(const QUrl &url)
void setContentsMargins(int left, int top, int right, int bottom)
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void setObjectName(const QString &name)
virtual void polish(QWidget *widget)
virtual void unpolish(QWidget *widget)