Refactored InsightWindow class to inherit from QMainWindow, as opposed to a standard QObject
Replaced QWidget left panel with new PanelWidget instance Also introduced a bottom panel (empty ATM) Removed obsolete widgets Added panel size adjustment on window resize
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Bloom
|
||||
|
||||
QApplication application;
|
||||
InsightWorker* insightWorker = new InsightWorker(this->eventManager);
|
||||
InsightWindow* mainWindow = new InsightWindow(this->application, *(this->insightWorker));
|
||||
InsightWindow* mainWindow = new InsightWindow(*(this->insightWorker));
|
||||
|
||||
TargetControllerConsole targetControllerConsole = TargetControllerConsole(
|
||||
this->eventManager,
|
||||
|
||||
Reference in New Issue
Block a user