Engauge Digitizer 2
|
#include "ButtonWhatsThis.h"
#include "CallbackBoundingRects.h"
#include "CmdMediator.h"
#include "CmdSettingsExportFormat.h"
#include "DocumentModelExportFormat.h"
#include "DlgSettingsExportFormat.h"
#include "ExportFileExtension.h"
#include "ExportFileExtensionOverride.h"
#include "ExportFileFunctions.h"
#include "ExportFileRelations.h"
#include "ExportToFile.h"
#include "Logger.h"
#include "MainWindow.h"
#include "MainWindowModel.h"
#include <QCheckBox>
#include <QComboBox>
#include <QDoubleValidator>
#include <QGridLayout>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QLabel>
#include <QLineEdit>
#include <QListWidget>
#include <QPushButton>
#include <QRadioButton>
#include <QScrollBar>
#include <QSettings>
#include <QTabWidget>
#include <QTextEdit>
#include <QTextStream>
#include <QVBoxLayout>
#include <QWhatsThis>
#include "Settings.h"
#include "Transformation.h"
Go to the source code of this file.
Variables | |
const QString | COLOR_FUNCTIONS = ("#DDDDFF") |
const QString | COLOR_RELATIONS = ("#DDFFDD") |
const int | MIN_INDENT_COLUMN_WIDTH = 20 |
const int | MIN_HEADER_EMPTY_COLUMN_WIDTH = 10 |
const int | MIN_EDIT_WIDTH = 110 |
const int | MAX_EDIT_WIDTH = 180 |
const int | TAB_WIDGET_INDEX_FUNCTIONS = 0 |
const int | TAB_WIDGET_INDEX_RELATIONS = 1 |
const QString | EMPTY_PREVIEW |
const int | MINIMUM_DIALOG_WIDTH_EXPORT_FORMAT = 600 |
const int | MINIMUM_HEIGHT = 780 |
const QString COLOR_FUNCTIONS = ("#DDDDFF") |
Definition at line 43 of file DlgSettingsExportFormat.cpp.
const QString COLOR_RELATIONS = ("#DDFFDD") |
Definition at line 44 of file DlgSettingsExportFormat.cpp.
const QString EMPTY_PREVIEW |
Definition at line 54 of file DlgSettingsExportFormat.cpp.
const int MAX_EDIT_WIDTH = 180 |
Definition at line 49 of file DlgSettingsExportFormat.cpp.
const int MIN_EDIT_WIDTH = 110 |
Definition at line 48 of file DlgSettingsExportFormat.cpp.
const int MIN_HEADER_EMPTY_COLUMN_WIDTH = 10 |
Definition at line 47 of file DlgSettingsExportFormat.cpp.
const int MIN_INDENT_COLUMN_WIDTH = 20 |
Definition at line 46 of file DlgSettingsExportFormat.cpp.
const int MINIMUM_DIALOG_WIDTH_EXPORT_FORMAT = 600 |
Definition at line 56 of file DlgSettingsExportFormat.cpp.
const int MINIMUM_HEIGHT = 780 |
Definition at line 57 of file DlgSettingsExportFormat.cpp.
const int TAB_WIDGET_INDEX_FUNCTIONS = 0 |
Definition at line 51 of file DlgSettingsExportFormat.cpp.
const int TAB_WIDGET_INDEX_RELATIONS = 1 |
Definition at line 52 of file DlgSettingsExportFormat.cpp.