Class: Ruber::ProjectDialog
- Inherits:
-
SettingsDialog
- Object
- KDE::PageDialog
- SettingsDialog
- Ruber::ProjectDialog
- Defined in:
- lib/ruber/project.rb
Overview
Subclass of SettingsDialog which differs from it only in that it overrides the widget_from_class method.
class MyWidget < SomeWidget
def initialize prj
super()
# do (if you want) something with prj
end
end
Instance Attribute Summary
Attributes inherited from SettingsDialog
Method Summary
Methods inherited from SettingsDialog
#exec, #initialize, #read_default_settings, #read_settings, #show, #store_settings, #widgets
Constructor Details
This class inherits a constructor from Ruber::SettingsDialog