forked from qt-creator/qt-creator
welcome screen: preview in news feed, Buttons added, resizing sanatized
Manage Sessions replaces "Restore last session" (which can be done by clicking the "(last session)" session anyway. Also, added a "Create New Project" button. Ensured that the welcome screen is only as high as needed (will orient on the amount of items in the contained treewidgets). Scrolling is still last resort.
This commit is contained in:
@@ -736,7 +736,7 @@ void HelpPlugin::openHelpPage(const QString& url)
|
||||
else {
|
||||
QString page = url.mid(url.lastIndexOf('/')+1);
|
||||
qDebug() << url << page << url.lastIndexOf('/');
|
||||
QDesktopServices::openUrl(QLatin1String("http://doc.qtsoftware.com/latest/")+page);
|
||||
QDesktopServices::openUrl(QLatin1String("http://doc.trolltech.com/latest/")+page);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user