Results 1 to 14 of 14

Thread: Copy progress bar

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2006
    Location
    Pune,India
    Posts
    63
    Thanks
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Copy progress bar

    Quote Originally Posted by sunil.thaha
    When you want to copy a file about 80-100 GB in size, why do you want to copy Byte by Byte ? Why not in a block ?

    And what is wrong with the Qt's copy functions ?
    Block by Block is OK but how.
    Qt'copy functions is not availble in Qt 3.3.x

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

    Default Re: Copy progress bar

    Quote Originally Posted by safknw
    Qt'copy functions is not availble in Qt 3.3.x
    Are you sure?
    QUrlOperator::copy()

  3. #3
    Join Date
    May 2006
    Location
    Pune,India
    Posts
    63
    Thanks
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Unhappy Re: Copy progress bar

    My problem is that I have read the data from file, cypher/encrypt some part of it then save it to other file. I have to show the progress bar while doing this.

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

    Default Re: Copy progress bar

    So is the problem about copying the file or showing the progress bar? QProgressDialog has all you need if latter is the case.

Similar Threads

  1. copy file/s from QFileDialog
    By raphaelf in forum Newbie
    Replies: 4
    Last Post: 4th July 2006, 14:26
  2. Progress Bar to be shown!!!
    By Kapil in forum Qt Programming
    Replies: 7
    Last Post: 23rd May 2006, 09:36
  3. file copy in Qt 3.3.4 ?
    By npc in forum Newbie
    Replies: 6
    Last Post: 31st March 2006, 14:43
  4. how can i copy a directary using QDir
    By monaem in forum Qt Programming
    Replies: 5
    Last Post: 4th February 2006, 12:12

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
  •  
Qt is a trademark of The Qt Company.