Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Porting QToolTipGroup from Qt3 to QT4

Porting QToolTipGroup from Qt3 to QT4

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.4k Views
  • 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 Offline
    I Offline
    Iqbal Singh
    wrote on last edited by
    #1

    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
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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
      0
      • I Offline
        I Offline
        Iqbal Singh
        wrote on last edited by
        #3

        [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
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          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
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved