Class: OutputItemCodeView

Inherits:
Shirka::Qt::TreeItemView show all
Defined in:
lib/troshka/output_item_code/view.rb

Instance Attribute Summary

Attributes inherited from Shirka::View

#controller, #data, #label

Instance Method Summary collapse

Methods inherited from Shirka::Qt::TreeItemView

#build, #id, #on_view_adding, #widget_class

Methods inherited from Shirka::View

#build, #init, #initialize, #on_component_added, #on_view_added, #on_view_adding, #widget, #widget_class

Methods included from Shirka::Eventalk

#add_watcher, #fire, #forward, #watch, #watchers

Constructor Details

This class inherits a constructor from Shirka::View

Instance Method Details

#style(widget) ⇒ Object



2
3
4
# File 'lib/troshka/output_item_code/view.rb', line 2

def style(widget)
  widget.setForeground 0, Qt::Brush.new(Qt::Color.new 0, 0, 255)
end