Method: CustomItem#boundingRect

Defined in:
lib/class/Wire_helper.rb

#boundingRectObject



144
145
146
147
148
149
150
# File 'lib/class/Wire_helper.rb', line 144

def boundingRect
  rect = Qt::RectF.new
  rect.setHeight(20)
  rect.setWidth(65)
  rect.setTop(5)
  return rect
end