Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
2e5a995e
Commit
2e5a995e
authored
Jun 18, 2020
by
Samuel GAIST
Browse files
[widgets][dataformateditor] Make sub editors QGroupBox
This makes their grouping clearer
parent
5b2bec1b
Changes
1
Show whitespace changes
Inline
Side-by-side
beat/editor/widgets/dataformateditor.py
View file @
2e5a995e
...
...
@@ -37,7 +37,6 @@ from PyQt5.QtWidgets import QMenu
from
PyQt5.QtWidgets
import
QPushButton
from
PyQt5.QtWidgets
import
QSpinBox
from
PyQt5.QtWidgets
import
QVBoxLayout
from
PyQt5.QtWidgets
import
QWidget
from
..backend.asset
import
AssetType
from
..backend.assetmodel
import
DataFormatModel
...
...
@@ -95,7 +94,7 @@ def default_object_dataformat():
return
{
QCoreApplication
.
translate
(
"Dataformat"
,
"Change_me"
):
default_dataformat
()}
class
DataformatBaseWidget
(
Q
Widget
):
class
DataformatBaseWidget
(
Q
GroupBox
):
"""Base widget to build the various 'sub-editors'"""
nameChanged
=
pyqtSignal
()
...
...
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