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

Method init

src/RedisView/AppView/MainWindow.cpp:16–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void MainWindow::init(RedisCluster *redisClient)
17{
18 _redisClient = redisClient;
19 setWindowTitle(WindowTitle);
20 setWindowIcon(QIcon(ICON_TRAY));
21 readSettings();
22 createMenu();
23 createStatusBar();
24 mainWidget();
25 createSlot();
26}
27
28void MainWindow::mainWidget() {
29 _mainWidget = new MainWidget(_redisClient);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected