Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
f58acdc7
Commit
f58acdc7
authored
14 years ago
by
Daniel Molkentin
Browse files
Options
Downloads
Patches
Plain Diff
Fit all tips even on 120 DPI screens.
Task-Number: QTCREATORBUG-2587
parent
b7b3eae8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
+3
-3
3 additions, 3 deletions
...ins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
with
3 additions
and
3 deletions
src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.cpp
+
3
−
3
View file @
f58acdc7
...
...
@@ -434,9 +434,9 @@ QStringList GettingStartedWelcomePageWidget::tipsOfTheDay()
tips
.
append
(
tr
(
"You can return to edit mode from any other mode at any time by hitting <tt>Escape</tt>."
));
//:%1 gets replaced by Alt (Win/Unix) or Cmd (Mac)
tips
.
append
(
tr
(
"You can switch between the output pane by hitting <tt>%1+n</tt> where n is the number denoted "
"on the buttons at the window bottom:"
"
<ul><li>1 -
Build Issues
</li><li>2 -
Search Results
</li><li>3 -
Application Output
</li>
"
"
<li>4 -
Compile Output
</li></ul>
"
).
arg
(
altShortcut
));
"on the buttons at the window bottom:
<br /><br />
"
"
1:
Build Issues
, 2:
Search Results
, 3:
Application Output
,
"
"
4:
Compile Output"
).
arg
(
altShortcut
));
tips
.
append
(
tr
(
"You can quickly search methods, classes, help and more using the "
"<a href=
\"
qthelp://com.nokia.qtcreator/doc/creator-editor-locator.html
\"
>Locator bar</a> (<tt>%1+K</tt>)."
).
arg
(
ctrlShortcut
));
tips
.
append
(
tr
(
"You can add custom build steps in the "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment