MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CMainWindow

Method CMainWindow

App/ServiceConfigure/MainWindow.cpp:22–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20Q_DECLARE_LOGGING_CATEGORY(App)
21
22CMainWindow::CMainWindow(QWidget *parent) : QMainWindow(parent),
23 ui(new Ui::MainWindow),
24 m_bStart(false)
25{
26 ui->setupUi(this);
27
28 RabbitCommon::CTools::AddStyleMenu(ui->menuView);
29 ui->menuService->addMenu(RabbitCommon::CTools::GetLogMenu(ui->menuView));
30
31 Clean();
32 InitTab();
33}
34
35CMainWindow::~CMainWindow()
36{

Callers

nothing calls this directly

Calls 1

setupUiMethod · 0.80

Tested by

no test coverage detected