Switch to unified view

a/src/qtgui/rclmain_w.h b/src/qtgui/rclmain_w.h
...
...
202
    QMenu          *m_filtMN{0};
202
    QMenu          *m_filtMN{0};
203
    QFileSystemWatcher m_watcher;
203
    QFileSystemWatcher m_watcher;
204
    vector<ExecCmd*>  m_viewers;
204
    vector<ExecCmd*>  m_viewers;
205
    ExecCmd          *m_idxproc{0}; // Indexing process
205
    ExecCmd          *m_idxproc{0}; // Indexing process
206
    bool             m_idxkilled{false}; // Killed my process
206
    bool             m_idxkilled{false}; // Killed my process
207
    TempFileInternal *m_idxreasontmp{nullptr};
207
    TempFile        *m_idxreasontmp{nullptr};
208
    map<QString, QAction*> m_stemLangToId;
208
    map<QString, QAction*> m_stemLangToId;
209
    vector<string>    m_catgbutvec;
209
    vector<string>    m_catgbutvec;
210
    int               m_catgbutvecidx{0};
210
    int               m_catgbutvecidx{0};
211
    DocSeqFiltSpec    m_filtspec;
211
    DocSeqFiltSpec    m_filtspec;
212
    bool              m_sortspecnochange{false};
212
    bool              m_sortspecnochange{false};