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 GUI Designing
QtWS25 Last Chance

QT GUI Designing

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 2 Posters 423 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.
  • A Offline
    A Offline
    Ashutosh_Sachdeva
    wrote on 8 Nov 2019, 06:24 last edited by
    #1

    Hi Folks,

    I have requirement of creating GUIPages as same as of the attached pictures. As i'm new to qt i'm not able to find/locate the lib. which i have to use.

    Image 1:
    In this page i have to add multiple images with drop down menu. I have tried with toolbuttons and push buttons but not able to match the requirement.

    Image 2:
    In this image i have one page and in the side bar(i.e may be line-widget) i have multiple option menu and after clicking on each it's redirecting us to another page but the sidebar menu is same in every page.

    Any leads will be appriciated.

    If anybody has any idea or similar project/code please share fro the reference.

    Thanks in advance .

    (https://ddgobkiprc33d.cloudfront.net/afeaca15-a700-4f50-b65d-cd1e7e2b4223.jpg) Image_2.jpg image url)

    J 1 Reply Last reply 8 Nov 2019, 06:33
    0
    • A Ashutosh_Sachdeva
      8 Nov 2019, 06:24

      Hi Folks,

      I have requirement of creating GUIPages as same as of the attached pictures. As i'm new to qt i'm not able to find/locate the lib. which i have to use.

      Image 1:
      In this page i have to add multiple images with drop down menu. I have tried with toolbuttons and push buttons but not able to match the requirement.

      Image 2:
      In this image i have one page and in the side bar(i.e may be line-widget) i have multiple option menu and after clicking on each it's redirecting us to another page but the sidebar menu is same in every page.

      Any leads will be appriciated.

      If anybody has any idea or similar project/code please share fro the reference.

      Thanks in advance .

      (https://ddgobkiprc33d.cloudfront.net/afeaca15-a700-4f50-b65d-cd1e7e2b4223.jpg) Image_2.jpg image url)

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 8 Nov 2019, 06:33 last edited by jsulm 11 Aug 2019, 06:33
      #2

      @Ashutosh_Sachdeva said in QT GUI Designing:

      find/locate the lib

      Don't know what lib you mean.

      Left side: QListView https://doc.qt.io/qt-5/qlistview.html
      Right side: QStackedWidget https://doc.qt.io/qt-5/qstackedwidget.html

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

      A 1 Reply Last reply 8 Nov 2019, 06:50
      1
      • J jsulm
        8 Nov 2019, 06:33

        @Ashutosh_Sachdeva said in QT GUI Designing:

        find/locate the lib

        Don't know what lib you mean.

        Left side: QListView https://doc.qt.io/qt-5/qlistview.html
        Right side: QStackedWidget https://doc.qt.io/qt-5/qstackedwidget.html

        A Offline
        A Offline
        Ashutosh_Sachdeva
        wrote on 8 Nov 2019, 06:50 last edited by
        #3

        @jsulm Hi,

        Thanku for the response and any idea regarding this image_1

        Image_1.jpg

        Can we store the last page address in linewidget action items?

        J 1 Reply Last reply 8 Nov 2019, 06:57
        0
        • A Ashutosh_Sachdeva
          8 Nov 2019, 06:50

          @jsulm Hi,

          Thanku for the response and any idea regarding this image_1

          Image_1.jpg

          Can we store the last page address in linewidget action items?

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 8 Nov 2019, 06:57 last edited by
          #4

          @Ashutosh_Sachdeva said in QT GUI Designing:

          Can we store the last page address in linewidget action items?

          Sure, if you use QMenu for that see https://doc.qt.io/qt-5/qmenu.html#setActiveAction Just remember which action was activated last time.

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

          A 1 Reply Last reply 8 Nov 2019, 11:24
          1
          • J jsulm
            8 Nov 2019, 06:57

            @Ashutosh_Sachdeva said in QT GUI Designing:

            Can we store the last page address in linewidget action items?

            Sure, if you use QMenu for that see https://doc.qt.io/qt-5/qmenu.html#setActiveAction Just remember which action was activated last time.

            A Offline
            A Offline
            Ashutosh_Sachdeva
            wrote on 8 Nov 2019, 11:24 last edited by
            #5
            This post is deleted!
            J 1 Reply Last reply 8 Nov 2019, 11:27
            0
            • A Ashutosh_Sachdeva
              8 Nov 2019, 11:24

              This post is deleted!

              J Offline
              J Offline
              jsulm
              Lifetime Qt Champion
              wrote on 8 Nov 2019, 11:27 last edited by
              #6

              @Ashutosh_Sachdeva said in QT GUI Designing:

              it was showing error

              Without posting the actual error you can't get an answer.

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

              A 1 Reply Last reply 8 Nov 2019, 11:37
              0
              • J jsulm
                8 Nov 2019, 11:27

                @Ashutosh_Sachdeva said in QT GUI Designing:

                it was showing error

                Without posting the actual error you can't get an answer.

                A Offline
                A Offline
                Ashutosh_Sachdeva
                wrote on 8 Nov 2019, 11:37 last edited by
                #7

                @jsulm Sorry by mistake i have posted that comment here that was for quickwidgets and that got resolved now thanku for your response and time

                1 Reply Last reply
                0

                7/7

                8 Nov 2019, 11:37

                • Login

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