| 596 | } |
| 597 | |
| 598 | void MainWindow::createContextCategory() |
| 599 | { |
| 600 | SARibbonBar* ribbon = ribbonBar(); |
| 601 | mContextCategory = ribbon->addContextCategory(("context2"), QColor(), 2); |
| 602 | mContextCategory->addCategoryPage(("context2 Page1")); |
| 603 | mContextCategory->addCategoryPage(("context2 Page2")); |
| 604 | } |
| 605 | |
| 606 | /** |
| 607 | * @brief 创建RightButtonGroup |
nothing calls this directly
no test coverage detected