#include <QtGui>
#include <QDir>
#include <QPixmap>
#include <QFont>
#include <QIcon>
#include <QKeySequence>
#include "qt_gui.h"
#include <limits>
#include "glviewer.h"
#include <QList>
#include <QComboBox>
Go to the source code of this file.
Functions | |
static void | formatImageLabel (QLabel *label) |
Apply consistent format for image labels. |
static void formatImageLabel | ( | QLabel * | label | ) | [static] |
Apply consistent format for image labels.
Definition at line 50 of file qt_gui.cpp.