Class: Ruber::FindInFiles::ConfigWidget

Inherits:
Qt::Widget
  • Object
show all
Defined in:
plugins/find_in_files/find_in_files_widgets.rb

Overview

The configuration widget for the plugin

Instance Method Summary (collapse)

Constructor Details

- (ConfigWidget) initialize(parent = nil)

A new instance of ConfigWidget

Parameters:

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

    the parent widget



472
473
474
475
476
# File 'plugins/find_in_files/find_in_files_widgets.rb', line 472

def initialize parent = nil
  super
  @ui = ::Ui::FindInFilesConfigWidget.new
  @ui.setupUi self
end