Switch to unified view

a/src/qtgui/rclmain_w.h b/src/qtgui/rclmain_w.h
...
...
87
    {
87
    {
88
    setupUi(this);
88
    setupUi(this);
89
    init();
89
    init();
90
    }
90
    }
91
    ~RclMain() {}
91
    ~RclMain() {}
92
    virtual bool eventFilter(QObject *target, QEvent *event);
93
    QString getQueryDescription();
92
    QString getQueryDescription();
94
93
95
    /** This is only called from main() to set an URL to be displayed (using
94
    /** This is only called from main() to set an URL to be displayed (using
96
    recoll as a doc extracter for embedded docs */
95
    recoll as a doc extracter for embedded docs */
97
    virtual void setUrlToView(const QString& u) {m_urltoview = u;}
96
    virtual void setUrlToView(const QString& u) {m_urltoview = u;}
...
...
103
    return m_searchIsSimple;
102
    return m_searchIsSimple;
104
    }
103
    }
105
104
106
    // Takes copies of the args instead of refs. Lazy and safe.
105
    // Takes copies of the args instead of refs. Lazy and safe.
107
    void newDupsW(const Rcl::Doc doc, const std::vector<Rcl::Doc> dups);
106
    void newDupsW(const Rcl::Doc doc, const std::vector<Rcl::Doc> dups);
107
108
protected:
109
    virtual void showEvent(QShowEvent *);
108
110
109
public slots:
111
public slots:
110
    virtual void fileExit();
112
    virtual void fileExit();
111
    virtual void idxStatus();
113
    virtual void idxStatus();
112
    virtual void periodic100();
114
    virtual void periodic100();