Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
95ae17c5
Commit
95ae17c5
authored
Jul 27, 2014
by
Christian Schulte zu Berge
Browse files
Hide scripting dock in CampvisApplication / MainWindow when scripting module is not present.
parent
2e7b93c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/gui/mainwindow.cpp
View file @
95ae17c5
...
...
@@ -135,6 +135,8 @@ namespace campvis {
_scriptingConsoleWidget
=
new
ScriptingWidget
(
this
);
ui
.
scriptingConsoleDock
->
setWidget
(
_scriptingConsoleWidget
);
connect
(
_scriptingConsoleWidget
,
SIGNAL
(
s_commandExecuted
(
const
QString
&
)),
this
,
SLOT
(
onLuaCommandExecuted
(
const
QString
&
)));
#else
ui
.
scriptingConsoleDock
->
setVisible
(
false
);
#endif
_dcInspectorWidget
=
new
DataContainerInspectorWidget
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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