Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. India
  4. Perspective View
Forum Updated to NodeBB v4.3 + New Features

Perspective View

Scheduled Pinned Locked Moved India
2 Posts 2 Posters 2.0k 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.
  • S Offline
    S Offline
    sarthak
    wrote on last edited by
    #1

    Hi Guys,

    It has been roughly a month I have started working with Qt. Right now I am trying to vie an image in perspective view. Lets say I want to rotate the image in along the Y axis, I am using the Qtransform function to rotate.. here is the code snippet.
    int angle=20;
    QTransform transform;
    transform.rotate(angle, Qt::YAxis);
    image = QImage(":/images/livingroom.jpg");
    image = image.scaledToWidth(this->width());
    image = image.transformed(transform);

    But this is not producing the desired results. The result image is not a perspective view. Can anybody please help me in achieving this?

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi sarthak,

      Please don't post the same thing multiple times. Continue all discussion at http://qt-project.org/forums/viewthread/39934/

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

      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