Results 1 to 2 of 2

Thread: Porting Qt 3 to 4

  1. #1
    Join Date
    Jul 2009
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Porting Qt 3 to 4

    I am trying to port qtgpsc 0.2.3 to Qt 4, the error was ui was too old

    So I have ran on the shell uic3 -convert

    I get this message
    Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
    uic3: property `text' for widget `unitsPositionActionGroup' of type `QActionGroup' is not supported.
    uic3: property `menuText' for widget `unitsPositionActionGroup' of type `QActionGroup' is not supported.
    uic3: property `toolTip' for widget `unitsPositionActionGroup' of type `QActionGroup' is not supported.
    uic3: property `usesDropDown' for widget `unitsPositionActionGroup' of type `QActionGroup' is not supported.
    uic3: property `text' for widget `unitsLengthActionGroup' of type `QActionGroup' is not supported.
    uic3: property `menuText' for widget `unitsLengthActionGroup' of type `QActionGroup' is not supported.
    uic3: property `usesDropDown' for widget `unitsLengthActionGroup' of type `QActionGroup' is not supported.
    uic3: property `text' for widget `unitsSpeedActionGroup' of type `QActionGroup' is not supported.
    uic3: property `menuText' for widget `unitsSpeedActionGroup' of type `QActionGroup' is not supported.
    uic3: property `usesDropDown' for widget `unitsSpeedActionGroup' of type `QActionGroup' is not supported.
    uic3: property `paletteForegroundColor' for widget `rawdata' of type `Q3TextEdit' is not supported. Line: 511 Column: 46

    What to do now? :@

    Thank you for your help!

  2. #2
    Join Date
    May 2008
    Posts
    155
    Thanked 15 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Porting Qt 3 to 4

    Quote Originally Posted by PeterUK View Post
    I am trying to port qtgpsc 0.2.3 to Qt 4, the error was ui was too old

    So I have ran on the shell uic3 -convert

    I get this message
    Qt: Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
    uic3: property `text' for widget `unitsPositionActionGroup' of type `QActionGroup' is not supported.
    uic3: property `menuText' for widget `unitsPositionActionGroup' of type `QActionGroup' is not supported.
    uic3: property `toolTip' for widget `unitsPositionActionGroup' of type `QActionGroup' is not supported.
    uic3: property `usesDropDown' for widget `unitsPositionActionGroup' of type `QActionGroup' is not supported.
    uic3: property `text' for widget `unitsLengthActionGroup' of type `QActionGroup' is not supported.
    uic3: property `menuText' for widget `unitsLengthActionGroup' of type `QActionGroup' is not supported.
    uic3: property `usesDropDown' for widget `unitsLengthActionGroup' of type `QActionGroup' is not supported.
    uic3: property `text' for widget `unitsSpeedActionGroup' of type `QActionGroup' is not supported.
    uic3: property `menuText' for widget `unitsSpeedActionGroup' of type `QActionGroup' is not supported.
    uic3: property `usesDropDown' for widget `unitsSpeedActionGroup' of type `QActionGroup' is not supported.
    uic3: property `paletteForegroundColor' for widget `rawdata' of type `Q3TextEdit' is not supported. Line: 511 Column: 46

    What to do now? :@

    Thank you for your help!
    The "Session management error" comes from src/gui/qapplication_x11.cpp,
    but I doubt it's critical for the functionality of uic3. Does the conversion yield any output at all?

Similar Threads

  1. Porting from qwt-4.2.0 to qwt-5.0.2
    By vheinitz in forum Qwt
    Replies: 3
    Last Post: 31st January 2008, 12:39
  2. Common question about porting Qt3 to Qt4
    By zlatko in forum Qt Programming
    Replies: 4
    Last Post: 21st February 2007, 10:57
  3. Problem porting Kivio MP on win32 from Qt 3 to Qt 4
    By Amanda in forum Qt Programming
    Replies: 2
    Last Post: 26th October 2006, 19:40
  4. Porting QT3 or 4
    By antonyang in forum Newbie
    Replies: 1
    Last Post: 3rd October 2006, 16:57
  5. Porting Qt3->Qt4 QListIterator
    By kemp in forum Qt Programming
    Replies: 4
    Last Post: 3rd October 2006, 07:04

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.