Switch to unified view

a/src/qtgui/rclmain_w.h b/src/qtgui/rclmain_w.h
...
...
69
          m_idNoStem(0),
69
          m_idNoStem(0),
70
          m_idAllStem(0),
70
          m_idAllStem(0),
71
      m_idxproc(0),
71
      m_idxproc(0),
72
      m_sortspecnochange(false),
72
      m_sortspecnochange(false),
73
      m_indexerState(IXST_RUNNINGNOTMINE),
73
      m_indexerState(IXST_RUNNINGNOTMINE),
74
      m_queryActive(false)
74
      m_queryActive(false),
75
    m_firstIndexing(false)
75
    {
76
    {
76
    setupUi(this);
77
    setupUi(this);
77
    init();
78
    init();
78
    }
79
    }
79
    ~RclMain() {}
80
    ~RclMain() {}
...
...
175
    bool              m_sortspecnochange;
176
    bool              m_sortspecnochange;
176
    DocSeqSortSpec    m_sortspec;
177
    DocSeqSortSpec    m_sortspec;
177
    RefCntr<DocSequence> m_source;
178
    RefCntr<DocSequence> m_source;
178
    IndexerState      m_indexerState;
179
    IndexerState      m_indexerState;
179
    bool              m_queryActive;
180
    bool              m_queryActive;
181
    bool              m_firstIndexing;
180
182
181
    // If set on init, will be displayed either through ext app, or
183
    // If set on init, will be displayed either through ext app, or
182
    // preview (if no ext app set)
184
    // preview (if no ext app set)
183
    QString          m_urltoview;
185
    QString          m_urltoview;
184
186