Class: LicenseWizardPage

Inherits:
WizardPage show all
Defined in:
ext/ruby/qtruby/examples/dialogs/complexwizard/licensewizard.rb

Instance Method Summary collapse

Methods inherited from WizardPage

#isComplete, #isLastPage, #nextPage, #resetPage

Methods inherited from Qt::Widget

#raise

Methods inherited from Qt::Base

#%, #&, #*, #**, #+, #-, #-@, #/, #<, #<<, #<=, #==, #>, #>=, #>>, #QCOMPARE, #QEXPECT_FAIL, #QFAIL, #QSKIP, #QTEST, #QVERIFY, #QVERIFY2, #QWARN, #^, ancestors, #is_a?, #methods, private_slots, #protected_methods, #public_methods, q_classinfo, q_signal, q_slot, signals, #singleton_methods, slots, #|, #~

Constructor Details

#initialize(wizard) ⇒ LicenseWizardPage

Returns a new instance of LicenseWizardPage.



51
52
53
54
# File 'ext/ruby/qtruby/examples/dialogs/complexwizard/licensewizard.rb', line 51

def initialize(wizard)
    super(wizard)
    @wizard = wizard
end