Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Keep mouse pressing anywhere, the program just shutdown, Qt Project in WinCE6.0
Forum Updated to NodeBB v4.3 + New Features

Keep mouse pressing anywhere, the program just shutdown, Qt Project in WinCE6.0

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 681 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
    Shimmering
    wrote on last edited by
    #1

    Hi guys,

    A problem happened when I tried to make my Qt program frameless under WinCE6.0 environment.

    Here's the situation:
    I set the window flag to Qt::Popup with

                                @setWindowFlags(Qt::Popup)@ 
    

    and run in WinCE6.0. Whenever I press my mouse for like 1 or 2 seconds, the program directly shutdown (or what? It just disappeared and cannot run again by double clicking the .exe, I have to restart my CE system in order to run the program again. But in Win 7, the program won't shutdown.)

    Afterwards, I tried to set window flag to Qt::FramelessWindowHint, it worked without shutting down when I kept pressing down my mouse.

    Can anybody tell me the reason why this happened ? Thanks very much !

    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