We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab938a1 commit f925d1eCopy full SHA for f925d1e
1 file changed
src/mainwindow.cpp
@@ -131,8 +131,10 @@ void MainWindow::initUI() {
131
132
// Creator
133
QLabel* creatorLabel = new QLabel(
134
- "<a href=\"https://github.com/sayedalimollah2602-prog\" "
135
- "style=\"color: #94A3B8; text-decoration: none;\">created by leVI</a>");
+ "created by <a href=\"https://github.com/sayedalimollah2602-prog\" "
+ "style=\"color: #94A3B8; text-decoration: none;\">leVI</a> & "
136
+ "<a href=\"https://github.com/raxnmint\" "
137
+ "style=\"color: #94A3B8; text-decoration: none;\">raxnmint</a>");
138
creatorLabel->setStyleSheet("font-size: 11px;");
139
creatorLabel->setAlignment(Qt::AlignCenter);
140
creatorLabel->setOpenExternalLinks(true);
0 commit comments