https://bugzilla.novell.com/show_bug.cgi?id=710427 https://bugzilla.novell.com/show_bug.cgi?id=710427#c0 Summary: libqyoto2 shipped with distro not in sync with Qt version Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Normal Priority: P5 - None Component: Mono AssignedTo: bnc-team-mono@forge.provo.novell.com ReportedBy: roland@logikalsolutions.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 The version of libqyoto2 shipping with OpenSuSE is 4.6.0-3.4 which does not support the designer UI files from 4.7.1-7.1 of libqt4-devel. In particular QLineEdit is missing support for input hints which means you cannot have any line edits in your input form. MegaMonoQtMainWindow.cs(107,10): error CS1061: Type `Qyoto.QLineEdit' does not contain a definition for `InputMethodHints' and no extension method `InputMethodHints' of type `Qyoto.QLineEdit' could be found (are you missing a using directive or an assembly reference?) MegaMonoQtMainWindow.cs(112,10): error CS1061: Type `Qyoto.QLineEdit' does not contain a definition for `InputMethodHints' and no extension method `InputMethodHints' of type `Qyoto.QLineEdit' could be found (are you missing a using directive or an assembly reference?) Reproducible: Always Steps to Reproduce: 1.Use designer to create form with QLineEdit 2.Save UI file 3.compile UI file to cs 4. try to compile generated cs Actual Results: MegaMonoQtMainWindow.cs(107,10): error CS1061: Type `Qyoto.QLineEdit' does not contain a definition for `InputMethodHints' and no extension method `InputMethodHints' of type `Qyoto.QLineEdit' could be found (are you missing a using directive or an assembly reference?) MegaMonoQtMainWindow.cs(112,10): error CS1061: Type `Qyoto.QLineEdit' does not contain a definition for `InputMethodHints' and no extension method `InputMethodHints' of type `Qyoto.QLineEdit' could be found (are you missing a using directive or an assembly reference?) Expected Results: clean compile -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.