Class: Ruber::MainWindow::WorkspaceSettingsWidget

Inherits:
Qt::Widget
  • Object
show all
Defined in:
lib/ruber/main_window/main_window.rb

Overview

Settings widget for the workspace group

Instance Method Summary collapse

Constructor Details

#initialize(parent = nil) ⇒ WorkspaceSettingsWidget

Returns a new instance of WorkspaceSettingsWidget.

Parameters:

  • parent (Qt::Widget, nil) (defaults to: nil)

    the parent widget



789
790
791
792
793
# File 'lib/ruber/main_window/main_window.rb', line 789

def initialize parent = nil
  super
  @ui = Ui::WorkspaceSettingsWidgetBase.new
  @ui.setup_ui self
end