|
|
|
|
@ -605,12 +605,13 @@ protected: |
|
|
|
|
/**
|
|
|
|
|
* Show or hide header lines |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
void rethinkHeaderLine( int aValue, int aMask, int& aRow, |
|
|
|
|
const QString &aLabelStr, QLabel* aLbl, |
|
|
|
|
QLineEdit* aEdt, QPushButton* aBtn = 0, |
|
|
|
|
const QString &toolTip = QString::null , |
|
|
|
|
const QString &whatsThis = QString::null ); |
|
|
|
|
|
|
|
|
|
const QString &toolTip = QString::null, |
|
|
|
|
const QString &whatsThis = QString::null ); |
|
|
|
|
|
|
|
|
|
void rethinkHeaderLine( int value, int mask, int& row, |
|
|
|
|
const QString& labelStr, QLabel* lbl, |
|
|
|
|
QComboBox* cbx, QCheckBox *chk ); |
|
|
|
|
|