A simple image frame in Qt4. More...
#include <GUI/QtImageFrame.qt.H>
Classes | |
struct | Impl |
Public Member Functions | |
QtImageFrame (QWidget *parent, const Dims &preferredDims, const Dims &preferredMaxDims) | |
void | setFrame (const GenericFrame &frame, const std::string &title, const int frameNumber, const FrameInfo &auxinfo) |
QtImageFrame (QWidget *parent, const Dims &preferredDims, const Dims &preferredMaxDims) | |
void | setFrame (const GenericFrame &frame, const std::string &title, const int frameNumber, const FrameInfo &auxinfo) |
Protected Slots | |
virtual void | setZoom (int zoom) |
virtual void | saveImage () |
virtual void | setZoom (int zoom) |
virtual void | saveImage () |
Protected Member Functions | |
virtual void | showEvent (QShowEvent *event) |
virtual void | showEvent (QShowEvent *event) |
A simple image frame in Qt4.
Note: see http://zetcode.com/tutorials/qt4tutorial/ for great intro to Qt4
Definition at line 49 of file QtImageFrame.H.