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. Qt Programming Language
QtWS25 Last Chance

Qt Programming Language

Scheduled Pinned Locked Moved Unsolved General and Desktop
331 Posts 17 Posters 305.6k Views
  • 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.
  • kshegunovK kshegunov

    That seems like a rather complicated way to get a compiler. Isn't it much simpler just to install mingw along with Qt through the Qt maintenance tool and just roll with that ...?

    JonBJ Online
    JonBJ Online
    JonB
    wrote on last edited by
    #267

    @kshegunov
    Would @Annabelle then be using Qt Creator (with MinGW) instead of VS? The thing we have to bear in mind is that changing IDE, or even compiler, could be a big thing for her?

    kshegunovK 1 Reply Last reply
    0
    • JonBJ JonB

      @kshegunov
      Would @Annabelle then be using Qt Creator (with MinGW) instead of VS? The thing we have to bear in mind is that changing IDE, or even compiler, could be a big thing for her?

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #268

      I imagine so, yes. From my point of view Creator is both better and faster, but then again your mileage may vary.
      In any case, I myself have grown rather tired of MS's products and more so their licenses, paywalls and whatnot, and currently I build with g++ for linux as well as windows (mingw), whenever I can get away with it, which is in 99% of cases.

      Read and abide by the Qt Code of Conduct

      JonBJ 1 Reply Last reply
      0
      • kshegunovK kshegunov

        I imagine so, yes. From my point of view Creator is both better and faster, but then again your mileage may vary.
        In any case, I myself have grown rather tired of MS's products and more so their licenses, paywalls and whatnot, and currently I build with g++ for linux as well as windows (mingw), whenever I can get away with it, which is in 99% of cases.

        JonBJ Online
        JonBJ Online
        JonB
        wrote on last edited by JonB
        #269

        @kshegunov
        Indeed. But @Annabelle's interaction with an IDE will be very different from ours. Speed etc. may not be her issue. Rather, I would imagine how the interface works for blind access will be far more important. And it may be that VS's accessibility support is superior to Qt Creator's, or at least different.

        1 Reply Last reply
        0
        • JonBJ JonB

          @Annabelle
          Given that you seem to have come to an impasse using your Visual Studio, which need unlocking. If all else fails, what about:

          1. Uninstall the VS completely from your PC, as best you can.
          2. Get yourself some brand new, free email address from Microsoft, Gmail or whoever.
          3. Use that to create whatever account MS wants for downloading VS, restarting from scratch.

          Since the VS edition is free, I can't imagine MS cares what email address you use.

          The only thing I cannot promise is: after you uninstall the current VS "evaluation" it is possible it will leave something around (in the registry) which it will notice and refuse to install a new evaluation. Hope not, but cannot guarantee.

          Up to you, but it's one to proceed if you're not getting anywhere from where you are now....

          A Offline
          A Offline
          Annabelle
          wrote on last edited by Annabelle
          #270

          @JonB said in Qt Programming Language:

          @Annabelle
          Given that you seem to have come to an impasse using your Visual Studio, which need unlocking. If all else fails, what about:

          1. Uninstall the VS completely from your PC, as best you can.
          2. Get yourself some brand new, free email address from Microsoft, Gmail or whoever.
          3. Use that to create whatever account MS wants for downloading VS, restarting from scratch.

          Since the VS edition is free, I can't imagine MS cares what email address you use.

          The only thing I cannot promise is: after you uninstall the current VS "evaluation" it is possible it will leave something around (in the registry) which it will notice and refuse to install a new evaluation. Hope not, but cannot guarantee.

          Up to you, but it's one to proceed if you're not getting anywhere from where you are now....

          I uninstalled the program completely, making sure there were no traces left in the registry. Since Visual Studio doesn't seem to be good for me, what do I do now? Are there any IDE's out there that are fully accessible to screenreaders like JAWS, which can compile programs for all operating systems, won't install any bloatware, and most important of all, won't take forever to install?

          1 Reply Last reply
          0
          • A Offline
            A Offline
            Annabelle
            wrote on last edited by Annabelle
            #271

            I haven't heard anything for 2 months on this post. Has anybody seen and read my most recent post, regarding obtaining something other than Visual Studio? Something that won't expire after 30 days, won't take forever to install or uninstall, and most important of all, will be accessible to screenreaders like JAWS?

            JKSHJ 1 Reply Last reply
            0
            • A Annabelle

              I haven't heard anything for 2 months on this post. Has anybody seen and read my most recent post, regarding obtaining something other than Visual Studio? Something that won't expire after 30 days, won't take forever to install or uninstall, and most important of all, will be accessible to screenreaders like JAWS?

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

              Hi @Annabelle, if you rule out Visual Studio, then your next best bet is to use the Qt Creator IDE with the MinGW compiler. Here are some simple instructions to install these: https://wiki.qt.io/Quick_Start:_Installing_Qt_on_Windows

              I don't have JAWS so I cannot tell how well it integrates with Qt Creator. Install it to find out.

              I forgot to reply to your last post, and for that I'm sorry. At the same time, I encourage you to take the initiative to research and experiment, even if nobody instructs you to.

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

              A 1 Reply Last reply
              0
              • JKSHJ JKSH

                Hi @Annabelle, if you rule out Visual Studio, then your next best bet is to use the Qt Creator IDE with the MinGW compiler. Here are some simple instructions to install these: https://wiki.qt.io/Quick_Start:_Installing_Qt_on_Windows

                I don't have JAWS so I cannot tell how well it integrates with Qt Creator. Install it to find out.

                I forgot to reply to your last post, and for that I'm sorry. At the same time, I encourage you to take the initiative to research and experiment, even if nobody instructs you to.

                A Offline
                A Offline
                Annabelle
                wrote on last edited by
                #273

                @JKSH said in Qt Programming Language:

                Hi @Annabelle, if you rule out Visual Studio, then your next best bet is to use the Qt Creator IDE with the MinGW compiler. Here are some simple instructions to install these: https://wiki.qt.io/Quick_Start:_Installing_Qt_on_Windows

                I don't have JAWS so I cannot tell how well it integrates with Qt Creator. Install it to find out.

                I forgot to reply to your last post, and for that I'm sorry. At the same time, I encourage you to take the initiative to research and experiment, even if nobody instructs you to.

                I have Qt Creator on my machine, and JAWS only seems to recognize a few components, for example, the opening screen with the Project Treeview. I wonder what I might be doing wrong. Also, Qt Creator doesn't have the kind of menu bar that you can access with the Alt Key or the Applications key. At least not that I know of. It seems you would have to have sighted help to click on whatever parameter you want, like a button or a checkbox, to insert it into a project. What's up with that, I wonder? I wish Qt Creator would have a menu you could access with a keyboard shortcut, that lists all the possible parameters you can insert into your project.

                K JKSHJ 2 Replies Last reply
                0
                • A Annabelle

                  @JKSH said in Qt Programming Language:

                  Hi @Annabelle, if you rule out Visual Studio, then your next best bet is to use the Qt Creator IDE with the MinGW compiler. Here are some simple instructions to install these: https://wiki.qt.io/Quick_Start:_Installing_Qt_on_Windows

                  I don't have JAWS so I cannot tell how well it integrates with Qt Creator. Install it to find out.

                  I forgot to reply to your last post, and for that I'm sorry. At the same time, I encourage you to take the initiative to research and experiment, even if nobody instructs you to.

                  I have Qt Creator on my machine, and JAWS only seems to recognize a few components, for example, the opening screen with the Project Treeview. I wonder what I might be doing wrong. Also, Qt Creator doesn't have the kind of menu bar that you can access with the Alt Key or the Applications key. At least not that I know of. It seems you would have to have sighted help to click on whatever parameter you want, like a button or a checkbox, to insert it into a project. What's up with that, I wonder? I wish Qt Creator would have a menu you could access with a keyboard shortcut, that lists all the possible parameters you can insert into your project.

                  K Offline
                  K Offline
                  kenchan
                  wrote on last edited by kenchan
                  #274

                  @Annabelle
                  I am sure you are more knowledgeable about screen readers and braille displays than I am, however if you are using Windows 10, do the Windows Narrator and the braille drivers not work for you?
                  Also you can set up your own short cuts for QtCreator and on windows the menu items do have alt key access.
                  Since Qt has classes for adding Accessibility to applications I am assuming that QtCreator follows best practices in this matter. You can always ask the developers about that directly by asking them on the mailing list here

                  A 1 Reply Last reply
                  0
                  • K kenchan

                    @Annabelle
                    I am sure you are more knowledgeable about screen readers and braille displays than I am, however if you are using Windows 10, do the Windows Narrator and the braille drivers not work for you?
                    Also you can set up your own short cuts for QtCreator and on windows the menu items do have alt key access.
                    Since Qt has classes for adding Accessibility to applications I am assuming that QtCreator follows best practices in this matter. You can always ask the developers about that directly by asking them on the mailing list here

                    A Offline
                    A Offline
                    Annabelle
                    wrote on last edited by
                    #275

                    @kenchan said in Qt Programming Language:

                    @Annabelle
                    I am sure you are more knowledgeable about screen readers and brail displays than I am, however if you are using Windows 10, do the Windows Narrator and the braille drivers not work for you?
                    Also you can set up your own short cuts for QtCreator and on windows the menu items do have alt key access.
                    Since Qt has classes for adding Accessibility to applications I am assuming that QtCreator follows best practices in this matter. You can always ask the developers about that directly by asking them on the mailing list here

                    Windows 10? I'm actually using Windows 7. Specifically Windows 7 Professional 64 Bit with JAWS 15.

                    K 1 Reply Last reply
                    0
                    • A Annabelle

                      @kenchan said in Qt Programming Language:

                      @Annabelle
                      I am sure you are more knowledgeable about screen readers and brail displays than I am, however if you are using Windows 10, do the Windows Narrator and the braille drivers not work for you?
                      Also you can set up your own short cuts for QtCreator and on windows the menu items do have alt key access.
                      Since Qt has classes for adding Accessibility to applications I am assuming that QtCreator follows best practices in this matter. You can always ask the developers about that directly by asking them on the mailing list here

                      Windows 10? I'm actually using Windows 7. Specifically Windows 7 Professional 64 Bit with JAWS 15.

                      K Offline
                      K Offline
                      kenchan
                      wrote on last edited by kenchan
                      #276

                      @Annabelle
                      Ah, well that is a shame. I have not used Windows 7 for years so I don't know if it had Narrator and braille drivers.
                      The QtCreator menu shortcuts should be the same though.
                      So the issue with your JAWS thingy is that it can't read the QtCreator menu items and controls or it can't work with your braille device or both?

                      A 1 Reply Last reply
                      0
                      • K kenchan

                        @Annabelle
                        Ah, well that is a shame. I have not used Windows 7 for years so I don't know if it had Narrator and braille drivers.
                        The QtCreator menu shortcuts should be the same though.
                        So the issue with your JAWS thingy is that it can't read the QtCreator menu items and controls or it can't work with your braille device or both?

                        A Offline
                        A Offline
                        Annabelle
                        wrote on last edited by
                        #277

                        @kenchan said in Qt Programming Language:

                        @Annabelle
                        Ah, well that is a shame. I have not used Windows 7 for years so I don't know if it had Narrator and braille drivers.
                        The QtCreator menu shortcuts should be the same though.
                        So the issue with your JAWS thingy is that it can't read the QtCreator menu items and controls or it can't work with your braille device or both?

                        I don't have my Braille device installed on this machine. As far as the menu items, if they're image-based, then JAWS can't read them. It only reads icons that are text-based. Same goes for Narrator, as well as NVDA (Non Visual Desktop Access), yet another screenreader.

                        K 1 Reply Last reply
                        0
                        • A Annabelle

                          @JKSH said in Qt Programming Language:

                          Hi @Annabelle, if you rule out Visual Studio, then your next best bet is to use the Qt Creator IDE with the MinGW compiler. Here are some simple instructions to install these: https://wiki.qt.io/Quick_Start:_Installing_Qt_on_Windows

                          I don't have JAWS so I cannot tell how well it integrates with Qt Creator. Install it to find out.

                          I forgot to reply to your last post, and for that I'm sorry. At the same time, I encourage you to take the initiative to research and experiment, even if nobody instructs you to.

                          I have Qt Creator on my machine, and JAWS only seems to recognize a few components, for example, the opening screen with the Project Treeview. I wonder what I might be doing wrong. Also, Qt Creator doesn't have the kind of menu bar that you can access with the Alt Key or the Applications key. At least not that I know of. It seems you would have to have sighted help to click on whatever parameter you want, like a button or a checkbox, to insert it into a project. What's up with that, I wonder? I wish Qt Creator would have a menu you could access with a keyboard shortcut, that lists all the possible parameters you can insert into your project.

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

                          @Annabelle said in Qt Programming Language:

                          I have Qt Creator on my machine, and JAWS only seems to recognize a few components, for example, the opening screen with the Project Treeview. I wonder what I might be doing wrong. Also, Qt Creator doesn't have the kind of menu bar that you can access with the Alt Key or the Applications key. At least not that I know of.

                          I turned on Windows 10 Narrator and opened Qt Creator. When I pressed the Alt key, the menu was activated and Windows Narrator said, "File. Menu Item. Menu Keyboard and F". After that, I pressed the Tab key. The next menu item was selected and Windows Narrator said, "Edit. Menu Item. Menu Keyboard and E".

                          Could you try again? Press Alt then Tab. After that, press the Escape key to leave the menu, then try pressing Alt then F.

                          It seems you would have to have sighted help to click on whatever parameter you want, like a button or a checkbox, to insert it into a project. What's up with that, I wonder? I wish Qt Creator would have a menu you could access with a keyboard shortcut, that lists all the possible parameters you can insert into your project.

                          It sounds like you had opened the visual editor for creating graphical user interfaces (GUI). This editor is optional; you can create a GUI using text code alone.

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

                          1 Reply Last reply
                          2
                          • A Annabelle

                            @kenchan said in Qt Programming Language:

                            @Annabelle
                            Ah, well that is a shame. I have not used Windows 7 for years so I don't know if it had Narrator and braille drivers.
                            The QtCreator menu shortcuts should be the same though.
                            So the issue with your JAWS thingy is that it can't read the QtCreator menu items and controls or it can't work with your braille device or both?

                            I don't have my Braille device installed on this machine. As far as the menu items, if they're image-based, then JAWS can't read them. It only reads icons that are text-based. Same goes for Narrator, as well as NVDA (Non Visual Desktop Access), yet another screenreader.

                            K Offline
                            K Offline
                            kenchan
                            wrote on last edited by
                            #279

                            @Annabelle
                            I see that the NVDA screen reader cannot read the icon menus that start from the top on the left hand side of the QtCreator main window. I guess this is the problem you have seen with QtCreator? That left most panel is called the Mode Selector and you can close it if is too noisy for your screen reader.
                            Maybe you could ask the QtCreator developers to make that panel more accessible to screen readers?
                            On the whole though it looks like most of the menus should work with a screen reader (I tried it with NVDA but did not test every menu though).

                            A 1 Reply Last reply
                            1
                            • K kenchan

                              @Annabelle
                              I see that the NVDA screen reader cannot read the icon menus that start from the top on the left hand side of the QtCreator main window. I guess this is the problem you have seen with QtCreator? That left most panel is called the Mode Selector and you can close it if is too noisy for your screen reader.
                              Maybe you could ask the QtCreator developers to make that panel more accessible to screen readers?
                              On the whole though it looks like most of the menus should work with a screen reader (I tried it with NVDA but did not test every menu though).

                              A Offline
                              A Offline
                              Annabelle
                              wrote on last edited by
                              #280

                              @kenchan said in Qt Programming Language:

                              @Annabelle
                              I see that the NVDA screen reader cannot read the icon menus that start from the top on the left hand side of the QtCreator main window. I guess this is the problem you have seen with QtCreator? That left most panel is called the Mode Selector and you can close it if is too noisy for your screen reader.
                              Maybe you could ask the QtCreator developers to make that panel more accessible to screen readers?
                              On the whole though it looks like most of the menus should work with a screen reader (I tried it with NVDA but did not test every menu though).

                              Mode Selector? I'm confused! Also, how would I put things like checkboxes and combo boxes into a project with Qt Creator? Is there a screenreader-friendly menu that lets you select the parameters you'd like to incorporate into a new project?

                              K 1 Reply Last reply
                              0
                              • A Annabelle

                                @kenchan said in Qt Programming Language:

                                @Annabelle
                                I see that the NVDA screen reader cannot read the icon menus that start from the top on the left hand side of the QtCreator main window. I guess this is the problem you have seen with QtCreator? That left most panel is called the Mode Selector and you can close it if is too noisy for your screen reader.
                                Maybe you could ask the QtCreator developers to make that panel more accessible to screen readers?
                                On the whole though it looks like most of the menus should work with a screen reader (I tried it with NVDA but did not test every menu though).

                                Mode Selector? I'm confused! Also, how would I put things like checkboxes and combo boxes into a project with Qt Creator? Is there a screenreader-friendly menu that lets you select the parameters you'd like to incorporate into a new project?

                                K Offline
                                K Offline
                                kenchan
                                wrote on last edited by
                                #281

                                @Annabelle
                                Well, I think you will have that problem with any of the IDE tools available as they all basically do things in the same way. Dragging and dropping GUI elements onto the screen is probably quite a difficult thing to with the assistance of a screen reader. You can however create GUIs without using the graphical interface designer by just programming them directly with code yourself. There is much more coding to be done but many people do it that way.

                                A 1 Reply Last reply
                                2
                                • K kenchan

                                  @Annabelle
                                  Well, I think you will have that problem with any of the IDE tools available as they all basically do things in the same way. Dragging and dropping GUI elements onto the screen is probably quite a difficult thing to with the assistance of a screen reader. You can however create GUIs without using the graphical interface designer by just programming them directly with code yourself. There is much more coding to be done but many people do it that way.

                                  A Offline
                                  A Offline
                                  Annabelle
                                  wrote on last edited by
                                  #282

                                  @kenchan said in Qt Programming Language:

                                  @Annabelle
                                  Well, I think you will have that problem with any of the IDE tools available as they all basically do things in the same way. Dragging and dropping GUI elements onto the screen is probably quite a difficult thing to with the assistance of a screen reader. You can however create GUIs without using the graphical interface designer by just programming them directly with code yourself. There is much more coding to be done but many people do it that way.

                                  When I finish the code, I'm wondering what compiler I could use that would be completely accessible for me. Coding in C++ is what I'm learning through www.learncpp.com, and the IDE part is where I'm stuck in a rut.

                                  JKSHJ 1 Reply Last reply
                                  0
                                  • A Annabelle

                                    @kenchan said in Qt Programming Language:

                                    @Annabelle
                                    Well, I think you will have that problem with any of the IDE tools available as they all basically do things in the same way. Dragging and dropping GUI elements onto the screen is probably quite a difficult thing to with the assistance of a screen reader. You can however create GUIs without using the graphical interface designer by just programming them directly with code yourself. There is much more coding to be done but many people do it that way.

                                    When I finish the code, I'm wondering what compiler I could use that would be completely accessible for me. Coding in C++ is what I'm learning through www.learncpp.com, and the IDE part is where I'm stuck in a rut.

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

                                    @Annabelle said in Qt Programming Language:

                                    Coding in C++ is what I'm learning through www.learncpp.com, and the IDE part is where I'm stuck in a rut.

                                    Read my post from yesterday. Windows Narrator reads out the Alt menus for me. Does JAWS say anything when you press and release Alt, then press and release Tab in Qt Creator?

                                    Also, what version of Qt Creator did you install? (You can check by pressing and releasing keys in this order: Escape, Alt, H, Q)

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

                                    A 1 Reply Last reply
                                    2
                                    • JKSHJ JKSH

                                      @Annabelle said in Qt Programming Language:

                                      Coding in C++ is what I'm learning through www.learncpp.com, and the IDE part is where I'm stuck in a rut.

                                      Read my post from yesterday. Windows Narrator reads out the Alt menus for me. Does JAWS say anything when you press and release Alt, then press and release Tab in Qt Creator?

                                      Also, what version of Qt Creator did you install? (You can check by pressing and releasing keys in this order: Escape, Alt, H, Q)

                                      A Offline
                                      A Offline
                                      Annabelle
                                      wrote on last edited by
                                      #284

                                      @JKSH said in Qt Programming Language:

                                      @Annabelle said in Qt Programming Language:

                                      Coding in C++ is what I'm learning through www.learncpp.com, and the IDE part is where I'm stuck in a rut.

                                      Read my post from yesterday. Windows Narrator reads out the Alt menus for me. Does JAWS say anything when you press and release Alt, then press and release Tab in Qt Creator?

                                      Also, what version of Qt Creator did you install? (You can check by pressing and releasing keys in this order: Escape, Alt, H, Q)

                                      Qt Creator 4.7.0 based on Qt 5.11.1 MSVC 2015. As for Windows Narrator, it announces most stuff as "Unknown" or "Unknown Key". What's up with that, I wonder?

                                      JKSHJ 1 Reply Last reply
                                      0
                                      • A Annabelle

                                        @JKSH said in Qt Programming Language:

                                        @Annabelle said in Qt Programming Language:

                                        Coding in C++ is what I'm learning through www.learncpp.com, and the IDE part is where I'm stuck in a rut.

                                        Read my post from yesterday. Windows Narrator reads out the Alt menus for me. Does JAWS say anything when you press and release Alt, then press and release Tab in Qt Creator?

                                        Also, what version of Qt Creator did you install? (You can check by pressing and releasing keys in this order: Escape, Alt, H, Q)

                                        Qt Creator 4.7.0 based on Qt 5.11.1 MSVC 2015. As for Windows Narrator, it announces most stuff as "Unknown" or "Unknown Key". What's up with that, I wonder?

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

                                        @Annabelle said in Qt Programming Language:

                                        Qt Creator 4.7.0 based on Qt 5.11.1 MSVC 2015.

                                        OK, that's a good recent version.

                                        As for Windows Narrator, it announces most stuff as "Unknown" or "Unknown Key". What's up with that, I wonder?

                                        Do you mean Windows Narrator announces them as "Unknown", while JAWS doesn't announce them at all?

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

                                        A 1 Reply Last reply
                                        0
                                        • JKSHJ JKSH

                                          @Annabelle said in Qt Programming Language:

                                          Qt Creator 4.7.0 based on Qt 5.11.1 MSVC 2015.

                                          OK, that's a good recent version.

                                          As for Windows Narrator, it announces most stuff as "Unknown" or "Unknown Key". What's up with that, I wonder?

                                          Do you mean Windows Narrator announces them as "Unknown", while JAWS doesn't announce them at all?

                                          A Offline
                                          A Offline
                                          Annabelle
                                          wrote on last edited by
                                          #286

                                          @JKSH said in Qt Programming Language:

                                          @Annabelle said in Qt Programming Language:

                                          Qt Creator 4.7.0 based on Qt 5.11.1 MSVC 2015.

                                          OK, that's a good recent version.

                                          As for Windows Narrator, it announces most stuff as "Unknown" or "Unknown Key". What's up with that, I wonder?

                                          Do you mean Windows Narrator announces them as "Unknown", while JAWS doesn't announce them at all?

                                          Yes, that's exactly what I mean.

                                          JKSHJ 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