]> git.cworth.org Git - apitrace/commit
gui: Implement a new surface viewer
authorZack Rusin <zack@kde.org>
Wed, 11 Sep 2013 00:30:59 +0000 (20:30 -0400)
committerZack Rusin <zack@kde.org>
Wed, 11 Sep 2013 00:30:59 +0000 (20:30 -0400)
commit66ce10aed5cd8c4b1df5b53645b92ee81b16d8e2
tree221d81e60c1225d2110e42be7dee45212e5a67d7
parent0ef175f3dc9fe5453702e7ccf45f408b05174f9d
gui: Implement a new surface viewer

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.
gui/CMakeLists.txt
gui/imageviewer.cpp
gui/imageviewer.h
gui/mainwindow.cpp
gui/pixelwidget.cpp [new file with mode: 0644]
gui/pixelwidget.h [new file with mode: 0644]
gui/ui/imageviewer.ui