Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KmPlot
Commits
e0c9219c
Commit
e0c9219c
authored
Oct 17, 2022
by
Nicolas Fella
Browse files
Port from QMatrix to QTransform
parent
bf98160a
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmplot/view.h
View file @
e0c9219c
...
...
@@ -615,12 +615,12 @@ private:
* This matrix transforms from real coordinates to painter coordinates.
* (Note that the painter does not have any transformation applied).
*/
Q
Matrix
m_realToPixel
;
Q
Transform
m_realToPixel
;
/**
* The inverse matrix of m_realToPixel; it maps from pixel coordinates
* to real X-Y coordinates.
*/
Q
Matrix
m_pixelToReal
;
Q
Transform
m_pixelToReal
;
QString
m_statusBarText
[
4
];
...
...
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