mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
Refresh align authors tab
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2754 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -116,10 +116,14 @@ QWidget *AboutQET::authorsTab() const {
|
||||
addAuthor(authors, "Joshua Claveau", "Joshua@qelectrotech.org", tr("D\351veloppement"));
|
||||
addAuthor(authors, "Abhishek Bansal", "abhishek@qelectrotech.org", tr("D\351veloppement"));
|
||||
|
||||
authors -> setAlignment(Qt::AlignCenter);
|
||||
|
||||
authors -> setOpenExternalLinks(true);
|
||||
authors -> setTextFormat(Qt::RichText);
|
||||
return(authors);
|
||||
|
||||
QWidget *authors_widget = new QWidget();
|
||||
QHBoxLayout *authors_layout = new QHBoxLayout(authors_widget);
|
||||
authors_layout -> addWidget(authors, 0, Qt::AlignCenter);
|
||||
return(authors_widget);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user