Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
...
...
1160
#ifdef RCL_MONITOR
1160
#ifdef RCL_MONITOR
1161
        connect(indexSched->rtidxCLB, SIGNAL(clicked()), 
1161
        connect(indexSched->rtidxCLB, SIGNAL(clicked()), 
1162
            this, SLOT(execRTITool()));
1162
            this, SLOT(execRTITool()));
1163
#else
1163
#else
1164
        indexSched->rtidxCLB->setEnabled(false);
1164
        indexSched->rtidxCLB->setEnabled(false);
1165
      indexSched->rtidxCLB->setToolTip(tr("Disabled because the real time indexer was not compiled in."));
1165
#endif
1166
#endif
1166
    } else {
1167
    } else {
1167
        indexSched->rtidxCLB->setEnabled(false);
1168
        indexSched->rtidxCLB->setEnabled(false);
1169
      indexSched->rtidxCLB->setToolTip(tr("This configuration tool only works for the main index."));
1168
    }
1170
    }
1169
    } else {
1171
    } else {
1170
    // Close and reopen, in hope that makes us visible...
1172
    // Close and reopen, in hope that makes us visible...
1171
    indexSched->close();
1173
    indexSched->close();
1172
    }
1174
    }