src/eric7/MicroPython/MicroPythonWindow.py

branch
eric7
changeset 10683
779cda568acb
parent 10523
e4069ddd7dc7
child 10690
fab36645aa7d
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
158 ## MicroPython widget. 158 ## MicroPython widget.
159 ####################################################################### 159 #######################################################################
160 160
161 def addSideWidget( 161 def addSideWidget(
162 self, 162 self,
163 side, # noqa U100 163 _side,
164 widget, 164 widget,
165 icon, 165 icon,
166 label, 166 label,
167 ): 167 ):
168 """ 168 """
169 Public method to add a widget to the sides. 169 Public method to add a widget to the sides.
170 170
171 @param side side to add the widget to 171 @param _side side to add the widget to (unused)
172 @type UserInterfaceSide 172 @type UserInterfaceSide
173 @param widget reference to the widget to add 173 @param widget reference to the widget to add
174 @type QWidget 174 @type QWidget
175 @param icon icon to be used 175 @param icon icon to be used
176 @type QIcon 176 @type QIcon

eric ide

mercurial