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. How to download from Qt Project Git Repository Browser?
Forum Updated to NodeBB v4.3 + New Features

How to download from Qt Project Git Repository Browser?

Scheduled Pinned Locked Moved Solved General and Desktop
12 Posts 6 Posters 5.1k Views 4 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.
  • SprezzaturaS Offline
    SprezzaturaS Offline
    Sprezzatura
    wrote on last edited by
    #1

    How does one download code from the Qt Project Git Repository Browser, located here:

    https://code.qt.io/cgit/

    I can access each file individually, but surely there is a simple way to download the whole project in one step? (Like GitHub).

    aha_1980A 1 Reply Last reply
    1
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Do you mean get a zip file with all the content of a module ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      SprezzaturaS 1 Reply Last reply
      0
      • SprezzaturaS Sprezzatura

        How does one download code from the Qt Project Git Repository Browser, located here:

        https://code.qt.io/cgit/

        I can access each file individually, but surely there is a simple way to download the whole project in one step? (Like GitHub).

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @Sprezzatura within each project, there are the git clone URLs for that project.

        Qt has to stay free or it will die.

        SprezzaturaS 1 Reply Last reply
        2
        • SGaistS SGaist

          Hi,

          Do you mean get a zip file with all the content of a module ?

          SprezzaturaS Offline
          SprezzaturaS Offline
          Sprezzatura
          wrote on last edited by
          #4

          @SGaist Yes, a ZIP file with all the content necessary to build the project.

          1 Reply Last reply
          0
          • aha_1980A aha_1980

            @Sprezzatura within each project, there are the git clone URLs for that project.

            SprezzaturaS Offline
            SprezzaturaS Offline
            Sprezzatura
            wrote on last edited by
            #5

            @aha_1980 I'm looking at this project:

            https://code.qt.io/cgit/qt/qtstyleplugins.git/

            Do you mean these links?

            http://code.qt.io/qt/qtstyleplugins.git
            https://code.qt.io/qt/qtstyleplugins.git

            When I click, I get 404 "Not found".

            JKSHJ 1 Reply Last reply
            0
            • SprezzaturaS Sprezzatura

              @aha_1980 I'm looking at this project:

              https://code.qt.io/cgit/qt/qtstyleplugins.git/

              Do you mean these links?

              http://code.qt.io/qt/qtstyleplugins.git
              https://code.qt.io/qt/qtstyleplugins.git

              When I click, I get 404 "Not found".

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              @Sprezzatura said in How to download from Qt Project Git Repository Browser?:

              Do you mean these links?

              http://code.qt.io/qt/qtstyleplugins.git
              https://code.qt.io/qt/qtstyleplugins.git

              When I click, I get 404 "Not found".

              Those are git clone URLs. Use your git client to clone them.

              (For example, if you run your git bash shell, call git clone https://code.qt.io/qt/qtstyleplugins.git from the command line)

              @Sprezzatura said in How to download from Qt Project Git Repository Browser?:

              a ZIP file with all the content necessary to build the project.

              code.qt.io does not provide Zip functionality. Use your git client to clone the repository, or find the mirror on GitHub and use its Zip functionality: https://github.com/qt/qtstyleplugins

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              VRoninV SprezzaturaS 2 Replies Last reply
              2
              • JKSHJ JKSH

                @Sprezzatura said in How to download from Qt Project Git Repository Browser?:

                Do you mean these links?

                http://code.qt.io/qt/qtstyleplugins.git
                https://code.qt.io/qt/qtstyleplugins.git

                When I click, I get 404 "Not found".

                Those are git clone URLs. Use your git client to clone them.

                (For example, if you run your git bash shell, call git clone https://code.qt.io/qt/qtstyleplugins.git from the command line)

                @Sprezzatura said in How to download from Qt Project Git Repository Browser?:

                a ZIP file with all the content necessary to build the project.

                code.qt.io does not provide Zip functionality. Use your git client to clone the repository, or find the mirror on GitHub and use its Zip functionality: https://github.com/qt/qtstyleplugins

                VRoninV Offline
                VRoninV Offline
                VRonin
                wrote on last edited by
                #7

                @JKSH said in How to download from Qt Project Git Repository Browser?:

                Use your git client to clone them.

                https://git-scm.com/

                "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                ~Napoleon Bonaparte

                On a crusade to banish setIndexWidget() from the holy land of Qt

                1 Reply Last reply
                3
                • JKSHJ JKSH

                  @Sprezzatura said in How to download from Qt Project Git Repository Browser?:

                  Do you mean these links?

                  http://code.qt.io/qt/qtstyleplugins.git
                  https://code.qt.io/qt/qtstyleplugins.git

                  When I click, I get 404 "Not found".

                  Those are git clone URLs. Use your git client to clone them.

                  (For example, if you run your git bash shell, call git clone https://code.qt.io/qt/qtstyleplugins.git from the command line)

                  @Sprezzatura said in How to download from Qt Project Git Repository Browser?:

                  a ZIP file with all the content necessary to build the project.

                  code.qt.io does not provide Zip functionality. Use your git client to clone the repository, or find the mirror on GitHub and use its Zip functionality: https://github.com/qt/qtstyleplugins

                  SprezzaturaS Offline
                  SprezzaturaS Offline
                  Sprezzatura
                  wrote on last edited by
                  #8

                  @JKSH OK, I understand. I was hoping to avoid Git altogether (I'm happy with Subversion), but looks like I will have to drink the Kool-Aid :o)

                  Thanks, all.

                  mrjjM 1 Reply Last reply
                  0
                  • SprezzaturaS Sprezzatura

                    @JKSH OK, I understand. I was hoping to avoid Git altogether (I'm happy with Subversion), but looks like I will have to drink the Kool-Aid :o)

                    Thanks, all.

                    mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @Sprezzatura
                    Hi
                    Whats wrong with the mirror @JKSH suggests ?
                    alt text

                    SprezzaturaS 1 Reply Last reply
                    4
                    • mrjjM mrjj

                      @Sprezzatura
                      Hi
                      Whats wrong with the mirror @JKSH suggests ?
                      alt text

                      SprezzaturaS Offline
                      SprezzaturaS Offline
                      Sprezzatura
                      wrote on last edited by
                      #10

                      @mrjj Excellent suggestion. Unfortunately I am running into a problem with the compilation of that ZIP, as described here:

                      https://forum.qt.io/topic/103456/project-qtstyleplugin-github-compilation-errors

                      I was not sure whether "https://code.qt.io/cgit/" was different? I guess it's the same?

                      I'm just looking for ready-to-use Qt styles that I can apply to my app. I wasn't looking to get heavy into the style customization at this point. I have searched for ready-made Qt styles, have not found any. It would seem designing a style involves a lot of detail. Other technologies seem to have a plethora of "skins" crafted by people with a better aesthetic than me :o)

                      mrjjM 1 Reply Last reply
                      0
                      • SprezzaturaS Sprezzatura

                        @mrjj Excellent suggestion. Unfortunately I am running into a problem with the compilation of that ZIP, as described here:

                        https://forum.qt.io/topic/103456/project-qtstyleplugin-github-compilation-errors

                        I was not sure whether "https://code.qt.io/cgit/" was different? I guess it's the same?

                        I'm just looking for ready-to-use Qt styles that I can apply to my app. I wasn't looking to get heavy into the style customization at this point. I have searched for ready-made Qt styles, have not found any. It would seem designing a style involves a lot of detail. Other technologies seem to have a plethora of "skins" crafted by people with a better aesthetic than me :o)

                        mrjjM Offline
                        mrjjM Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        @Sprezzatura
                        Hi
                        I recall for some reason it didn't compile for you.
                        I did make the old plugins. Are you sure its what you are after?
                        The look is not very modern and they are sort of from a forgotten area.

                        I have not seen many QStyles, ready for use as such.
                        However, you could try out
                        https://github.com/laserpants/qt-material-widgets

                        1 Reply Last reply
                        0
                        • SprezzaturaS Offline
                          SprezzaturaS Offline
                          Sprezzatura
                          wrote on last edited by
                          #12

                          This is what I was looking for (provided to me by an expert who is available for consultation):

                          https://github.com/GTRONICK/QSS
                          https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle
                          https://github.com/Lumyo/darkorange-pyside-stylesheet
                          https://github.com/EClaesson/QTDark
                          https://github.com/ColinDuquesnoy/QDarkStyleSheet

                          Here is the code to add a style sheet:

                              QApplication a(argc, argv);
                                   ....
                              QFile qssfile("Ubuntu.qss");
                              if (qssfile.open(QIODevice::ReadOnly)
                              {
                                  QByteArray cssfile;
                                  cssfile = qssfile.readAll();
                                  a.setStyleSheet(cssfile);
                              }
                          
                          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