Engauge Digitizer 2
Loading...
Searching...
No Matches
Variables
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 = 110
 
const int MIN_WIDTH_COMBO_UNITS = 160
 
const int MIN_SIZE_EDIT_COORDS = 250
 
const int MAX_HEIGHT_EDIT_COORDS = 24
 

Variable Documentation

◆ MAX_HEIGHT_EDIT_COORDS

const int MAX_HEIGHT_EDIT_COORDS = 24

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 = 160

Definition at line 24 of file StatusBar.cpp.

◆ MIN_WIDTH_ZOOM

const int MIN_WIDTH_ZOOM = 110

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.