#include <qbcfgtab.ui.h>
Public Member Functions | |
QBCfgTabUi (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
~QBCfgTabUi () | |
Data Fields | |
QTabWidget * | tabWidget |
QWidget * | TabPage |
QTextBrowser * | introBrowser |
QPushButton * | buttonHelp |
QPushButton * | buttonOk |
QPushButton * | buttonCancel |
Protected Slots | |
virtual void | languageChange () |
Protected Attributes | |
QVBoxLayout * | QBCfgTabUiLayout |
QVBoxLayout * | TabPageLayout |
QHBoxLayout * | Layout1 |
QSpacerItem * | Horizontal_Spacing2 |
Definition at line 24 of file qbcfgtab.ui.h.
QBCfgTabUi::QBCfgTabUi | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 , |
|||
bool | modal = FALSE , |
|||
WFlags | fl = 0 | |||
) |
QBCfgTabUi::~QBCfgTabUi | ( | ) |
virtual void QBCfgTabUi::languageChange | ( | ) | [protected, virtual, slot] |
Reimplemented in QBCfgTab.
QPushButton* QBCfgTabUi::buttonCancel |
Definition at line 37 of file qbcfgtab.ui.h.
QPushButton* QBCfgTabUi::buttonHelp |
Definition at line 35 of file qbcfgtab.ui.h.
QPushButton* QBCfgTabUi::buttonOk |
Definition at line 36 of file qbcfgtab.ui.h.
QSpacerItem* QBCfgTabUi::Horizontal_Spacing2 [protected] |
Definition at line 43 of file qbcfgtab.ui.h.
QTextBrowser* QBCfgTabUi::introBrowser |
Definition at line 34 of file qbcfgtab.ui.h.
QHBoxLayout* QBCfgTabUi::Layout1 [protected] |
Definition at line 42 of file qbcfgtab.ui.h.
QVBoxLayout* QBCfgTabUi::QBCfgTabUiLayout [protected] |
Definition at line 40 of file qbcfgtab.ui.h.
QWidget* QBCfgTabUi::TabPage |
Definition at line 33 of file qbcfgtab.ui.h.
QVBoxLayout* QBCfgTabUi::TabPageLayout [protected] |
Definition at line 41 of file qbcfgtab.ui.h.
QTabWidget* QBCfgTabUi::tabWidget |
Definition at line 32 of file qbcfgtab.ui.h.