MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / SettingsWindow

Method SettingsWindow

ImagePlay/src/SettingsWindow.cpp:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "MainWindow.h"
24
25SettingsWindow::SettingsWindow(MainWindow *mainWindow) :
26 QDialog((QWidget*)mainWindow),
27 ui(new Ui::SettingsWindow)
28{
29 ui->setupUi(this);
30
31 _mainWindow = mainWindow;
32
33 // hide plugin list, use the one in the process library instead
34 this->ui->grpPlugins->hide();
35}
36
37SettingsWindow::~SettingsWindow()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected