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.
  • S Offline
    S Offline
    Sprezzatura
    wrote on 1 Jun 2019, 14:31 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).

    A 1 Reply Last reply 1 Jun 2019, 20:35
    1
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 1 Jun 2019, 14:40 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

      S 1 Reply Last reply 3 Jun 2019, 01:14
      0
      • S Sprezzatura
        1 Jun 2019, 14:31

        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).

        A Offline
        A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on 1 Jun 2019, 20:35 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.

        S 1 Reply Last reply 3 Jun 2019, 01:18
        2
        • S SGaist
          1 Jun 2019, 14:40

          Hi,

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

          S Offline
          S Offline
          Sprezzatura
          wrote on 3 Jun 2019, 01:14 last edited by
          #4

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

          1 Reply Last reply
          0
          • A aha_1980
            1 Jun 2019, 20:35

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

            S Offline
            S Offline
            Sprezzatura
            wrote on 3 Jun 2019, 01:18 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".

            J 1 Reply Last reply 3 Jun 2019, 03:27
            0
            • S Sprezzatura
              3 Jun 2019, 01:18

              @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".

              J Offline
              J Offline
              JKSH
              Moderators
              wrote on 3 Jun 2019, 03:27 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

              V S 2 Replies Last reply 3 Jun 2019, 07:39
              2
              • J JKSH
                3 Jun 2019, 03:27

                @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

                V Offline
                V Offline
                VRonin
                wrote on 3 Jun 2019, 07:39 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
                • J JKSH
                  3 Jun 2019, 03:27

                  @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

                  S Offline
                  S Offline
                  Sprezzatura
                  wrote on 3 Jun 2019, 20:24 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 3 Jun 2019, 21:20
                  0
                  • S Sprezzatura
                    3 Jun 2019, 20:24

                    @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 3 Jun 2019, 21:20 last edited by
                    #9

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

                    S 1 Reply Last reply 4 Jun 2019, 16:43
                    4
                    • mrjjM mrjj
                      3 Jun 2019, 21:20

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

                      S Offline
                      S Offline
                      Sprezzatura
                      wrote on 4 Jun 2019, 16:43 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 4 Jun 2019, 17:07
                      0
                      • S Sprezzatura
                        4 Jun 2019, 16:43

                        @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 4 Jun 2019, 17:07 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
                        • S Offline
                          S Offline
                          Sprezzatura
                          wrote on 5 Jun 2019, 13:56 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

                          1/12

                          1 Jun 2019, 14:31

                          • Login

                          • Login or register to search.
                          1 out of 12
                          • First post
                            1/12
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved