Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
vite
Commits
8c821928
Commit
8c821928
authored
Sep 25, 2017
by
CHEVALIER Arthur
Committed by
Mathieu Faverge
Mar 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(ui): End of plugin widget UI
parent
d6bf4d62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
8 deletions
+33
-8
plugins/MatrixVisualizer/widget.ui
plugins/MatrixVisualizer/widget.ui
+33
-8
No files found.
plugins/MatrixVisualizer/widget.ui
View file @
8c821928
...
...
@@ -72,22 +72,38 @@
<property
name=
"title"
>
<string>
Options:
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"vertical_layout_options"
>
<property
name=
"alignment"
>
<set>
Qt::AlignTop
</set>
</property>
<item>
<widget
class=
"QCheckBox"
name=
"checkbox_pastix_elimination_tree"
>
<property
name=
"text"
>
<string>
Show elimination tree
</string>
</property>
<property
name=
"checked"
>
<bool>
true
</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<!-- Infos block, top right -->
<item
row=
"0"
column=
"1"
>
<widget
class=
"QGroupBox"
name=
"group_box_infos"
>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
543
</width>
<height>
250
</height>
</rect>
</property>
<property
name=
"title"
>
<string>
Infos:
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"vertical_layout_infos"
>
<item>
<widget
class=
"QTextEdit"
name=
"text_edit_infos"
>
<property
name=
"readOnly"
>
<bool>
true
</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<!-- Logs block, bottom right -->
...
...
@@ -96,6 +112,15 @@
<property
name=
"title"
>
<string>
Logs:
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"vertical_layout_logs"
>
<item>
<widget
class=
"QTextEdit"
name=
"text_edit_logs"
>
<property
name=
"readOnly"
>
<bool>
true
</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
...
...
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