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

Method MainWindow

example/NormalMenuBarExample/MainWindow.cpp:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "ui_MainWindow.h"
3
4MainWindow::MainWindow(QWidget* parent) : SARibbonMainWindow(parent, SARibbonMainWindowStyleFlag::UseNativeMenuBar)
5{
6 if (!isUseRibbon()) {
7 ui = new Ui::MainWindow;
8 ui->setupUi(this);
9 }
10}
11
12MainWindow::~MainWindow()
13{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.45

Tested by

no test coverage detected