bool isFoldersPanelEnabled() const;
bool isInformationPanelEnabled() const;
+ bool isSplitViewEnabledInCurrentTab() const;
public Q_SLOTS:
/**
void settingsChanged();
protected:
+ /** @see QObject::event() */
+ bool event(QEvent *event) override;
+
/** @see QWidget::showEvent() */
void showEvent(QShowEvent *event) override;