Results 1 to 12 of 12

Thread: Move command

  1. #1
    Join Date
    Sep 2014
    Posts
    94
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Move command

    i am using Qt application ...in that i added windows move command after moving files move command window is appearing i want to hide move command window ...

  2. #2
    Join Date
    Oct 2009
    Posts
    483
    Thanked 97 Times in 94 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Move command

    Let me try to turn this thread into a more constructive interaction than the previous ones you started. My objective in doing so is to get you to learn something rather than being fed a solution.

    So, your application has a window you want to hide. Can you tell us more about about this window? What Qt class is it an instance of? Have you read the documentation of this class? If not, please do it. What methods have you found in the documentation that look promising to achieve your goal?

  3. #3
    Join Date
    Sep 2014
    Posts
    94
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: Move command

    it is an windows 8 command prompt

    i want to hide that command prompt

  4. #4
    Join Date
    Oct 2009
    Posts
    483
    Thanked 97 Times in 94 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Move command

    What does this terminal window have to do with your application? Is it running a console program that you start from your application, e.g. with a QProcess? Do you want to hide the window, so that it continues running the program without cluttering the desktop, or do you want to terminate the program? Wy do you run the process in a terminal window in the first place?

    Please describe the situation. You should be the one writing detailed posts.

  5. #5
    Join Date
    Sep 2014
    Posts
    94
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: Move command

    to move files from one folder to another folder is used move command in qt gui appears and then after moves file from onefolder to another folder the window command prompt is displaying.....

  6. #6
    Join Date
    Oct 2009
    Posts
    483
    Thanked 97 Times in 94 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Move command

    I have no idea what you mean, so I can only provide generic advice: Qt has no facility to hide an arbitrary window belonging to another application; you should search the Win32 API for a solution.

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Move command

    Quote Originally Posted by mouni View Post
    to move files from one folder to another folder is used move command in qt gui appears and then after moves file from onefolder to another folder the window command prompt is displaying.....
    So to avoid showing a command prompt when you use a move command, stop using the move command and move files using means other than by issuing a move command in the shell.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  8. #8
    Join Date
    Sep 2014
    Posts
    94
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: Move command

    how to move files from one folder to another in qt with out using window command

  9. #9
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Move command

    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  10. #10
    Join Date
    Oct 2009
    Posts
    483
    Thanked 97 Times in 94 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Move command

    Quote Originally Posted by mouni View Post
    how to move files from one folder to another in qt with out using window command
    People already gave you pointers when you asked the same question in a previous thread. Keep ignoring their answers, and they will ignore your questions.

  11. #11
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Move command

    If I think back over the many posts the OP has made, I am starting to realize that perhaps what we really have here is a severe difficulty in comprehending the huge volume of English-language Qt documentation. Appreciating that "rename" is a synonym for "move" (or even that QFile is the appropriate place to look for such a method) might be a subtlety we are taking for granted but which presents a huge obstacle to the OP. Even getting the post (or repost) into a form where we can understand the root of the problem seems to be a problem in itself.

    I am myself guilty of impatience, but maybe if we focused on giving a specific answer to the question as best we understand it, we'd be spared some of these infinitely looping threads.

  12. #12
    Join Date
    Oct 2009
    Posts
    483
    Thanked 97 Times in 94 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Move command

    Agreed, limited English reading and writing skills are a major obstacle to new Qt programmers. I am happy to contribute answers as long as I feel that the posters are really trying to learn something new, if only to improve their English communication or C++ skills. Unless knowledge in these domains is infinite, this should ensure that all threads eventually terminate .

Similar Threads

  1. Command Prompt command through Qt Application
    By antweb in forum Qt Programming
    Replies: 6
    Last Post: 21st November 2014, 06:23
  2. Replies: 12
    Last Post: 19th July 2012, 21:22
  3. Replies: 3
    Last Post: 23rd February 2011, 08:50
  4. Problem in Move Move Event Handler.
    By redgoof in forum Qt Programming
    Replies: 0
    Last Post: 7th April 2010, 11:45
  5. Replies: 4
    Last Post: 14th July 2009, 03:27

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.