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
Forum Updated to NodeBB v4.3 + New Features

GUI help

Scheduled Pinned Locked Moved Solved General and Desktop
87 Posts 5 Posters 36.7k Views 3 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.
  • M Offline
    M Offline
    mrjj
    Lifetime Qt Champion
    wrote on 30 Apr 2018, 10:06 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 30 Apr 2018, 10:23 last edited by
      #24

      now I do not understand what to do?

      M 1 Reply Last reply 30 Apr 2018, 10:27
      0
      • C caca0o
        30 Apr 2018, 10:23

        now I do not understand what to do?

        M Offline
        M Offline
        mrjj
        Lifetime Qt Champion
        wrote on 30 Apr 2018, 10:27 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 30 Apr 2018, 10:33 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

          M 1 Reply Last reply 30 Apr 2018, 10:40
          0
          • C caca0o
            30 Apr 2018, 10:33

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

            M Offline
            M Offline
            mrjj
            Lifetime Qt Champion
            wrote on 30 Apr 2018, 10:40 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 30 Apr 2018, 10:49 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 30 Apr 2018, 11:00 last edited by
                #29

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

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  mrjj
                  Lifetime Qt Champion
                  wrote on 30 Apr 2018, 12:48 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 30 Apr 2018, 13:58 last edited by
                    #31

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

                    alt text

                    M 1 Reply Last reply 30 Apr 2018, 14:01
                    0
                    • C caca0o
                      30 Apr 2018, 13:58

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

                      alt text

                      M Offline
                      M Offline
                      mrjj
                      Lifetime Qt Champion
                      wrote on 30 Apr 2018, 14:01 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 30 Apr 2018, 14:45 last edited by
                        #33

                        very much thank you. it works

                        M 1 Reply Last reply 30 Apr 2018, 14:53
                        0
                        • C caca0o
                          30 Apr 2018, 14:45

                          very much thank you. it works

                          M Offline
                          M Offline
                          mrjj
                          Lifetime Qt Champion
                          wrote on 30 Apr 2018, 14:53 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 1 May 2018, 21:19 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

                            F 1 Reply Last reply 2 May 2018, 09:15
                            0
                            • C caca0o
                              1 May 2018, 21:19

                              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

                              F Offline
                              F Offline
                              Flotisable
                              wrote on 2 May 2018, 09:15 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 2 May 2018, 11:29 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

                                J 1 Reply Last reply 2 May 2018, 12:28
                                0
                                • C caca0o
                                  2 May 2018, 11:29

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

                                  alt text

                                  J Offline
                                  J Offline
                                  jsulm
                                  Lifetime Qt Champion
                                  wrote on 2 May 2018, 12:28 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 2 May 2018, 13:13 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

                                    J 1 Reply Last reply 3 May 2018, 04:14
                                    0
                                    • C caca0o
                                      2 May 2018, 13:13

                                      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

                                      J Offline
                                      J Offline
                                      jsulm
                                      Lifetime Qt Champion
                                      wrote on 3 May 2018, 04:14 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
                                      • C Offline
                                        C Offline
                                        caca0o
                                        wrote on 3 May 2018, 10:22 last edited by
                                        #41

                                        I'll show you the suggestion. I would like to see "pages 1-10" opened in the "window".

                                        alt text

                                        and I would like a link in the "window" to the next widget in this window (page3a)

                                        alt text

                                        J 1 Reply Last reply 3 May 2018, 11:58
                                        0
                                        • C caca0o
                                          3 May 2018, 10:22

                                          I'll show you the suggestion. I would like to see "pages 1-10" opened in the "window".

                                          alt text

                                          and I would like a link in the "window" to the next widget in this window (page3a)

                                          alt text

                                          J Offline
                                          J Offline
                                          jsulm
                                          Lifetime Qt Champion
                                          wrote on 3 May 2018, 11:58 last edited by jsulm 5 Mar 2018, 12:02
                                          #42

                                          @caca0o And what is the problem? If you do not want to use QStackedWidget or QTabWidge then do the following: connect a slot to each button on the left side, in each slot create and show the widget this button is supposed to show and put this widget inside the window.

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

                                          1 Reply Last reply
                                          0

                                          32/87

                                          30 Apr 2018, 14:01

                                          • Login

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