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. Logic behind functionality implementation in Qt framework
QtWS25 Last Chance

Logic behind functionality implementation in Qt framework

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 2 Posters 1.1k 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.
  • E Offline
    E Offline
    Eligijus
    wrote on last edited by
    #1

    Hello,
    I have a device that can't make use of Qt framework and I need to implement some stuff that Qt has already implemented.
    I know that Qt is opensource and I can look into code and reverse engineer it into something that I want. But the problem is that Qt is big and covers a lot of concepts. For instance QScroller base implementation is quite simple: one calculates velocity of mouse and then calculates kinetic energy to get scroller stopping position but screen size, smoothing, easing, overshooting calculations and abstraction layers make it really difficult to understand that code :).
    And here I am wondering is there some blog or documentation on how Qt implements stuff?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      For the lower level details, you should rather ask on the interest mailing list or the #qt irc channel. You'll find there Qt's developers/maintainers. This forum is more user oriented.

      Out of curiosity, why can't you make use of Qt on that device ?

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

      E 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        For the lower level details, you should rather ask on the interest mailing list or the #qt irc channel. You'll find there Qt's developers/maintainers. This forum is more user oriented.

        Out of curiosity, why can't you make use of Qt on that device ?

        E Offline
        E Offline
        Eligijus
        wrote on last edited by
        #3

        @SGaist Thanks for pointing the mailing list and irc channel.
        Device is ran by STM32F417IG MCU.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          In that case, shouldn't you rather use something like ugfx rather than re-write your own graphic stack ?

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

          E 1 Reply Last reply
          0
          • SGaistS SGaist

            In that case, shouldn't you rather use something like ugfx rather than re-write your own graphic stack ?

            E Offline
            E Offline
            Eligijus
            wrote on last edited by
            #5

            @SGaist Actually graphic stack is already written from scratch. I was just asked to investigate how Qt integrates stuff like multi touch gestures, kinetic scrolling some graphics processing so we could integrate it in our graphic stack.

            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