|
OpenHantek
|
#include <QDialog>#include <QHBoxLayout>#include <QListWidget>#include <QListWidgetItem>#include <QPushButton>#include <QStackedWidget>#include <QVBoxLayout>#include "configdialog.h"#include "DsoConfigAnalysisPage.h"#include "DsoConfigColorsPage.h"#include "DsoConfigFilePage.h"#include "DsoConfigScopePage.h"#include "dsosettings.h"Macros | |
| #define | CONFIG_LIST_WIDTH 128 |
| The width of the page selection widget. More... | |
| #define | CONFIG_LIST_ITEMHEIGHT 100 |
| The height of one item in the page selection widget. More... | |
| #define | CONFIG_LIST_ICONWIDTH 80 |
| The icon size in the page selection widget. More... | |
| #define | CONFIG_LIST_ICONHEIGHT 64 |
| The icon size in the page selection widget. More... | |
| #define CONFIG_LIST_ICONHEIGHT 64 |
The icon size in the page selection widget.
| #define CONFIG_LIST_ICONWIDTH 80 |
The icon size in the page selection widget.
| #define CONFIG_LIST_ITEMHEIGHT 100 |
The height of one item in the page selection widget.
| #define CONFIG_LIST_WIDTH 128 |
The width of the page selection widget.