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. Qt5 app starts hidden on destination machine
QtWS25 Last Chance

Qt5 app starts hidden on destination machine

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.3k 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.
  • A Offline
    A Offline
    amahta
    wrote on last edited by
    #1

    Hi all
    I've written an application using Qt5 which starts with the codes below :
    @
    w.setWindowFlags(Qt::FramelessWindowHint);
    w.showFullScreen();
    @

    It works perfectly on the development machine but starts invisible in the host machine (It runs and can be seen in taskbar)

    I'm talking about a Windows XP specific app

    Thou shalt programme
    http://www.amin-ahmadi.com

    1 Reply Last reply
    0
    • P Offline
      P Offline
      pritamghanghas
      wrote on last edited by
      #2

      I am not totally sure what is happening there. Try making sure that you dont have any other window which is set to always on top on the machine where you are testing or some other window system related feature that makes all new application to start minimized.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        amahta
        wrote on last edited by
        #3

        Thanks for the reply.
        But,
        It seems that I've forgot to deploy "qjpeg.dll" along with my application.
        It's so wired that not deploying "qjpeg.dll" makes apps fail like this, without any error messages.
        (I was using a background image in my app which was a JPEG file)

        Thanks again.

        Thou shalt programme
        http://www.amin-ahmadi.com

        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