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. How to rotate message dialog in qml??
Forum Updated to NodeBB v4.3 + New Features

How to rotate message dialog in qml??

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.0k Views 2 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.
  • BharathiB Offline
    BharathiB Offline
    Bharathi
    wrote on last edited by
    #1

    I want to rotate message dialog i.e. popup box in qml.But I dont get any option from qt document?

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi! As you posted this in "General and Desktop", I assume you're targeting desktop Windows, Linux or MacOS. On these platforms QtQuick windows are wrapped inside native windows. AFAIK non of the desktop platforms supports rotating windows. What you could do, is implementing a "fake" window inside the QtQuick scene by using a rectangle item. You could then apply arbitrary transformations to such an item. Out of curiosity: Why do you want to rotate a window in the first place?

      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