|
Engauge Digitizer 2
|
#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"
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 |
| const int MAX_HEIGHT_EDIT_COORDS = 32 |
Definition at line 26 of file StatusBar.cpp.
| const int MIN_SIZE_EDIT_COORDS = 250 |
Definition at line 25 of file StatusBar.cpp.
| const int MIN_WIDTH_COMBO_UNITS = 300 |
Definition at line 24 of file StatusBar.cpp.
| const int MIN_WIDTH_ZOOM = 200 |
Definition at line 23 of file StatusBar.cpp.
| const int TEMPORARY_MESSAGE_LIFETIME = 5000 |
Definition at line 21 of file StatusBar.cpp.