Switch to unified view

a/src/qtgui/rclmain_w.h b/src/qtgui/rclmain_w.h
...
...
68
      displayingTable(0),
68
      displayingTable(0),
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
    {
75
    {
75
    setupUi(this);
76
    setupUi(this);
76
    init();
77
    init();
77
    }
78
    }
78
    ~RclMain() {}
79
    ~RclMain() {}
...
...
172
    DocSeqFiltSpec    m_filtspec;
173
    DocSeqFiltSpec    m_filtspec;
173
    bool              m_sortspecnochange;
174
    bool              m_sortspecnochange;
174
    DocSeqSortSpec    m_sortspec;
175
    DocSeqSortSpec    m_sortspec;
175
    RefCntr<DocSequence> m_source;
176
    RefCntr<DocSequence> m_source;
176
    IndexerState      m_indexerState;
177
    IndexerState      m_indexerState;
178
    bool              m_queryActive;
177
179
178
    // If set on init, will be displayed either through ext app, or
180
    // If set on init, will be displayed either through ext app, or
179
    // preview (if no ext app set)
181
    // preview (if no ext app set)
180
    QString          m_urltoview;
182
    QString          m_urltoview;
181
183