Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
...
...
264
        this, SLOT(onSortDataChanged(DocSeqSortSpec)));
264
        this, SLOT(onSortDataChanged(DocSeqSortSpec)));
265
    connect(restable, SIGNAL(docEditClicked(Rcl::Doc)), 
265
    connect(restable, SIGNAL(docEditClicked(Rcl::Doc)), 
266
        this, SLOT(startNativeViewer(Rcl::Doc)));
266
        this, SLOT(startNativeViewer(Rcl::Doc)));
267
    connect(restable, SIGNAL(docPreviewClicked(int, Rcl::Doc, int)), 
267
    connect(restable, SIGNAL(docPreviewClicked(int, Rcl::Doc, int)), 
268
        this, SLOT(startPreview(int, Rcl::Doc, int)));
268
        this, SLOT(startPreview(int, Rcl::Doc, int)));
269
    connect(restable, SIGNAL(docEditClicked(Rcl::Doc)), 
270
      this, SLOT(startNativeViewer(Rcl::Doc)));
271
    connect(restable, SIGNAL(docExpand(Rcl::Doc)), 
269
    connect(restable, SIGNAL(docExpand(Rcl::Doc)), 
272
        this, SLOT(docExpand(Rcl::Doc)));
270
        this, SLOT(docExpand(Rcl::Doc)));
273
    connect(restable, SIGNAL(docEditClicked(Rcl::Doc)), 
274
      this, SLOT(startNativeViewer(Rcl::Doc)));
275
    connect(restable, SIGNAL(previewRequested(Rcl::Doc)), 
271
    connect(restable, SIGNAL(previewRequested(Rcl::Doc)), 
276
        this, SLOT(startPreview(Rcl::Doc)));
272
        this, SLOT(startPreview(Rcl::Doc)));
277
    connect(restable, SIGNAL(editRequested(Rcl::Doc)), 
273
    connect(restable, SIGNAL(editRequested(Rcl::Doc)), 
278
        this, SLOT(startNativeViewer(Rcl::Doc)));
274
        this, SLOT(startNativeViewer(Rcl::Doc)));
279
    connect(restable, SIGNAL(docSaveToFileClicked(Rcl::Doc)), 
275
    connect(restable, SIGNAL(docSaveToFileClicked(Rcl::Doc)),