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. simple image display and mark points application C++
Qt 6.11 is out! See what's new in the release blog

simple image display and mark points application C++

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 730 Views 1 Watching
  • 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hi,

    I am looking for an example for a widndows app which :

    displays image, mark points on the image (3 points) and saves them to text file.

    Where can I find an example for this ?

    Thanks,
    ivgenikucherov@gmail.com

    mrjjM 1 Reply Last reply
    0
    • ? A Former User

      Hi,

      I am looking for an example for a widndows app which :

      displays image, mark points on the image (3 points) and saves them to text file.

      Where can I find an example for this ?

      Thanks,
      ivgenikucherov@gmail.com

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      @ivgeni-kucherov

      Have a look at the "Image Viewer Example"

      You can find it in the Welcome->Examples and type image in the search field.

      as for Marking, you would
      override/add

      mousePressEvent ( QMouseEvent * event )

      for ImageViewer

      Then have a look at QFile for saving.

      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