Class: Qt::Dialog

Inherits:
Object show all
Defined in:
lib/cosmos/gui/qt.rb

Overview

END TEMPORARY UNTIL INCLUDED IN QTBINDINGS ####

Instance Method Summary collapse

Constructor Details

#initialize(parent = Qt::Application.activeWindow, flags = (Qt::WindowTitleHint | Qt::WindowSystemMenuHint)) ⇒ Dialog

Returns a new instance of Dialog.



269
270
271
272
# File 'lib/cosmos/gui/qt.rb', line 269

def initialize(parent = Qt::Application.activeWindow,
               flags = (Qt::WindowTitleHint | Qt::WindowSystemMenuHint))
  super(parent, flags)
end