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. GUI help

GUI help

Scheduled Pinned Locked Moved Solved General and Desktop
87 Posts 5 Posters 33.3k 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.
  • C caca0o

    with qt-opensource-windows-x86-mingw530-5.8.0.exe

    alt text

    I really do not think it could be?

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

    @caca0o
    Can you please try a default gui project so we know the setup works ?
    File -> New Project -> New Widget Application

    1 Reply Last reply
    0
    • C Offline
      C Offline
      caca0o
      wrote on last edited by
      #22

      to start a new project

      alt text

      1 Reply Last reply
      0
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #23

        Ok. so there really is something up with the kits.
        But this is VS 2015
        I though you would use only mingw ?

        did you UNINSTALL visual studio Qt to avoid it playing tricks on you ?

        1 Reply Last reply
        0
        • C Offline
          C Offline
          caca0o
          wrote on last edited by
          #24

          now I do not understand what to do?

          mrjjM 1 Reply Last reply
          0
          • C caca0o

            now I do not understand what to do?

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

            @caca0o

            Did you install the mingw too?

            If you create new project , it does NOT offer to make project with that compiler ?

            You still seems to be using visual studio. ( and it seems kit still broken)

            1 Reply Last reply
            0
            • C Offline
              C Offline
              caca0o
              wrote on last edited by
              #26

              I uninstall all
              I wondered if it would be possible if you had given me a link to download and install

              mrjjM 1 Reply Last reply
              0
              • C caca0o

                I uninstall all
                I wondered if it would be possible if you had given me a link to download and install

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

                @caca0o

                Hi, just use the online installer and ONLY
                select the mingw version as i shown in the picture.

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  caca0o
                  wrote on last edited by
                  #28

                  this is it? qt-opensource-windows-x86-mingw482_opengl-5.3.2.exe

                  1 Reply Last reply
                  0
                  • C Offline
                    C Offline
                    caca0o
                    wrote on last edited by
                    #29

                    or qt-opensource-windows-x86-5.10.1.exe ??
                    this file is in the picture?

                    1 Reply Last reply
                    0
                    • mrjjM Offline
                      mrjjM Offline
                      mrjj
                      Lifetime Qt Champion
                      wrote on last edited by mrjj
                      #30

                      Hi
                      I meant the online version from
                      https://www.qt.io/download
                      (open source side)
                      (you will get a file named qt-unified-windows-x86-3.0.4-online.exe)
                      Then check the the mingw as shown.

                      1 Reply Last reply
                      0
                      • C Offline
                        C Offline
                        caca0o
                        wrote on last edited by
                        #31

                        is that OK? or do I have only a mingw 5.3.0 32bit?

                        alt text

                        mrjjM 1 Reply Last reply
                        0
                        • C caca0o

                          is that OK? or do I have only a mingw 5.3.0 32bit?

                          alt text

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

                          @caca0o
                          No no, that is WAYYY to much.
                          Just check the MinGW 5.3 one. Nothing else.
                          You can always add say Qt Chart or other optional modules should you need it.
                          Do not install UWP or MSVC.

                          alt text

                          1 Reply Last reply
                          1
                          • C Offline
                            C Offline
                            caca0o
                            wrote on last edited by
                            #33

                            very much thank you. it works

                            mrjjM 1 Reply Last reply
                            0
                            • C caca0o

                              very much thank you. it works

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

                              @caca0o
                              Super.
                              Happy programming.
                              Remember to mark as solved.

                              1 Reply Last reply
                              0
                              • C Offline
                                C Offline
                                caca0o
                                wrote on last edited by
                                #35

                                hi, I would like to have one more question. when I want to have one panel in the mainwindow. where do i give pushbuttons.
                                to be bordered, what is the best choice? I want to make a little foundation for gui as soon as possible

                                FlotisableF 1 Reply Last reply
                                0
                                • C caca0o

                                  hi, I would like to have one more question. when I want to have one panel in the mainwindow. where do i give pushbuttons.
                                  to be bordered, what is the best choice? I want to make a little foundation for gui as soon as possible

                                  FlotisableF Offline
                                  FlotisableF Offline
                                  Flotisable
                                  wrote on last edited by
                                  #36

                                  @caca0o
                                  I think you can take a look at QToolBar.

                                  and also read Application Example to learn how to use it.

                                  1 Reply Last reply
                                  2
                                  • C Offline
                                    C Offline
                                    caca0o
                                    wrote on last edited by
                                    #37

                                    so this example. is it going to be done in the toolbox?
                                    or do I need to find another command?

                                    alt text

                                    jsulmJ 1 Reply Last reply
                                    0
                                    • C caca0o

                                      so this example. is it going to be done in the toolbox?
                                      or do I need to find another command?

                                      alt text

                                      jsulmJ Offline
                                      jsulmJ Offline
                                      jsulm
                                      Lifetime Qt Champion
                                      wrote on last edited by
                                      #38

                                      @caca0o You can simply use a QVBoxLayout.
                                      You can even find an example showing exactly what you want to do: http://doc.qt.io/qt-5/qvboxlayout.html

                                      https://forum.qt.io/topic/113070/qt-code-of-conduct

                                      1 Reply Last reply
                                      1
                                      • C Offline
                                        C Offline
                                        caca0o
                                        wrote on last edited by
                                        #39

                                        maybe I'll find a solution. when I get back. and I do not want QStackedWidget or QTabWidget.
                                        how do I make more of the same windows so the push button always opens a window on the same place?
                                        I need to do several Widgets with similar content.

                                        I can not find a solution

                                        jsulmJ 1 Reply Last reply
                                        0
                                        • C caca0o

                                          maybe I'll find a solution. when I get back. and I do not want QStackedWidget or QTabWidget.
                                          how do I make more of the same windows so the push button always opens a window on the same place?
                                          I need to do several Widgets with similar content.

                                          I can not find a solution

                                          jsulmJ Offline
                                          jsulmJ Offline
                                          jsulm
                                          Lifetime Qt Champion
                                          wrote on last edited by
                                          #40

                                          @caca0o Did you check the link I posted?
                                          You can create your own widget containing what ever you need and create several instances of it. Or do I misunderstand your question? Your description isn't clear.

                                          https://forum.qt.io/topic/113070/qt-code-of-conduct

                                          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