Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
b7138f27
Commit
b7138f27
authored
Feb 10, 2008
by
Jean-Baptiste Kempf
Browse files
Qt4 - setToolTip on the rateLabel.
parent
b38c6ef4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
b7138f27
...
...
@@ -912,6 +912,7 @@ void MainInterface::setRate( int rate )
str
.
setNum
(
(
1000
/
(
double
)
rate
),
'f'
,
2
);
str
.
append
(
"x"
);
speedLabel
->
setText
(
str
);
speedLabel
->
setToolTip
(
str
);
speedControl
->
updateControls
(
rate
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment