Class: DetailView

Inherits:
Shirka::Qt::MultipanelView show all
Defined in:
lib/troshka/detail/view.rb

Instance Attribute Summary

Attributes inherited from Shirka::View

#controller, #data

Instance Method Summary collapse

Methods inherited from Shirka::Qt::MultipanelView

#build, #on_view_adding, #widget_class

Methods inherited from Shirka::View

#build, #init, #initialize, #on_component_added, #on_view_added, #on_view_adding, #style, #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

#labelObject



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

def label
  "Detail"
end