mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Minor : add informations in aboutqetdialog widget
This commit is contained in:
@@ -64,8 +64,17 @@ void AboutQETDialog::setAbout()
|
||||
"<br><br>"
|
||||
"<a href=\"https://qelectrotech.org/\">https://qelectrotech.org/</a>"
|
||||
"<br><br>" +
|
||||
"The program is provided AS IS with NO WARRANTY OF ANY KIND,"
|
||||
"<br><br>"
|
||||
" INCLUDING THE WARRANTY OF DESIGN, "
|
||||
"<br><br>"
|
||||
"MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.";
|
||||
"<br><br>"
|
||||
"<br><br>" +
|
||||
tr("Contact : <a href=\"mailto:qet@lists.tuxfamily.org\">qet@lists.tuxfamily.org</a>", "about tab, contact line");
|
||||
|
||||
|
||||
|
||||
ui->m_about_label->setText(str);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user