[Kde-bindings] qtruby WFlags bugs?

Ashley Winters jahqueel at yahoo.com
Tue Jun 29 08:09:42 UTC 2004


--- jm <jm at transact.com.au> wrote:
> version: qtruby cvs 2004-06-22
> 
> example code,
> 
> #!/usr/local/bin/ruby
> 
> require 'Qt'
> 
> a = Qt::Application.new(ARGV)
> 
> b = Qt::PushButton.new("abutton",nil)
> a.setMainWidget(b)
> b.show()
> p a.getWFlags()  #<-- bug here
    ^

Can't do that on your Qt::App. Perhaps you meant b.getWFlags()?

Ashley Winters



		
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail



More information about the Kde-bindings mailing list