|
gwenhywfar
5.10.1
|
#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"
Go to the source code of this file.
Macros | |
| #define | QT5_DIALOG_STRING_TITLE 0 |
| #define | QT5_DIALOG_STRING_VALUE 1 |
| #define QT5_DIALOG_STRING_TITLE 0 |
Definition at line 45 of file qt5_gui_dialog.cpp.
Referenced by Qt5_W_Label::getCharProperty(), Qt5_W_PushButton::getCharProperty(), Qt5_W_Dialog::getCharProperty(), Qt5_W_TextEdit::getCharProperty(), Qt5_W_LineEdit::getCharProperty(), Qt5_W_CheckBox::getCharProperty(), Qt5_W_RadioButton::getCharProperty(), Qt5_W_ComboBox::getCharProperty(), and Qt5_W_ListBox::getCharProperty().
| #define QT5_DIALOG_STRING_VALUE 1 |
Definition at line 46 of file qt5_gui_dialog.cpp.
Referenced by Qt5_W_ListBox::getCharProperty().
1.8.14