|
gwenhywfar 5.12.0
|
#include "qt4_gui_dialog.hpp"#include "qt4dialogbox.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 | QT4_DIALOG_STRING_TITLE 0 |
| #define | QT4_DIALOG_STRING_VALUE 1 |
| #define | QT4_DIALOG_WIDGET_CONTENT 1 |
| #define | QT4_DIALOG_WIDGET_LAYOUT 2 |
| #define | QT4_DIALOG_WIDGET_REAL 0 |
| #define QT4_DIALOG_STRING_TITLE 0 |
Definition at line 51 of file qt4_gui_dialog.cpp.
Referenced by Qt4_W_CheckBox::getCharProperty(), Qt4_W_ComboBox::getCharProperty(), Qt4_W_Dialog::getCharProperty(), Qt4_W_Label::getCharProperty(), Qt4_W_LineEdit::getCharProperty(), Qt4_W_ListBox::getCharProperty(), Qt4_W_PushButton::getCharProperty(), Qt4_W_RadioButton::getCharProperty(), and Qt4_W_TextEdit::getCharProperty().
| #define QT4_DIALOG_STRING_VALUE 1 |
Definition at line 52 of file qt4_gui_dialog.cpp.
Referenced by Qt4_W_ListBox::getCharProperty().
| #define QT4_DIALOG_WIDGET_CONTENT 1 |
Definition at line 48 of file qt4_gui_dialog.cpp.
Referenced by Qt4_W_TabBook::setup(), and Qt4_W_Widget::setup().
| #define QT4_DIALOG_WIDGET_LAYOUT 2 |
Definition at line 49 of file qt4_gui_dialog.cpp.
Referenced by Qt4_W_Dialog::addChildGuiWidget(), Qt4_W_GridLayout::addChildGuiWidget(), Qt4_W_GroupBox::addChildGuiWidget(), Qt4_W_HLayout::addChildGuiWidget(), Qt4_W_ScrollArea::addChildGuiWidget(), Qt4_W_VLayout::addChildGuiWidget(), Qt4_W_Dialog::setup(), Qt4_W_GridLayout::setup(), Qt4_W_GroupBox::setup(), Qt4_W_HLayout::setup(), Qt4_W_ScrollArea::setup(), and Qt4_W_VLayout::setup().
| #define QT4_DIALOG_WIDGET_REAL 0 |
Definition at line 47 of file qt4_gui_dialog.cpp.
Referenced by Qt4_W_Dialog::addChildGuiWidget(), Qt4_W_GridLayout::addChildGuiWidget(), Qt4_W_GroupBox::addChildGuiWidget(), Qt4_W_HLayout::addChildGuiWidget(), Qt4_W_ScrollArea::addChildGuiWidget(), Qt4_W_TabBook::addChildGuiWidget(), Qt4_W_VLayout::addChildGuiWidget(), Qt4_W_WidgetStack::addChildGuiWidget(), Qt4_W_CheckBox::getCharProperty(), Qt4_W_ComboBox::getCharProperty(), Qt4_W_Dialog::getCharProperty(), Qt4_W_Label::getCharProperty(), Qt4_W_LineEdit::getCharProperty(), Qt4_W_ListBox::getCharProperty(), Qt4_W_PushButton::getCharProperty(), Qt4_W_RadioButton::getCharProperty(), Qt4_W_TextEdit::getCharProperty(), Qt4_W_CheckBox::getIntProperty(), Qt4_W_ComboBox::getIntProperty(), Qt4_W_ListBox::getIntProperty(), Qt4_W_ProgressBar::getIntProperty(), Qt4_W_RadioButton::getIntProperty(), Qt4_W_SpinBox::getIntProperty(), Qt4_W_Widget::getIntProperty(), Qt4_W_WidgetStack::getIntProperty(), Qt4_W_Widget::getQWidget(), Qt4_W_CheckBox::setCharProperty(), Qt4_W_ComboBox::setCharProperty(), Qt4_W_Dialog::setCharProperty(), Qt4_W_Label::setCharProperty(), Qt4_W_LineEdit::setCharProperty(), Qt4_W_ListBox::setCharProperty(), Qt4_W_PushButton::setCharProperty(), Qt4_W_RadioButton::setCharProperty(), Qt4_W_TextBrowser::setCharProperty(), Qt4_W_TextEdit::setCharProperty(), Qt4_W_CheckBox::setIntProperty(), Qt4_W_ComboBox::setIntProperty(), Qt4_W_ListBox::setIntProperty(), Qt4_W_ProgressBar::setIntProperty(), Qt4_W_RadioButton::setIntProperty(), Qt4_W_SpinBox::setIntProperty(), Qt4_W_Widget::setIntProperty(), Qt4_W_WidgetStack::setIntProperty(), Qt4_W_CheckBox::setup(), Qt4_W_ComboBox::setup(), Qt4_W_Dialog::setup(), Qt4_W_GridLayout::setup(), Qt4_W_GroupBox::setup(), Qt4_W_HLayout::setup(), Qt4_W_HLine::setup(), Qt4_W_Label::setup(), Qt4_W_LineEdit::setup(), Qt4_W_ListBox::setup(), Qt4_W_ProgressBar::setup(), Qt4_W_PushButton::setup(), Qt4_W_RadioButton::setup(), Qt4_W_ScrollArea::setup(), Qt4_W_SpinBox::setup(), Qt4_W_TabBook::setup(), Qt4_W_TextBrowser::setup(), Qt4_W_TextEdit::setup(), Qt4_W_VLayout::setup(), Qt4_W_VLine::setup(), Qt4_W_Widget::setup(), Qt4_W_WidgetStack::setup(), QT4_DialogBox::slotActivated(), and QT4_DialogBox::slotValueChanged().