X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fabout.cpp;h=cef694e3fba0571efe39a40f94a54948ed98fbc7;hb=7ac2021bfe0d3032e161520e3fa790ef621e39b3;hp=bce636531dea867b595e3371830b5e92c56192d7;hpb=a14390c31519388a3e4f01bc53c0e4572708940c;p=architektonas diff --git a/src/about.cpp b/src/about.cpp index bce6365..cef694e 100644 --- a/src/about.cpp +++ b/src/about.cpp @@ -58,13 +58,14 @@ AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) "" )); #else -// QString s = QString(tr("(Last full build was on %1 %2)
")).arg(__DATE__).arg(__TIME__); - QString s = QString(tr(""//"//)); -// s.append(tr( -//"This is some random text. I wonder if it will be rendered correctly or not???

" -// "" + "" + "
" - "" - "" + QString s = QString(tr( + "
Architektonas: Free, Industrial Strength 2D Computer Aided Design
" + "" + "" + "" -// "
" + "" +// "" + "" "" "" "" @@ -72,22 +73,22 @@ AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) // "" "" "
Architektonas: Free, Industrial Strength 2D Computer Aided Design
Architektonas: Free, Industrial Strength 2D Computer Aided Design
Version: 1.0.0
License: GPL v3 or later
Chief Architect: James L. Hammons (shamus)
Testers: shamus
Homepage: http://shamusworld.gotdns.org/architektonas/
" -"" -// "
" "

" "The authors of Architektonas would like to express their heartfelt gratitude to:" -// "
" "
    " "
  • The authors of Inkscape, whose incredible GUI was a huge inspiration for us
  • " "
  • QCad for sucking so bad that we just had to write something better
  • " "
  • Every other 2D CAD package out there that's mired in a legacy of the bad old days of pencil and paper, and all the attendant horrors that came along with that. We couldn't have done it without you!
  • " - "
" + "" + "
" )); #endif text = new QLabel(s); text->setWordWrap(true); +// text->setMinimumWidth(480); // text->setMaximumWidth(800); layout->addWidget(text); }