[Bug 279401] New: UICS invalid translation for QDateTimeEdit

roland at logikalsolutions.com roland at logikalsolutions.com
Thu Aug 4 18:40:40 BST 2011


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

           Summary: UICS invalid translation for QDateTimeEdit
           Product: kde
           Version: 4.6
          Platform: openSUSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: unassigned-bugs at kde.org
        ReportedBy: roland at logikalsolutions.com


Created an attachment (id=62550)
 --> (http://bugs.kde.org/attachment.cgi?id=62550)
UI file created by Qt designer

Version:           4.6
OS:                Linux

libqyoto 4.6.0-3.4 shipping with OpenSuSE 11.4 64-bit AMD must be dramatically
out of date with both the Qt and Mono packages.  Translating UI file to CS then
compiling yields following:

MegaMonoQtMainWindow.cs(85,24): error CS1503: Argument `#1' cannot convert
`object' expression to type `Qyoto.QDate'

line 85 is this:

    draw_dt.DateTime = new QDateTime(QDate(2000, 1, 1), QTime(0, 0, 0));


Reproducible: Always

Steps to Reproduce:
uics the uploaded ui file.
compile with mono

mcs MegaMonoQtMainWindow.cs -r:/usr/lib/mono/qyoto/qt-dotnet.dll

Actual Results:  
MegaMonoQtMainWindow.cs(85,24): error CS1503: Argument `#1' cannot convert
`object' expression to type `Qyoto.QDate'

Expected Results:  
clean compile

-- 
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 Unassigned-bugs mailing list