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. Why in windows main.visibility = Window.Minimized statment cause unresponsive response ?
Forum Updated to NodeBB v4.3 + New Features

Why in windows main.visibility = Window.Minimized statment cause unresponsive response ?

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 192 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.
  • Q Offline
    Q Offline
    Qt embedded developer
    wrote on last edited by
    #1

    i have created the custom button to minimize the qt application and for that i am using signal

    onMinimizeClicked: {
             main.visibility = Window.Minimized;
          }
    

    but when i click here after succefully minimize 3 time it becomes not responding like below :

    33ba045b-86b5-418e-96b9-95e38b581f8f-image (8).png

    what could be the problem for windows 10 for this type of qt qml application which use Window?

    Q 1 Reply Last reply
    0
    • Q Qt embedded developer

      i have created the custom button to minimize the qt application and for that i am using signal

      onMinimizeClicked: {
               main.visibility = Window.Minimized;
            }
      

      but when i click here after succefully minimize 3 time it becomes not responding like below :

      33ba045b-86b5-418e-96b9-95e38b581f8f-image (8).png

      what could be the problem for windows 10 for this type of qt qml application which use Window?

      Q Offline
      Q Offline
      Qt embedded developer
      wrote on last edited by
      #2

      @Qt-embedded-developer i have resolved this issue by putting log on

      visibility change

      On linux and fedora i got different behavior from os and so on windows I need to update this flag to windowed.

      After doing that it's perfectly working

      1 Reply Last reply
      0
      • Q Qt embedded developer has marked this topic as solved on

      • Login

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