Skip to content
Extraits de code Groupes Projets

Fake vim

Fusionnées Kubat a demandé de fusionner fake-vim vers master
1 file
+ 11
1
Comparer les modifications
  • Côte à côte
  • En ligne
+ 11
1
@@ -17,7 +17,16 @@ using namespace Vivy;
static const char *aboutContent =
"<body>"
" <p>Vivy is a replacement for Aegisub, writen in Qt5+and with less segfaults - hopefully.</p>"
" <p>Vivy is a replacement for Aegisub, writen in Qt5+and with less"
" segfaults - hopefully.</p>"
" <p>This software is licenced under the LGPL v3.0 or latter. The"
" FakeVim part is imported from QtCreator, &copy; 2016 The Qt"
" Company Ltd. and other contributors. Vivy is &copy; Vivy"
" contributors.</p>"
" <p>Contributors:<ul>"
" <li>Elliu</li>"
" <li>Kubat</li>"
" </ul></p>"
"</body>";
static const char *libContent =
@@ -45,6 +54,7 @@ AboutWindow::SimpleLabel::SimpleLabel(QWidget *parent, const char *text)
Qt::LinksAccessibleByKeyboard);
setText(QString(text));
setAlignment(Qt::AlignJustify | Qt::AlignTop);
setWordWrap(true);
}
AboutWindow::LicenceLabel::LicenceLabel(QWidget *parent, const QString &url,
Chargement en cours