MCPcopy Create free account
hub / github.com/cc20110101/RedisView / openView

Method openView

src/RedisView/AppView/MainWidget.cpp:558–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void MainWidget::openView() {
559 if(!_displayViewTab) {
560 _displayViewTab = true;
561 ui->_tabWidget->addTab(_tabPage[0],tr("视图"));
562 ui->_tabWidget->setCurrentIndex(ui->_tabWidget->count() - 1);
563 } else {
564 _tabIndex = ui->_tabWidget->indexOf(_tabPage[0]);
565 ui->_tabWidget->setCurrentIndex(_tabIndex);
566 }
567}
568
569void MainWidget::openMsg() {
570 if(!_displayMsgTab) {

Callers 1

keyViewMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected