[Kde-bindings] [Bug 229784] New: qtruby can't handle properties.

ruby.twiddler at gmail.com ruby.twiddler at gmail.com
Sun Mar 7 09:26:12 UTC 2010


https://bugs.kde.org/show_bug.cgi?id=229784

           Summary: qtruby can't handle properties.
           Product: bindings
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kde-bindings at kde.org
        ReportedBy: ruby.twiddler at gmail.com


Version:           Rev: 1097205 Last Changed Date: 2010-03-01 (using KDE 4.4.0)
OS:                Linux
Installed from:    Compiled From Sources

in qtruby scripts 
when accessing properties, cause method missing error.

-- code snippet
l = Qt::LineEdit.new
puts l.modified
puts l.undoAvailable

like these properties which has different name from real accessing method (in
the above example, modified is accessed by isModified method)
cause method missing error.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kde-bindings mailing list