Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-FileHeightFieldImage
Commits
abd9c5a0
Commit
abd9c5a0
authored
Jan 08, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduced includes
parent
c6ef7086
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
45 deletions
+5
-45
FileHeightFieldImage.cc
FileHeightFieldImage.cc
+2
-8
ImageDialog.cc
ImageDialog.cc
+2
-8
ImageDialog.hh
ImageDialog.hh
+0
-12
QClickableLabel.cc
QClickableLabel.cc
+1
-9
QClickableLabel.hh
QClickableLabel.hh
+0
-8
No files found.
FileHeightFieldImage.cc
View file @
abd9c5a0
...
...
@@ -39,17 +39,11 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#include "FileHeightFieldImage.hh"
#include "ImageDialog.hh"
#include <QImageReader>
#include <QThread>
void
FileHeightFieldPNGPlugin
::
initializePlugin
()
{
}
...
...
ImageDialog.cc
View file @
abd9c5a0
...
...
@@ -39,18 +39,12 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 13581 $ *
* $LastChangedBy: moebius $ *
* $Date: 2012-01-30 14:22:52 +0100 (Mo, 30 Jan 2012) $ *
* *
\*===========================================================================*/
#include "ImageDialog.hh"
#include <iostream>
#include <QPainter>
ImageDialog
::
ImageDialog
(
QImage
_image
,
QWidget
*
parent
)
:
QDialog
(
parent
),
imageWidth_
(
_image
.
width
()
),
...
...
ImageDialog.hh
View file @
abd9c5a0
...
...
@@ -39,20 +39,8 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 13581 $ *
* $LastChangedBy: moebius $ *
* $Date: 2012-01-30 14:22:52 +0100 (Mo, 30 Jan 2012) $ *
* *
\*===========================================================================*/
#include "ui_ImageDialog.hh"
#include <QtWidgets>
class
ImageDialog
:
public
QDialog
,
public
Ui
::
ImageDialog
{
Q_OBJECT
...
...
QClickableLabel.cc
View file @
abd9c5a0
...
...
@@ -39,18 +39,10 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 13581 $ *
* $LastChangedBy: moebius $ *
* $Date: 2012-01-30 14:22:52 +0100 (Mo, 30 Jan 2012) $ *
* *
\*===========================================================================*/
#include "QClickableLabel.hh"
#include <QtWidgets>
#include <QMouseEvent>
QClickableLabel
::
QClickableLabel
(
QWidget
*
_parent
)
:
QLabel
(
_parent
)
...
...
QClickableLabel.hh
View file @
abd9c5a0
...
...
@@ -39,14 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision: 13581 $ *
* $LastChangedBy: moebius $ *
* $Date: 2012-01-30 14:22:52 +0100 (Mo, 30 Jan 2012) $ *
* *
\*===========================================================================*/
#pragma once
#include <QLabel>
...
...
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