gui: Implement a new surface viewer

Programming / Debugging / APITrace - Zack Rusin [kde.org] - 10 September 2013 19:30 UTC

Adds support for showing individual pixels and zooming in on the image itself. All ready to be used for showing the actual original pixel values, rather than the fake qimage pixels which it shows right now.

66ce10a gui: Implement a new surface viewer
gui/CMakeLists.txt | 1 +
gui/imageviewer.cpp | 54 ++++++-
gui/imageviewer.h | 10 ++
gui/mainwindow.cpp | 5 +-
gui/pixelwidget.cpp | 407 +++++++++++++++++++++++++++++++++++++++++++++++++
gui/pixelwidget.h | 116 ++++++++++++++
gui/ui/imageviewer.ui | 149 +++++++++++++++---
7 files changed, 714 insertions(+), 28 deletions(-)

Upstream: github.com


  • Share