Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bipscript
ide
Commits
679d7061
Commit
679d7061
authored
Aug 31, 2020
by
jhammen
Browse files
add window titles
parent
5a6f0f6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
mainwindow.cpp
View file @
679d7061
...
...
@@ -55,6 +55,9 @@ MainWindow::MainWindow(QWidget *parent) :
engineWidget
.
setText
(
"----- Hz"
);
ui
->
transportToolBar
->
addWidget
(
&
engineWidget
);
// output doc starts hidden
ui
->
outputDockWidget
->
setHidden
(
true
);
ui
->
folderTree
->
setColumnCount
(
1
);
ProjectList
&
projectList
=
ProjectList
::
getProjectList
();
...
...
mainwindow.ui
View file @
679d7061
...
...
@@ -130,6 +130,9 @@
<addaction
name=
"menuHelp"
/>
</widget>
<widget
class=
"QToolBar"
name=
"mainToolBar"
>
<property
name=
"windowTitle"
>
<string>
Main ToolBar
</string>
</property>
<attribute
name=
"toolBarArea"
>
<enum>
TopToolBarArea
</enum>
</attribute>
...
...
@@ -146,6 +149,9 @@
</widget>
<widget
class=
"QStatusBar"
name=
"statusBar"
/>
<widget
class=
"QDockWidget"
name=
"outputDockWidget"
>
<property
name=
"windowTitle"
>
<string>
Script Output
</string>
</property>
<attribute
name=
"dockWidgetArea"
>
<number>
8
</number>
</attribute>
...
...
@@ -172,7 +178,7 @@
</widget>
<widget
class=
"QToolBar"
name=
"transportToolBar"
>
<property
name=
"windowTitle"
>
<string>
t
oolBar
</string>
<string>
Transport T
oolBar
</string>
</property>
<attribute
name=
"toolBarArea"
>
<enum>
TopToolBarArea
</enum>
...
...
Write
Preview
Markdown
is supported
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