gwenhywfar  5.10.1
Macros
qt5_gui_dialog.cpp File Reference
#include "qt5_gui_dialog.hpp"
#include "qt5dialogbox.hpp"
#include <gwenhywfar/dialog_be.h>
#include <gwenhywfar/widget_be.h>
#include <gwenhywfar/debug.h>
#include <QApplication>
#include <QLabel>
#include <QPushButton>
#include <QLineEdit>
#include <QTextEdit>
#include <QTextBrowser>
#include <QComboBox>
#include <QGroupBox>
#include <QProgressBar>
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QGridLayout>
#include <QFrame>
#include <QTreeWidget>
#include <QTabWidget>
#include <QCheckBox>
#include <QStackedWidget>
#include <QScrollArea>
#include <QSpinBox>
#include <QRadioButton>
#include <QHeaderView>
#include <QDebug>
#include <list>
#include <string>
#include "w_widget.cpp"
#include "w_dialog.cpp"
#include "w_vlayout.cpp"
#include "w_hlayout.cpp"
#include "w_gridlayout.cpp"
#include "w_label.cpp"
#include "w_lineedit.cpp"
#include "w_pushbutton.cpp"
#include "w_hline.cpp"
#include "w_vline.cpp"
#include "w_textedit.cpp"
#include "w_combobox.cpp"
#include "w_tabbook.cpp"
#include "w_checkbox.cpp"
#include "w_groupbox.cpp"
#include "w_widgetstack.cpp"
#include "w_textbrowser.cpp"
#include "w_scrollarea.cpp"
#include "w_progressbar.cpp"
#include "w_listbox.cpp"
#include "w_radiobutton.cpp"
#include "w_spinbox.cpp"
Include dependency graph for qt5_gui_dialog.cpp:

Go to the source code of this file.

Macros

#define QT5_DIALOG_STRING_TITLE   0
 
#define QT5_DIALOG_STRING_VALUE   1
 

Macro Definition Documentation

◆ QT5_DIALOG_STRING_TITLE

#define QT5_DIALOG_STRING_TITLE   0

◆ QT5_DIALOG_STRING_VALUE

#define QT5_DIALOG_STRING_VALUE   1

Definition at line 46 of file qt5_gui_dialog.cpp.

Referenced by Qt5_W_ListBox::getCharProperty().