Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Qt Quick spotted in vitro

Qt Quick spotted in vitro

Scheduled Pinned Locked Moved Showcase
5 Posts 4 Posters 2.3k 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.
  • R Offline
    R Offline
    Rolias
    wrote on last edited by
    #1

    I just finished creating a simple touch panel interface for a laboratory instrument using Qt Quick. The client was very happy with both how it looked and how quickly the solution was produced. That latter credit of course belongs to Qt Quick. The instrument has a full Windows 7 computer with a touch screen mounted inside the front panel. The link just has a bigger picture and some additional information on the instrument. Because the bright lights for the photograph wash out the display somewhat, I've also included a close up of just the GUI.

    http://www.syncorsystems.com/Engineering/ITS9510A.htm

    !http://bit.ly/small9015A(ITS 9510A Automotive Radar Target Simulator )!

    Close up of just the GUI.
    !http://bit.ly/artssmall( ITS-9510A GUI)!

    Check out my third course in the trilogy on Qt
    "Integrating Qt Quick with C++"
    http://bit.ly/qtquickcpp
    published by Pluralsight

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

      Nice !

      Might be even sexier in full screen without decoration ;)

      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
      • JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        Great work! Congratulations on your successful product, and thank you for sharing!

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        0
        • N Offline
          N Offline
          Nex46
          wrote on last edited by
          #4

          Hey Rolias, the touch interface looks nice.
          Did you have to create a custom interface for the touch screen or did it work with Windows out of the box, like a regular touch pad?

          PS. I agree with SGaist, remove the window frame:
          xxx.setWindowFlags(Qt::Window | Qt::FramelessWindowHint);

          1 Reply Last reply
          0
          • R Offline
            R Offline
            Rolias
            wrote on last edited by
            #5

            I originally suggested using what I think of as "Kiosk mode" for the application (i.e. no window chrome) but the customer didn't want to do it. I think they looked at other instruments in their lab that run windows and those leave up the chrome. Go figure!

            The touch interface worked with the stock Windows out of the box. I didn't write any multi-touch gestures or anything fancy. The customer wanted it to work with a mouse or a touch interface.

            Thanks for the kind words and feedback.

            Check out my third course in the trilogy on Qt
            "Integrating Qt Quick with C++"
            http://bit.ly/qtquickcpp
            published by Pluralsight

            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