We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea0e41 commit 3297c27Copy full SHA for 3297c27
src/compas_viewer/components/__init__.py
@@ -1,6 +1,4 @@
1
from .button import Button
2
-from .combobox import ComboBox
3
-from .combobox import ViewModeAction
4
from .camerasetting import CameraSetting
5
from .slider import Slider
6
from .textedit import TextEdit
@@ -12,7 +10,6 @@
12
10
13
11
__all__ = [
14
"Button",
15
- "ComboBox",
16
"CameraSetting",
17
"Renderer",
18
"Slider",
@@ -22,5 +19,4 @@
22
19
"ObjectSetting",
23
20
"Tabform",
24
21
"Component",
25
- "ViewModeAction",
26
]
src/compas_viewer/components/combobox.py
src/compas_viewer/components/label.py
src/compas_viewer/components/lineedit.py
0 commit comments