[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 110415] New: [qtruby] allow Qt::Object::inherits to use QtRuby
From:       Caleb Tennis <caleb () gentoo ! org>
Date:       2005-08-08 19:06:35
Message-ID: 20050808210634.110415.caleb () gentoo ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=110415         
           Summary: [qtruby] allow Qt::Object::inherits to use QtRuby syntax
           Product: bindings
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kde-bindings kde org
        ReportedBy: caleb gentoo org


Version:            (using KDE KDE 3.4.2)
Installed from:    Compiled From Sources

One nice feature would be to allow Qt::Object::inherits() to use the QtRuby naming \
scheme for valid lookups.  For example, right now:

irb(main):001:0> w = Qt::Widget.new(nil)
irb(main):002:0> w.inherits("Qt::Widget")
=> true
irb(main):003:0> w.inherits("Qt::Object")
=> false
irb(main):004:0> w.inherits("QWidget")
=> true
irb(main):005:0> w.inherits("QObject")
=> true

inherits works for "QObject", but my wish is that it worked for "Qt::Object" as well.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic