Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Announcements
  4. Quickfm: a file manager implemented using qtquick
Qt 6.11 is out! See what's new in the release blog

Quickfm: a file manager implemented using qtquick

Scheduled Pinned Locked Moved Announcements
7 Posts 2 Posters 4.4k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    hi. i just wrote 500 lines of code.i was thought it worth to share:)

    it is support basic commands such like cut,copy,paste,del,rename etc.

    it has search tool too.it can handle any type file via "open with" action.

    it can be used in wayland session via qtwayland.

    if there are anyone who have interest ,it is available https://github.com/canatan/quickfm

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      Congratulations and thank you for sharing the code.
      Any plans to make it platform independent ? Asking since you have used system commands for most of the operation. It would be great if you port it to Android too.

      157

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        thanks for your interest:)

        the main purposes i develop this is i hate X11 dependency,

        wayland session needs a file manager, dolphin and nautilus are

        insufficient. Unfortunatelly i have no plan to port this to android.

        mainly because i have no android cellphone, i dont want to use

        emulators, also i hate to install lots of 32 bits dependency craps to

        my ivybridge-ultrabook.

        PS: i updated the app add help menu draft ,a little other fix and

        improvements.

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #4

          Ok.. Good luck for the further developments.

          157

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            Filesystem related jobs will be part of the C++ language soon.

            i think it will be good for portability when happened.

            http://www.phoronix.com/scan.php?page=news_item&px=MTg3OTk

            1 Reply Last reply
            0
            • p3c0P Offline
              p3c0P Offline
              p3c0
              Moderators
              wrote on last edited by
              #6

              Hmm thats good news. But currently even Qt has built-in API's for those like "QFile::copy":http://doc.qt.io/qt-5/qfile.html#copy, "QFile::remove":http://doc.qt.io/qt-5/qfile.html#remove etc..

              157

              1 Reply Last reply
              0
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #7

                hi again. im proudy present v0.3

                @*Config stuff imroved and moved to QJsonDocument and QJsonQbject

                *No more system header inclusion. Moved from system() to QProcess stuff.So platform portability improved.

                *Important bug fixed: User can not able to select a file/folder after scrollbar moved.@

                But since QT don't provide a convienence way to recursively copy a directory

                some artifacts still in place.

                Enjoy.

                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