Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
b84d333d
Commit
b84d333d
authored
Jan 11, 2016
by
nopeppermint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change back qwt corrections
parent
3c48c8c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
qwt_text.cpp
libs/qwt/qwt_text.cpp
+2
-2
qwt_text_engine.cpp
libs/qwt/qwt_text_engine.cpp
+2
-2
No files found.
libs/qwt/qwt_text.cpp
View file @
b84d333d
...
...
@@ -529,7 +529,7 @@ double QwtText::heightForWidth( double width, const QFont &defaultFont ) const
Returns the size, that is needed to render text
\param defaultFont Font of the text
\return Cal
cu
lated size
\return Cal
uc
lated size
*/
QSizeF
QwtText
::
textSize
(
const
QFont
&
defaultFont
)
const
{
...
...
@@ -637,7 +637,7 @@ void QwtText::draw( QPainter *painter, const QRectF &rect ) const
returns true. If there is none QwtPlainTextEngine is returned.
If no text engine is registered for the format QwtPlainTextEngine
is return
e
d.
is returnd.
\param text Text, needed in case of AutoText
\param format Text format
...
...
libs/qwt/qwt_text_engine.cpp
View file @
b84d333d
...
...
@@ -181,7 +181,7 @@ double QwtPlainTextEngine::heightForWidth( const QFont& font, int flags,
\param flags Bitwise OR of the flags used like in QPainter::drawText
\param text Text to be rendered
\return Cal
cu
lated size
\return Cal
uc
lated size
*/
QSizeF
QwtPlainTextEngine
::
textSize
(
const
QFont
&
font
,
int
flags
,
const
QString
&
text
)
const
...
...
@@ -270,7 +270,7 @@ double QwtRichTextEngine::heightForWidth( const QFont& font, int flags,
\param flags Bitwise OR of the flags used like in QPainter::drawText()
\param text Text to be rendered
\return Cal
cu
lated size
\return Cal
uc
lated size
*/
QSizeF
QwtRichTextEngine
::
textSize
(
const
QFont
&
font
,
...
...
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