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. Source code for Tools > Options window
QtWS25 Last Chance

Source code for Tools > Options window

Scheduled Pinned Locked Moved Solved General and Desktop
user interfacesource codetools
4 Posts 3 Posters 1.4k 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.
  • Sh1gsS Offline
    Sh1gsS Offline
    Sh1gs
    wrote on last edited by
    #1

    Hello,

    I am developing a UI for a work project. We would like the interface to have similar aesthetics as the Qt > Tools > Options window. I have downloaded the QT source code as well as the QT Creator source code. I can't seem to find what I'm looking for. For reference, I'm currently using QT 5.7. Any help is appreciated, thanks!

    raven-worxR 1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by VRonin
      #2

      The left pane is a QListView with probably a QStandardItemModel behind it whose selection controls the index of a QStackedWidget (the right part). Inside each page of the stack there is a QLabel with the title and a QTabbedWidget.

      The most difficult thing to implement is the filter QLineEdit at the top, you'll need a custom QSortFilterProxyModel for that

      "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
      0
      • Sh1gsS Sh1gs

        Hello,

        I am developing a UI for a work project. We would like the interface to have similar aesthetics as the Qt > Tools > Options window. I have downloaded the QT source code as well as the QT Creator source code. I can't seem to find what I'm looking for. For reference, I'm currently using QT 5.7. Any help is appreciated, thanks!

        raven-worxR Offline
        raven-worxR Offline
        raven-worx
        Moderators
        wrote on last edited by
        #3

        @Sh1gs
        something like this example?

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        Sh1gsS 1 Reply Last reply
        2
        • raven-worxR raven-worx

          @Sh1gs
          something like this example?

          Sh1gsS Offline
          Sh1gsS Offline
          Sh1gs
          wrote on last edited by
          #4

          @raven-worx

          Yes, this is exactly what I was looking for. I didn't realize there was an example on it, silly mistake on my part. Thank you very much!

          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