#include <ui_ContentEditor_BASE.h>
Public Member Functions | |
void | setupUi (QDialog *ContentEditor_BASE) |
void | retranslateUi (QDialog *ContentEditor_BASE) |
Public Attributes | |
QVBoxLayout * | vboxLayout |
QGroupBox * | groupBox_ViewContentAs |
QHBoxLayout * | hboxLayout |
QSpacerItem * | spacerItem |
QLabel * | label_ViewAsType |
QComboBox * | comboBox_ContentType |
QTextEdit * | textEdit |
QHBoxLayout * | hboxLayout1 |
QPushButton * | pushButton_Revert |
QSpacerItem * | spacerItem1 |
QPushButton * | pushButton_Export |
QPushButton * | pushButton_Browse |
QPushButton * | pushButton_Cancel |
QPushButton * | pushButton_OK |
Definition at line 27 of file ui_ContentEditor_BASE.h.
void Ui_ContentEditor_BASE::setupUi | ( | QDialog * | ContentEditor_BASE | ) | [inline] |
Definition at line 45 of file ui_ContentEditor_BASE.h.
References comboBox_ContentType, groupBox_ViewContentAs, hboxLayout, hboxLayout1, label_ViewAsType, pushButton_Browse, pushButton_Cancel, pushButton_Export, pushButton_OK, pushButton_Revert, retranslateUi(), spacerItem, spacerItem1, textEdit, and vboxLayout.
Referenced by ContentEditor::ContentEditor().
void Ui_ContentEditor_BASE::retranslateUi | ( | QDialog * | ContentEditor_BASE | ) | [inline] |
Definition at line 143 of file ui_ContentEditor_BASE.h.
References comboBox_ContentType, label_ViewAsType, pushButton_Browse, pushButton_Cancel, pushButton_Export, pushButton_OK, and pushButton_Revert.
Referenced by setupUi().
QVBoxLayout* Ui_ContentEditor_BASE::vboxLayout |
QHBoxLayout* Ui_ContentEditor_BASE::hboxLayout |
QSpacerItem* Ui_ContentEditor_BASE::spacerItem |
Definition at line 34 of file ui_ContentEditor_BASE.h.
Referenced by retranslateUi(), and setupUi().
QComboBox* Ui_ContentEditor_BASE::comboBox_ContentType |
Definition at line 35 of file ui_ContentEditor_BASE.h.
Referenced by retranslateUi(), ContentEditor::setConnections(), ContentEditor::setContent(), and setupUi().
QTextEdit* Ui_ContentEditor_BASE::textEdit |
Definition at line 36 of file ui_ContentEditor_BASE.h.
Referenced by ContentEditor::contents(), ContentEditor::getEditor(), ContentEditor::prepareEditor(), ContentEditor::setContent(), setupUi(), and ContentEditor::slotViewContentAs().
QHBoxLayout* Ui_ContentEditor_BASE::hboxLayout1 |
QPushButton* Ui_ContentEditor_BASE::pushButton_Revert |
Definition at line 38 of file ui_ContentEditor_BASE.h.
Referenced by retranslateUi(), ContentEditor::setConnections(), ContentEditor::setContent(), setupUi(), and ContentEditor::slotTextChanged().
QSpacerItem* Ui_ContentEditor_BASE::spacerItem1 |
QPushButton* Ui_ContentEditor_BASE::pushButton_Export |
Definition at line 40 of file ui_ContentEditor_BASE.h.
Referenced by ContentEditor::prepareEditor(), retranslateUi(), ContentEditor::setConnections(), and setupUi().
QPushButton* Ui_ContentEditor_BASE::pushButton_Browse |
Definition at line 41 of file ui_ContentEditor_BASE.h.
Referenced by ContentEditor::prepareEditor(), retranslateUi(), ContentEditor::setConnections(), and setupUi().
QPushButton* Ui_ContentEditor_BASE::pushButton_Cancel |
Definition at line 42 of file ui_ContentEditor_BASE.h.
Referenced by retranslateUi(), ContentEditor::setConnections(), and setupUi().
QPushButton* Ui_ContentEditor_BASE::pushButton_OK |
Definition at line 43 of file ui_ContentEditor_BASE.h.
Referenced by ContentEditor::prepareEditor(), retranslateUi(), and setupUi().