Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nmsdk
rdk
Commits
c9008fdc49f0
Commit
9a2881cb
authored
Jun 09, 2021
by
vlad_burin
Browse files
Graph removed from GUI
--HG-- branch : MockCompsTest
parent
9938a9526436
Changes
2
Hide whitespace changes
Inline
Side-by-side
GUI/Qt/UGEngineControllWidget.cpp
View file @
c9008fdc
...
...
@@ -114,11 +114,13 @@ UGEngineControllWidget::UGEngineControllWidget(QWidget *parent, RDK::UApplicatio
logger
=
new
ULoggerWidget
(
this
,
application
);
ui
->
dockWidgetLoger
->
setWidget
(
logger
);
/*
graphWindowWidget = new UGraphWidget(this, application);
// ui->dockWidgetGraph->setWidget(graphWindowWidget);
graphWindowWidget->setWindowTitle("Graph");
graphWindowWidget->hide();
ui->dockWidgetGraph->hide();
*/
watchFormWidget
=
new
UWatchFormWidget
(
this
,
application
);
watchFormWidget
->
setWindowTitle
(
"Watches"
);
...
...
GUI/Qt/UGEngineControllWidget.ui
View file @
c9008fdc
...
...
@@ -258,15 +258,6 @@
</attribute>
<widget
class=
"QWidget"
name=
"dockWidgetContents"
/>
</widget>
<widget
class=
"QDockWidget"
name=
"dockWidgetGraph"
>
<property
name=
"windowTitle"
>
<string>
Graph
</string>
</property>
<attribute
name=
"dockWidgetArea"
>
<number>
8
</number>
</attribute>
<widget
class=
"QWidget"
name=
"dockWidgetContents_2"
/>
</widget>
<widget
class=
"QDockWidget"
name=
"dockWidgetProfiling"
>
<property
name=
"windowTitle"
>
<string>
Profiling
</string>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment