QTfrontend/ui/widget/about.cpp
changeset 8434 4821897a0f10
parent 8404 f06227b2ea14
child 8444 75db7bb8dce8
child 8447 250142acef7b
equal deleted inserted replaced
8432:f2d57e987ba9 8434:4821897a0f10
    76     lbl1->setWordWrap(true);
    76     lbl1->setWordWrap(true);
    77     mainLayout->addWidget(lbl1, 0, 1);
    77     mainLayout->addWidget(lbl1, 0, 1);
    78 
    78 
    79     lbl2 = new QTextBrowser(this);
    79     lbl2 = new QTextBrowser(this);
    80     lbl2->setOpenExternalLinks(true);
    80     lbl2->setOpenExternalLinks(true);
    81     QUrl localpage = QUrl::fromLocalFile(":/res/html/about.html"); 
    81     QUrl localpage = QUrl::fromLocalFile(":/res/html/about.html");
    82     lbl2->setSource(localpage); //sets the source of the label from the file above
    82     lbl2->setSource(localpage); //sets the source of the label from the file above
    83     mainLayout->addWidget(lbl2, 1, 1);
    83     mainLayout->addWidget(lbl2, 1, 1);
    84 
    84 
    85     /* Library information */
    85     /* Library information */
    86 
    86