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. QtCreator add text to image thumbnails on screen

QtCreator add text to image thumbnails on screen

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 493 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
    RahibeMeryem
    wrote on last edited by
    #1

    Hi All great community members,

    We are trying to migrate our infrastructure to QT with help of the QtCreator.

    The program is connecting a live cam or any IP feed to collect detected possible objects.
    It is gathering the object candidates rectangle are and put them on the screen like many thumbnails as in the image gallery.

    So system adding new small images to the screen continuously. What we need in QtCreator to show all this images in a scrollable widget/label etc and add each of them some details such as obj_name, comments etc.

    Also we want to all this small images should be selectable. How we can do this ? Our QT experience is limited and try to convince QT is better to ou management. And want to show something very soon.

    Best

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

      Hi
      First of all QtCreator is the editor.
      Qt is the actual c++ frame work.
      You can use Qt without Creator and Creator can use many versions of Qt and even without Qt.

      Sounds like you can use a ListView/ListWidget
      http://doc.qt.io/qt-5/qlistview.html

      You can put it in icon mode to have something more than a plain list
      alt text

      1 Reply Last reply
      2

      • Login

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