Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Problem width multiple ApplicationWindows activefocusitem and requestActivate()

Problem width multiple ApplicationWindows activefocusitem and requestActivate()

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 159 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.
  • J Offline
    J Offline
    jimmy60805
    wrote on last edited by jimmy60805
    #1

    Hello,

    I wanted to build a customized a two-layer menu by ApplicatioWindows.
    Like following picture. The first applicationwindow would side from right of background window and the second one would side out when clicking the first layer.
    0_1555308855232_2019-04-15 (1).png

    Also I want to design the effect of hiding both applicationwindows when clicking outside applicationwindows.
    Can anyone help me with this problem?

    PS. following code is the desired property of applicationwindow

    ApplicationWindow {
        flags: Qt.WindowStaysOnTopHint | Qt.Popup | Qt.FramelessWindowHint | Popup.CloseOnPressOutside
    }
    

    Thank you
    Best Regared,
    Jimmy

    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