File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
python/mmSolver/tools/attributecurvefilterpops/ui Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 33
33
34
34
qtpyutils .override_binding_order ()
35
35
36
- import mmSolver .ui .Qt .QtCore as QtCore
37
36
import mmSolver .ui .Qt .QtWidgets as QtWidgets
38
37
39
38
import mmSolver .logger
@@ -55,11 +54,11 @@ def _open_help():
55
54
return
56
55
57
56
58
- class AttributeCurveFilterWindowPops (BaseWindow ):
59
- name = 'AttributeCurveFilterWindowPops '
57
+ class AttributeCurveFilterPopsWindow (BaseWindow ):
58
+ name = 'AttributeCurveFilterPopsWindow '
60
59
61
60
def __init__ (self , parent = None , name = None ):
62
- super (AttributeCurveFilterWindowPops , self ).__init__ (parent , name = name )
61
+ super (AttributeCurveFilterPopsWindow , self ).__init__ (parent , name = name )
63
62
self .setupUi (self )
64
63
self .addSubForm (layout_ .AttributeCurveFilterPopsLayout )
65
64
@@ -98,7 +97,7 @@ def reset_options(self):
98
97
99
98
100
99
def main (show = True , auto_raise = True , delete = False ):
101
- win = AttributeCurveFilterWindowPops .open_window (
100
+ win = AttributeCurveFilterPopsWindow .open_window (
102
101
show = show , auto_raise = auto_raise , delete = delete
103
102
)
104
103
return win
You can’t perform that action at this time.
0 commit comments