Engauge Digitizer 2
Loading...
Searching...
No Matches
StatusBar.cpp File Reference
#include "EngaugeAssert.h"
#include "Logger.h"
#include <QFrame>
#include <QHBoxLayout>
#include <QLineEdit>
#include <QStatusBar>
#include <QTextEdit>
#include <QTimer>
#include <QWhatsThis>
#include "StatusBar.h"
#include "StatusBarMode.h"
#include "ZoomFactor.h"
#include "ZoomLabels.h"
Include dependency graph for StatusBar.cpp:

Go to the source code of this file.

Variables

const int TEMPORARY_MESSAGE_LIFETIME = 5000
const int MIN_WIDTH_ZOOM = 200
const int MIN_WIDTH_COMBO_UNITS = 300
const int MIN_SIZE_EDIT_COORDS = 250
const int MAX_HEIGHT_EDIT_COORDS = 32

Variable Documentation

◆ MAX_HEIGHT_EDIT_COORDS

const int MAX_HEIGHT_EDIT_COORDS = 32

Definition at line 26 of file StatusBar.cpp.

◆ MIN_SIZE_EDIT_COORDS

const int MIN_SIZE_EDIT_COORDS = 250

Definition at line 25 of file StatusBar.cpp.

◆ MIN_WIDTH_COMBO_UNITS

const int MIN_WIDTH_COMBO_UNITS = 300

Definition at line 24 of file StatusBar.cpp.

◆ MIN_WIDTH_ZOOM

const int MIN_WIDTH_ZOOM = 200

Definition at line 23 of file StatusBar.cpp.

◆ TEMPORARY_MESSAGE_LIFETIME

const int TEMPORARY_MESSAGE_LIFETIME = 5000

Definition at line 21 of file StatusBar.cpp.