Skip to content

Qt Creator and other tools

Have a question about Qt Creator, our cross-platform IDE, or any of the other tools? Ask here!
7.6k Topics 35.5k Posts
  • Qt pure c++ adding imgui

    Moved Solved
    9
    0 Votes
    9 Posts
    2k Views
    E
    @SGaist LIBS += -lglu32 -lgdi32 -lshell32 -limm32 Works for me, thanks
  • implementing Beautifier plug-in - error

    Moved Unsolved
    1
    0 Votes
    1 Posts
    258 Views
    No one has replied
  • DESTDIR for libraries on linux

    Solved destdir ubuntu 16.04
    4
    0 Votes
    4 Posts
    854 Views
    SGaistS
    Indeed, it's usually better to have git in between these two.
  • How to idetify the error source when "The program has unexpectedly finished." ?

    Unsolved
    2
    0 Votes
    2 Posts
    226 Views
    mrjjM
    Hi -Can compiler / linker be optioned to provide more info , at least getting into a ball-park of the error ? The call stack panel in Creator shows all the last stuff it was doing. That often gives a hint on what it did before the crash. https://doc.qt.io/qtcreator/creator-debug-mode.html [image: qtcreator-debugger-views.png] I am simply "stepping thru " break points, but that is pretty tedious. Yes its boring. but sometimes needed to find the exact spot for the crash.
  • Find implementation controls

    Unsolved
    2
    0 Votes
    2 Posts
    284 Views
    jsulmJ
    @qiqiJin Looks like https://doc.qt.io/qt-5/qtabwidget.html
  • QDesigner "...dragged (widgets) between forms.**

    Unsolved
    1
    0 Votes
    1 Posts
    176 Views
    No one has replied
  • Installing latest Qt creator on Ubuntu 16.04

    Solved ubuntu 16.04 qt creator
    6
    0 Votes
    6 Posts
    1k Views
    K
    Qt creator seems to work. Therefore I am not worrying about the statistic plugin message.
  • Unable to compile Qt+visualGDB+openCV

    Unsolved
    12
    0 Votes
    12 Posts
    1k Views
    A
    @mrjj yes OpenCV2Demo works on BB through visualGDB considering these configs.... Debug settings---> Executable arguments---> /home/debian/Downloads/Lena.png (as suggested in post) Uncheck 'custom working directory' (as suggested in post) After save and run, it notify for this message... (I check 'Yes') [image: 4c28e8bc-5bd4-4227-a233-ccbb20679671.png] Error: [image: 3f25bda3-dabf-4b06-9099-9831666c5dfa.png] After save and run, it notify for this message... (I check 'No') I get the Lena.png as display (good!) Also, when I direct run ./OpenCV2Demo directly on BB, it gives me error as.... [image: e46314bb-0975-4726-9c41-ecac658471a2.png] Please suggest~ Thanks.
  • How to Install OpenSSL ToolKit using Qt MaintenanceTool on Windows 10

    Unsolved
    2
    0 Votes
    2 Posts
    5k Views
    JKSHJ
    @yuva said in How to Install OpenSSL ToolKit using Qt MaintenanceTool on Windows 10: I am using 5.11.2 Qt Qt 5.11 depends on OpenSSL 1.0.2. That is incompatible with OpenSSL 1.1.x. Furthermore, Qt 5.11 and OpenSSL 1.0 have both reached end-of-life. Please upgrade to Qt 5.12.11 at least. installed OpenSSL using MaintenanceTool which I am not able to find it When installing your newer version of Qt, select Qt > Developer and Designer Tools > OpenSSL 1.1.x Toolkit
  • QDesigner questions

    Unsolved
    1
    0 Votes
    1 Posts
    186 Views
    No one has replied
  • How to know Which line when “index out of range"?

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    J
    @jsulm Tks....
  • Use Qt Remote Objects in Visual Studio (with qt plugin)

    Solved
    2
    0 Votes
    2 Posts
    238 Views
    FalsinSoftF
    To reply to my own request for all is interested the Qt Remote Objects field in project settings show up only if a .rep file is added to the project.
  • Make options for debugging

    6
    0 Votes
    6 Posts
    8k Views
    SprezzaturaS
    If you're using MS Visual Studio, it's QMAKE_LFLAGS += /MAP:myProject.map in the .PRO file
  • Find problem

    Moved Solved
    3
    0 Votes
    3 Posts
    330 Views
    SPlattenS
    @sierdzio Ctrl+F doesn't but Ctrl+Shift+F does work, thank you.
  • QT Creator / qmake project organization question

    Solved
    5
    0 Votes
    5 Posts
    486 Views
    D
    Dear all, @SGaist said in QT Creator / qmake project organization question: do not forget to use PRE_TARGETDEPS when linking to your static libraries. I suppose this is a typical newbie problem. Not all things are done automagically :-) Of course I had not specified this variable and after adding it the problem was solved. Thanks again for your help. Kind regards, Ralf
  • Run Qt project as root

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    D
    Ok then, thank you for this clarification. I will follow your advice.
  • Is there a way to import from Adobe XD?

    Solved
    2
    0 Votes
    2 Posts
    257 Views
    SGaistS
    Hi and welcome to devnet, From the looks of it, there's work in progress about it. See QDS-2166 and the related tickets.
  • Using Creator/Design Studio under WSL2?

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    mzimmersM
    Well, I got it working...Windows kept fooling me because it likes to hide startup files in about a million different places, but it ultimately came down to a mis-configured startup file for VcXsrv. The details: mzimmers@mzimmers-home:~$ glxinfo -B name of display: 172.27.32.1:0.0 display: 172.27.32.1:0 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer): Vendor: Mesa/X.org (0xffffffff) Device: llvmpipe (LLVM 12.0.0, 256 bits) (0xffffffff) Version: 21.0.3 Accelerated: no Video memory: 25543MB Unified memory: no Preferred profile: core (0x1) Max core profile version: 4.5 Max compat profile version: 3.1 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.2 OpenGL vendor string: Mesa/X.org OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits) OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.0.3 - kisak-mesa PPA OpenGL core profile shading language version string: 4.50 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL version string: 3.1 Mesa 21.0.3 - kisak-mesa PPA OpenGL shading language version string: 1.40 OpenGL context flags: (none) OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.0.3 - kisak-mesa PPA OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 Of note from a forum I asked on: The hardware (including the GPU) is virtualised. So the Linux video drivers can’t access the GPU directly as in a standard Linux installation; they have to use the virtual GPU provided by WSL, and I don’t think that supports OpenGL at present. In which case, you’re limited to the llvmpipe driver, which uses the CPU for rendering. There is some work being done on providing OpenGL support atop DirectX for WSL, but I believe that’s still work in progress. It appears that he's right about needing llvmpipe, since that appears in my info dump above. So, anyway, glxgears runs right now, and so does cube. Thanks for all the suggestions; hopefully someone else will find this useful.
  • Error message just showing question marks.

    Solved qtcreator
    4
    0 Votes
    4 Posts
    807 Views
    M
    Ok it was resolved. I don't know why exactly. Error message showing as normal string at debug mode.
  • Force Qt Creator to use imported fonts and enable font chain

    Unsolved
    1
    0 Votes
    1 Posts
    166 Views
    No one has replied