hide some controls from preferences pages that are not implemented yet
This commit is contained in:
@@ -57,6 +57,8 @@ DlgSettingsEditorImp::DlgSettingsEditorImp( QWidget* parent )
|
||||
: PreferencePage( parent )
|
||||
{
|
||||
this->setupUi(this);
|
||||
this->EnableFolding->hide(); // Switch off until we have an editor with folding
|
||||
|
||||
d = new DlgSettingsEditorP();
|
||||
QColor col;
|
||||
col = Qt::black;
|
||||
|
||||
Reference in New Issue
Block a user