class OutputItemExceptionView
Public Instance Methods
style(widget)
click to toggle source
# File lib/troshka/output_item_exception/view.rb, line 2 def style(widget) widget.setBackground 0, Qt::Brush.new(Qt::Color.new 255, 0, 0) widget.setForeground 0, Qt::Brush.new(Qt::Color.new 255, 255, 255) end