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. No auto-fill at first
Forum Updated to NodeBB v4.3 + New Features

No auto-fill at first

Scheduled Pinned Locked Moved Solved General and Desktop
9 Posts 2 Posters 1.9k Views 2 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.
  • O Offline
    O Offline
    ofmrew
    wrote on last edited by
    #1

    Has anyone noticed that auto-fill does not work on a new project until you save it project and then open it.

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

      Auto fill ?
      You mean auto - completion ?
      Like
      class->[method suggestions]

      What Qt / QCreator version do u see this ?

      O 1 Reply Last reply
      0
      • mrjjM mrjj

        Auto fill ?
        You mean auto - completion ?
        Like
        class->[method suggestions]

        What Qt / QCreator version do u see this ?

        O Offline
        O Offline
        ofmrew
        wrote on last edited by
        #3

        @mrjj Say I input #in then include is shown as the auto-completion; however, when I add that type as a variable, say "QRectF br;" then QRectF is not shown in green. However, when I close the project and reopen it, it is in green.

        {noformat}
        Qt 5.10.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160406 (Red Hat 5.3.1-6)) on "xcb"
        OS: Ubuntu 16.04 LTS [linux version 4.4.0-21-generic]

        Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2 RTM HLE

        Environment:
        QT_ACCESSIBILITY="1"
        QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"
        QT_STYLE_OVERRIDE="gtk"

        Features: QT_NO_EXCEPTIONS

        Library info:
        PrefixPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt
        DocumentationPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/doc
        HeadersPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/include
        LibrariesPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/lib
        LibraryExecutablesPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/libexec
        BinariesPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/bin
        PluginsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/plugins
        ImportsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/imports
        Qml2ImportsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/qml
        ArchDataPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt
        DataPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt
        TranslationsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/translations
        ExamplesPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/examples
        TestsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/tests
        SettingsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt

        Standard paths [... denote writable entry]:
        DesktopLocation: "Desktop" /home/bobwilliams/Desktop
        DocumentsLocation: "Documents" /home/bobwilliams/Documents
        FontsLocation: "Fonts" /home/bobwilliams/.local/share/fonts /home/bobwilliams/.fonts
        ApplicationsLocation: "Applications" /home/bobwilliams/.local/share/applications /usr/share/cinnamon/applications /usr/share/gnome/applications /usr/local/share/applications /usr/share/applications /usr/share/mdm/applications
        MusicLocation: "Music" /home/bobwilliams/Music
        MoviesLocation: "Movies" /home/bobwilliams/Videos
        PicturesLocation: "Pictures" /home/bobwilliams/Pictures
        TempLocation: "Temporary Directory" /tmp
        HomeLocation: "Home" /home/bobwilliams
        AppLocalDataLocation: "Application Data" /home/bobwilliams/.local/share/QtProject/qtdiag /usr/share/cinnamon/QtProject/qtdiag /usr/share/gnome/QtProject/qtdiag /usr/local/share/QtProject/qtdiag /usr/share/QtProject/qtdiag /usr/share/mdm/QtProject/qtdiag
        CacheLocation: "Cache" /home/bobwilliams/.cache/QtProject/qtdiag
        GenericDataLocation: "Shared Data" /home/bobwilliams/.local/share /usr/share/cinnamon /usr/share/gnome /usr/local/share /usr/share /usr/share/mdm
        RuntimeLocation: "Runtime" /run/user/1000
        ConfigLocation: "Configuration" /home/bobwilliams/.config /etc/xdg/xdg-cinnamon /etc/xdg
        DownloadLocation: "Download" /home/bobwilliams/Downloads
        GenericCacheLocation: "Shared Cache" /home/bobwilliams/.cache
        GenericConfigLocation: "Shared Configuration" /home/bobwilliams/.config /etc/xdg/xdg-cinnamon /etc/xdg
        AppDataLocation: "Application Data" /home/bobwilliams/.local/share/QtProject/qtdiag /usr/share/cinnamon/QtProject/qtdiag /usr/share/gnome/QtProject/qtdiag /usr/local/share/QtProject/qtdiag /usr/share/QtProject/qtdiag /usr/share/mdm/QtProject/qtdiag
        AppConfigLocation: "Application Configuration" /home/bobwilliams/.config/QtProject/qtdiag /etc/xdg/xdg-cinnamon/QtProject/qtdiag /etc/xdg/QtProject/qtdiag

        File selectors (increasing order of precedence):
        en_US unix linux ubuntu

        Network:
        Using "OpenSSL 1.0.2g-fips 1 Mar 2016", version: 0x1000207f

        Platform capabilities: ThreadedPixmaps OpenGL WindowMasks MultipleWindows ForeignWindows NonFullScreenWindows NativeWidgets WindowManagement SyncState RasterGLSurface SwitchableWidgetComposition

        Style hints:
        mouseDoubleClickInterval: 400
        mousePressAndHoldInterval: 500
        startDragDistance: 8
        startDragTime: 500
        startDragVelocity: 0
        keyboardInputInterval: 400
        keyboardAutoRepeatRate: 30
        cursorFlashTime: 1200
        showIsFullScreen: 0
        showIsMaximized: 0
        passwordMaskDelay: 0
        passwordMaskCharacter: U+2022
        fontSmoothingGamma: 1.7
        useRtlExtensions: 0
        setFocusOnTouchRelease: 0
        tabFocusBehavior: Qt::TabFocusBehavior(TabFocusAllControls)
        singleClickActivation: 0

        Additional style hints (QPlatformIntegration):
        ReplayMousePressOutsidePopup: 0

        Theme:
        Platforms requested : gtk3,gnome,generic
        available : gtk3
        Styles requested : fusion,windows
        available : Windows,Fusion
        Icon theme : Mint-X, Adwaita from /home/bobwilliams/.icons,/usr/share/cinnamon/icons,/usr/share/icons,/usr/share/pixmaps
        System font : "Noto Sans" 13
        Native file dialog
        Native color dialog
        Native font dialog

        Fonts:
        General font : "Noto Sans" 13
        Fixed font : "monospace" 13
        Title font : "DejaVu Sans" 12
        Smallest font: "DejaVu Sans" 12

        Palette:
        WindowText: #ff000000
        Button: #ffefefef
        Light: #ffffffff
        Midlight: #ffcbcbcb
        Dark: #ff9f9f9f
        Mid: #ffb8b8b8
        Text: #ff000000
        BrightText: #ffffffff
        ButtonText: #ff000000
        Base: #ffffffff
        Window: #ffefefef
        Shadow: #ff767676
        Highlight: #ff308cc6
        HighlightedText: #ffffffff
        Link: #ff0000ff
        LinkVisited: #ffff00ff
        AlternateBase: #fff7f7f7
        NoRole: #ff000000
        ToolTipBase: #ffffffdc
        ToolTipText: #ff000000

        Screens: 1, High DPI scaling: inactive

        0 "DP2" Depth: 24 Primary: yes

        Manufacturer: Samsung Electric Company
        Model: SMS27A550H
        Serial number: 1513304132
        Geometry: 1920x1080+0+0 Available: 1920x1055+0+0
        Physical size: 598x336 mm Refresh: 60 Hz Power state: 0
        Physical DPI: 81.5518,81.6429 Logical DPI: 96,96.2526 Subpixel_None
        DevicePixelRatio: 1 Pixel density: 1
        Primary orientation: 2 Orientation: 2 Native orientation: 0 OrientationUpdateMask: 0

        LibGL Vendor: Intel Open Source Technology Center
        Renderer: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
        Version: 3.0 Mesa 11.2.0
        Shading language: 1.30
        Format: Version: 3.0 Profile: 0 Swap behavior: 0 Buffer size (RGB): 8,8,8
        Profile: None (QOpenGLFunctions_3_0)

        Plugin information:

        • Android 4.6.0
        • AutoTest 4.6.0
          AutotoolsProjectManager 4.6.0
          BareMetal 4.6.0
        • Bazaar 4.6.0
          Beautifier 4.6.0
        • BinEditor 4.6.0
        • Bookmarks 4.6.0
        • CMakeProjectManager 4.6.0
        • CVS 4.6.0
          ClangCodeModel 4.6.0
        • ClangStaticAnalyzer 4.6.0
        • ClassView 4.6.0
          ClearCase 4.6.0
        • CodePaster 4.6.0
        • Core 4.6.0
        • CppEditor 4.6.0
        • CppTools 4.6.0
        • Debugger 4.6.0
        • Designer 4.6.0
        • DiffEditor 4.6.0
          EmacsKeys 4.6.0
        • FakeVim 4.6.0
        • GLSLEditor 4.6.0
        • GenericProjectManager 4.6.0
        • Git 4.6.0
          HelloWorld 4.6.0
        • Help 4.6.0
        • ImageViewer 4.6.0
          Ios 4.6.0
        • Macros 4.6.0
        • Mercurial 4.6.0
        • ModelEditor 4.6.0
          Nim 4.6.0
        • Perforce 4.6.0
        • ProjectExplorer 4.6.0
        • PythonEditor 4.6.0
        • QbsProjectManager 4.6.0
        • QmakeAndroidSupport 4.6.0
        • QmakeProjectManager 4.6.0
        • QmlDesigner 4.6.0
        • QmlJSEditor 4.6.0
        • QmlJSTools 4.6.0
        • QmlProfiler 4.6.0
        • QmlProjectManager 4.6.0
        • Qnx 4.6.0
        • QtSupport 4.6.0
        • RemoteLinux 4.6.0
        • ResourceEditor 4.6.0
        • ScxmlEditor 4.6.0
          SilverSearcher 4.6.0
        • Subversion 4.6.0
        • TaskList 4.6.0
        • TextEditor 4.6.0
          Todo 4.6.0
        • UpdateInfo 4.6.0
        • Valgrind 4.6.0
        • VcsBase 4.6.0
        • Welcome 4.6.0
          WinRt 4.6.0

        Qt Creator 4.6.0
        Based on Qt 5.10.1 (GCC 5.3.1 20160406 (Red Hat 5.3.1-6), 64 bit)
        From revision 3ac2aa7bb5
        Built on Mar 27 2018 15:12:20

        {noformat}

        O 1 Reply Last reply
        0
        • O ofmrew

          @mrjj Say I input #in then include is shown as the auto-completion; however, when I add that type as a variable, say "QRectF br;" then QRectF is not shown in green. However, when I close the project and reopen it, it is in green.

          {noformat}
          Qt 5.10.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160406 (Red Hat 5.3.1-6)) on "xcb"
          OS: Ubuntu 16.04 LTS [linux version 4.4.0-21-generic]

          Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2 RTM HLE

          Environment:
          QT_ACCESSIBILITY="1"
          QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"
          QT_STYLE_OVERRIDE="gtk"

          Features: QT_NO_EXCEPTIONS

          Library info:
          PrefixPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt
          DocumentationPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/doc
          HeadersPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/include
          LibrariesPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/lib
          LibraryExecutablesPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/libexec
          BinariesPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/bin
          PluginsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/plugins
          ImportsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/imports
          Qml2ImportsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/qml
          ArchDataPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt
          DataPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt
          TranslationsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/translations
          ExamplesPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/examples
          TestsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt/tests
          SettingsPath: /home/bobwilliams/Qt/Tools/QtCreator/lib/Qt

          Standard paths [... denote writable entry]:
          DesktopLocation: "Desktop" /home/bobwilliams/Desktop
          DocumentsLocation: "Documents" /home/bobwilliams/Documents
          FontsLocation: "Fonts" /home/bobwilliams/.local/share/fonts /home/bobwilliams/.fonts
          ApplicationsLocation: "Applications" /home/bobwilliams/.local/share/applications /usr/share/cinnamon/applications /usr/share/gnome/applications /usr/local/share/applications /usr/share/applications /usr/share/mdm/applications
          MusicLocation: "Music" /home/bobwilliams/Music
          MoviesLocation: "Movies" /home/bobwilliams/Videos
          PicturesLocation: "Pictures" /home/bobwilliams/Pictures
          TempLocation: "Temporary Directory" /tmp
          HomeLocation: "Home" /home/bobwilliams
          AppLocalDataLocation: "Application Data" /home/bobwilliams/.local/share/QtProject/qtdiag /usr/share/cinnamon/QtProject/qtdiag /usr/share/gnome/QtProject/qtdiag /usr/local/share/QtProject/qtdiag /usr/share/QtProject/qtdiag /usr/share/mdm/QtProject/qtdiag
          CacheLocation: "Cache" /home/bobwilliams/.cache/QtProject/qtdiag
          GenericDataLocation: "Shared Data" /home/bobwilliams/.local/share /usr/share/cinnamon /usr/share/gnome /usr/local/share /usr/share /usr/share/mdm
          RuntimeLocation: "Runtime" /run/user/1000
          ConfigLocation: "Configuration" /home/bobwilliams/.config /etc/xdg/xdg-cinnamon /etc/xdg
          DownloadLocation: "Download" /home/bobwilliams/Downloads
          GenericCacheLocation: "Shared Cache" /home/bobwilliams/.cache
          GenericConfigLocation: "Shared Configuration" /home/bobwilliams/.config /etc/xdg/xdg-cinnamon /etc/xdg
          AppDataLocation: "Application Data" /home/bobwilliams/.local/share/QtProject/qtdiag /usr/share/cinnamon/QtProject/qtdiag /usr/share/gnome/QtProject/qtdiag /usr/local/share/QtProject/qtdiag /usr/share/QtProject/qtdiag /usr/share/mdm/QtProject/qtdiag
          AppConfigLocation: "Application Configuration" /home/bobwilliams/.config/QtProject/qtdiag /etc/xdg/xdg-cinnamon/QtProject/qtdiag /etc/xdg/QtProject/qtdiag

          File selectors (increasing order of precedence):
          en_US unix linux ubuntu

          Network:
          Using "OpenSSL 1.0.2g-fips 1 Mar 2016", version: 0x1000207f

          Platform capabilities: ThreadedPixmaps OpenGL WindowMasks MultipleWindows ForeignWindows NonFullScreenWindows NativeWidgets WindowManagement SyncState RasterGLSurface SwitchableWidgetComposition

          Style hints:
          mouseDoubleClickInterval: 400
          mousePressAndHoldInterval: 500
          startDragDistance: 8
          startDragTime: 500
          startDragVelocity: 0
          keyboardInputInterval: 400
          keyboardAutoRepeatRate: 30
          cursorFlashTime: 1200
          showIsFullScreen: 0
          showIsMaximized: 0
          passwordMaskDelay: 0
          passwordMaskCharacter: U+2022
          fontSmoothingGamma: 1.7
          useRtlExtensions: 0
          setFocusOnTouchRelease: 0
          tabFocusBehavior: Qt::TabFocusBehavior(TabFocusAllControls)
          singleClickActivation: 0

          Additional style hints (QPlatformIntegration):
          ReplayMousePressOutsidePopup: 0

          Theme:
          Platforms requested : gtk3,gnome,generic
          available : gtk3
          Styles requested : fusion,windows
          available : Windows,Fusion
          Icon theme : Mint-X, Adwaita from /home/bobwilliams/.icons,/usr/share/cinnamon/icons,/usr/share/icons,/usr/share/pixmaps
          System font : "Noto Sans" 13
          Native file dialog
          Native color dialog
          Native font dialog

          Fonts:
          General font : "Noto Sans" 13
          Fixed font : "monospace" 13
          Title font : "DejaVu Sans" 12
          Smallest font: "DejaVu Sans" 12

          Palette:
          WindowText: #ff000000
          Button: #ffefefef
          Light: #ffffffff
          Midlight: #ffcbcbcb
          Dark: #ff9f9f9f
          Mid: #ffb8b8b8
          Text: #ff000000
          BrightText: #ffffffff
          ButtonText: #ff000000
          Base: #ffffffff
          Window: #ffefefef
          Shadow: #ff767676
          Highlight: #ff308cc6
          HighlightedText: #ffffffff
          Link: #ff0000ff
          LinkVisited: #ffff00ff
          AlternateBase: #fff7f7f7
          NoRole: #ff000000
          ToolTipBase: #ffffffdc
          ToolTipText: #ff000000

          Screens: 1, High DPI scaling: inactive

          0 "DP2" Depth: 24 Primary: yes

          Manufacturer: Samsung Electric Company
          Model: SMS27A550H
          Serial number: 1513304132
          Geometry: 1920x1080+0+0 Available: 1920x1055+0+0
          Physical size: 598x336 mm Refresh: 60 Hz Power state: 0
          Physical DPI: 81.5518,81.6429 Logical DPI: 96,96.2526 Subpixel_None
          DevicePixelRatio: 1 Pixel density: 1
          Primary orientation: 2 Orientation: 2 Native orientation: 0 OrientationUpdateMask: 0

          LibGL Vendor: Intel Open Source Technology Center
          Renderer: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
          Version: 3.0 Mesa 11.2.0
          Shading language: 1.30
          Format: Version: 3.0 Profile: 0 Swap behavior: 0 Buffer size (RGB): 8,8,8
          Profile: None (QOpenGLFunctions_3_0)

          Plugin information:

          • Android 4.6.0
          • AutoTest 4.6.0
            AutotoolsProjectManager 4.6.0
            BareMetal 4.6.0
          • Bazaar 4.6.0
            Beautifier 4.6.0
          • BinEditor 4.6.0
          • Bookmarks 4.6.0
          • CMakeProjectManager 4.6.0
          • CVS 4.6.0
            ClangCodeModel 4.6.0
          • ClangStaticAnalyzer 4.6.0
          • ClassView 4.6.0
            ClearCase 4.6.0
          • CodePaster 4.6.0
          • Core 4.6.0
          • CppEditor 4.6.0
          • CppTools 4.6.0
          • Debugger 4.6.0
          • Designer 4.6.0
          • DiffEditor 4.6.0
            EmacsKeys 4.6.0
          • FakeVim 4.6.0
          • GLSLEditor 4.6.0
          • GenericProjectManager 4.6.0
          • Git 4.6.0
            HelloWorld 4.6.0
          • Help 4.6.0
          • ImageViewer 4.6.0
            Ios 4.6.0
          • Macros 4.6.0
          • Mercurial 4.6.0
          • ModelEditor 4.6.0
            Nim 4.6.0
          • Perforce 4.6.0
          • ProjectExplorer 4.6.0
          • PythonEditor 4.6.0
          • QbsProjectManager 4.6.0
          • QmakeAndroidSupport 4.6.0
          • QmakeProjectManager 4.6.0
          • QmlDesigner 4.6.0
          • QmlJSEditor 4.6.0
          • QmlJSTools 4.6.0
          • QmlProfiler 4.6.0
          • QmlProjectManager 4.6.0
          • Qnx 4.6.0
          • QtSupport 4.6.0
          • RemoteLinux 4.6.0
          • ResourceEditor 4.6.0
          • ScxmlEditor 4.6.0
            SilverSearcher 4.6.0
          • Subversion 4.6.0
          • TaskList 4.6.0
          • TextEditor 4.6.0
            Todo 4.6.0
          • UpdateInfo 4.6.0
          • Valgrind 4.6.0
          • VcsBase 4.6.0
          • Welcome 4.6.0
            WinRt 4.6.0

          Qt Creator 4.6.0
          Based on Qt 5.10.1 (GCC 5.3.1 20160406 (Red Hat 5.3.1-6), 64 bit)
          From revision 3ac2aa7bb5
          Built on Mar 27 2018 15:12:20

          {noformat}

          O Offline
          O Offline
          ofmrew
          wrote on last edited by
          #4

          @ofmrew Apparently, if you save the project this problem goes away!

          mrjjM 1 Reply Last reply
          0
          • O ofmrew

            @ofmrew Apparently, if you save the project this problem goes away!

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

            @ofmrew
            Hi, i tried to reproduce it on some system but
            it could guess right away.

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

              Hi
              I have seen others reports about auto completion for 4.6
              So there might be something. (regression)

              O 1 Reply Last reply
              0
              • mrjjM mrjj

                Hi
                I have seen others reports about auto completion for 4.6
                So there might be something. (regression)

                O Offline
                O Offline
                ofmrew
                wrote on last edited by
                #7

                @mrjj It is strange as it only happens with a new project. Try creating a project and then add a new class. In the new class add some includes and use the type defined by the includes in the h file. Also, I am using the latest version of Qt.

                O 1 Reply Last reply
                0
                • O ofmrew

                  @mrjj It is strange as it only happens with a new project. Try creating a project and then add a new class. In the new class add some includes and use the type defined by the includes in the h file. Also, I am using the latest version of Qt.

                  O Offline
                  O Offline
                  ofmrew
                  wrote on last edited by
                  #8

                  @ofmrew It would seems that only my Linux Mint system has the problem, as I tried it on my Win10 system and it worked fine.

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

                    I also updated my win 10 box and could not
                    reproduce it. (with QTC 4.6)

                    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