Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Qt CAN - Virtual test-bench tooling
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Qt CAN 2.0
Qt CAN - Virtual test-bench tooling
Commits
e89b3e43
Commit
e89b3e43
authored
Jun 23, 2017
by
Thomas BOUTROUE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes
parent
0ea174ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
WindowCodeEditor.qml
components/WindowCodeEditor.qml
+1
-1
ui_testBench.qml
ui_testBench.qml
+1
-1
No files found.
components/WindowCodeEditor.qml
View file @
e89b3e43
...
...
@@ -8,7 +8,7 @@ import QtCAN.Utils 2.0;
Window
{
id
:
windowEditor
;
flags
:
Qt
.
Window
;
title
:
(
window
.
title
+
" (Code Editor)"
)
;
title
:
"Virtual Testbench - Qt CAN 2.0 (Code Editor)"
;
color
:
Style
.
colorWindow
;
width
:
1024
;
height
:
800
;
...
...
ui_testBench.qml
View file @
e89b3e43
...
...
@@ -1711,7 +1711,7 @@ Item {
id
:
layoutDashboards
;
width
:
(
Shared
.
currentDashboard
?
Shared
.
currentDashboard
.
width
:
0
);
height
:
(
Shared
.
currentDashboard
?
Shared
.
currentDashboard
.
height
:
0
);
onWidthChanged
:
{
zoomerDashboards
.
fit
(
layoutDashboards
);
}
onWidthChanged
:
{
zoomerDashboards
.
fit
(
layoutDashboards
);
}
onHeightChanged
:
{
zoomerDashboards
.
fit
(
layoutDashboards
);
}
Repeater
{
...
...
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