Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Porting QToolTipGroup from Qt3 to QT4

    General and Desktop
    2
    4
    1187
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      Iqbal Singh last edited by

      Hi

      I am working on porting my project from Qt3 to Qt4. I am getting compilation errors:

      "'QToolTipGroup' has not been declared"
      "'QTab' was not declared in this scope"

      I have google a lot, but i could not find anything on these classes. I am using Qt3Support library. I am stuck on these errors.

      Any help would be great.

      Thanks

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        Unless I've missed something, it seems that QToolTipGroup doesn't exists anymore and doesn't have any replacement even in Qt3Support. Almost everything mentioning that class is commented out.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • I
          Iqbal Singh last edited by

          [quote author="SGaist" date="1405080135"]Hi and welcome to devnet,

          Unless I've missed something, it seems that QToolTipGroup doesn't exists anymore and doesn't have any replacement even in Qt3Support. Almost everything mentioning that class is commented out.[/quote]

          Hi SGaist

          Thanks for the information. Could you please let me know if there is some documentation on what can be done to port sections of code using the above mentioned Qt3 classes to Qt4? Do i need to study their implementation and re-write something similar in Qt4?

          Thanks

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            You have the "Porting to Qt 4" guide that shows you the replacement classes when provided.

            It depends on how you are using QToolTipGroup

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • First post
              Last post