Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
ab42bb66
Commit
ab42bb66
authored
Jun 09, 2009
by
Daniel Molkentin
Browse files
Replace Addressbook tutorial from Qt with the version for Creator
Reviewed-By: Thorbjorn Lindeijer
parent
5d11453c
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdocconf
View file @
ab42bb66
...
...
@@ -13,7 +13,7 @@ exampledirs = $SRCDIR
extraimages.HTML = qt-logo \
trolltech-logo
sources.fileextensions = "qtcreator.qdoc"
sources.fileextensions = "qtcreator.qdoc
addressbook-sdk.qdoc
"
qhp.projects = QtCreator
...
...
src/plugins/coreplugin/welcomemode.cpp
View file @
ab42bb66
...
...
@@ -178,7 +178,7 @@ WelcomeMode::WelcomeMode() :
m_d
->
ui
.
tutorialTreeWidget
->
addItem
(
tr
(
"<b>Qt Creator - A quick tour</b>"
),
QString
(
"qthelp://com.nokia.qtcreator.%1%2/doc/index.html"
).
arg
(
IDE_VERSION_MAJOR
).
arg
(
IDE_VERSION_MINOR
));
m_d
->
ui
.
tutorialTreeWidget
->
addItem
(
tr
(
"Creating an address book"
),
QLatin1String
(
"qthelp://com.
trolltech.qt/q
doc/tutorials-addressbook.html"
));
QLatin1String
(
"qthelp://com.
nokia.qtcreator/
doc/tutorials-addressbook
-sdk
.html"
));
m_d
->
ui
.
tutorialTreeWidget
->
addItem
(
tr
(
"Understanding widgets"
),
QLatin1String
(
"qthelp://com.trolltech.qt/qdoc/widgets-tutorial.html"
));
m_d
->
ui
.
tutorialTreeWidget
->
addItem
(
tr
(
"Building with qmake"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment