#include "Plot2d_SetupViewDlg.h"#include <SUIT_Session.h>#include <SUIT_Application.h>#include <QtxColorButton.h>#include <QtxFontEdit.h>#include <QCheckBox>#include <QLineEdit>#include <QComboBox>#include <QSpinBox>#include <QGridLayout>#include <QHBoxLayout>#include <QGroupBox>#include <QLabel>#include <QPushButton>#include <QTabWidget>Variables | |
| const int | MARGIN_SIZE = 11 |
| const int | SPACING_SIZE = 6 |
| const int | MIN_EDIT_WIDTH = 200 |
| const int | MIN_COMBO_WIDTH = 100 |
| const int | MIN_SPIN_WIDTH = 70 |
| const int MARGIN_SIZE = 11 |
| const int MIN_COMBO_WIDTH = 100 |
| const int MIN_EDIT_WIDTH = 200 |
| const int MIN_SPIN_WIDTH = 70 |
| const int SPACING_SIZE = 6 |