From b8af2e9d1d3f941eede6ea15748147166277256a Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Thu, 24 Mar 2022 06:13:03 +0100 Subject: [PATCH] Minor : add informations in aboutqetdialog widget --- sources/ui/aboutqetdialog.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sources/ui/aboutqetdialog.cpp b/sources/ui/aboutqetdialog.cpp index a902a5376..7953a8911 100644 --- a/sources/ui/aboutqetdialog.cpp +++ b/sources/ui/aboutqetdialog.cpp @@ -63,8 +63,17 @@ void AboutQETDialog::setAbout() tr(" Les développeurs de QElectroTech", "about tab, developers line") + "

" "https://qelectrotech.org/" + "

" + + "The program is provided AS IS with NO WARRANTY OF ANY KIND," + "

" + " INCLUDING THE WARRANTY OF DESIGN, " + "

" + "MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE."; + "

" "

" + tr("Contact : qet@lists.tuxfamily.org", "about tab, contact line"); + + ui->m_about_label->setText(str); }