MCPcopy Create free account
hub / github.com/czyt1988/SARibbon / MainWindow

Method MainWindow

example/MainWindowExample/mainwindow.cpp:107–111  ·  view source on GitHub ↗

* \if ENGLISH * @brief Constructor, initializes the main window and Ribbon interface * @param parent Parent window pointer * \endif * * \if CHINESE * @brief 构造函数,初始化主窗口和Ribbon界面 * @param parent 父窗口指针 * \endif */

Source from the content-addressed store, hash-verified

105 * \endif
106 */
107MainWindow::MainWindow(QWidget* parent) : SARibbonMainWindow(parent), ui(new Ui::MainWindow)
108{
109 ui->setupUi(this);
110 initUI();
111}
112
113/**
114 * \if ENGLISH

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected