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
  • Visual Studio can compile but can't link Qt references

    Solved
    3
    0 Votes
    3 Posts
    335 Views
    A
    @Christian-Ehrlicher Thank you for quick response! I changed the app to x64 and all Qt reference errors was resolved.
  • Qt Creator 7.0.0 symbol sort order

    Unsolved
    3
    0 Votes
    3 Posts
    600 Views
    C
    Thanks. The behavior you describe is what I expected. Looks like a bug. Update: I submitted a bug report. This has been fixed for QtCreator 8. Thanks Qt team for the fast response.
  • 0 Votes
    2 Posts
    247 Views
    Z
    Using IME (Chinese, Japanese etc.), when writing capital letters by holding Shift, after Shift is released, the input gets dropped. Video captured by OP: https://youtu.be/nKCKWnFdFe8 I can also reproduce this issue on my machine running Windows 11: https://youtu.be/CJuRlZN7m6o
  • No default repositories in Maintenance Tool

    20
    0 Votes
    20 Posts
    85k Views
    JKSHJ
    @jondoe420 said in No default repositories in Maintenance Tool: In 2022 the maintenance tool still doesn't come with repositories. It does for me. How did you install Qt? The MaintenanceTool repositories are for the Online installers, not the Offline installers.
  • Column Selection, Qt Creator 6/7

    Moved Unsolved
    1
    0 Votes
    1 Posts
    202 Views
    No one has replied
  • Qt Design Studio - Qt Bridge for Figma

    Solved
    18
    1 Votes
    18 Posts
    3k Views
    JKSHJ
    @Andy75 said in Qt Design Studio - Qt Bridge for Figma: I am using Qt Design Studio 2.3.1 for some reason Qt Online installer will not install higher even though in my account Downloads list it shows 3.2.0 in the dropdown? Previously, there was only 1 level of the Qt Design Studio (DS) commercial license. However, there is now a differentiation between Qt DS Professional and Qt DS Enterprise: https://www.qt.io/blog/simplifying-the-commercial-licensing-portfolio Qt Bridge 3.x and newer are only available under Qt DS Enterprise, so it sounds like you have a Professional license. A pop-up dialog does not appear when I click "Export"? Sounds like a bug. Contact Qt Support.
  • Qt Creator multiple line indentation broken

    Unsolved
    5
    0 Votes
    5 Posts
    688 Views
    J
    @J-Hilk You're right. I didn't notice it because I never select whole lines when indenting. I'm adding that to the bug report, maybe it'll help
  • 0 Votes
    4 Posts
    753 Views
    S
    @tscmga I have the same problem.It has bothered me for several days.But I still don't understand your solutions
  • Qt Installer Framework takes long time to build

    Unsolved
    5
    0 Votes
    5 Posts
    466 Views
    A
    @JonB said in Qt Installer Framework takes long time to build: installer-creator Thanks for the quick reply. I am using windows prebuilt binaries. They are 32bit (says x86 in the name). My computer is Windows 10 64bit. I have an SSD. I will try compression 0 switch
  • [qtcreator] add implementation - for many or all items

    Moved Solved
    4
    0 Votes
    4 Posts
    642 Views
    sierdzioS
    Yes, upgrade to a newer one then.
  • Qt Creator cannot launch in ubuntu16.04

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    jsulmJ
    @JoaoWang Did you try what was suggested in this thread? ./qtcreator -noload all
  • Qt Designer plugin error

    Solved
    3
    0 Votes
    3 Posts
    407 Views
    Q
    This is the culprit: displayname="MyLabel"><widget class="Mylabel" name="Mylabel" Thanks. That does it! I have fixed the caps missmatch.
  • Qt Creator & third party CAD API libraries

    Moved Unsolved
    12
    0 Votes
    12 Posts
    1k Views
    jsulmJ
    @alphawell said in Qt Creator & third party CAD API libraries: and I'm not aware of any official obligations of compatibility of this SDK with Visual Studi Then you should clarify this first. Maybe this SDK does not support Visual C++.
  • GRPC helloworld server "undefined references"

    Unsolved grpc server c++11
    8
    0 Votes
    8 Posts
    3k Views
    N
    Nevermind ! It worked !!!!!!! Thank you !!!
  • Why Qt creator expression evaluator shows 2 values for 1 variable?

    Solved
    3
    0 Votes
    3 Posts
    264 Views
    S
    @Christian-Ehrlicher Thank you very much, you resolved my question perfectly
  • Qt Creator 7 doesn't start on Ubuntu 18.04

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    A
    Thanks for the info!
  • Qt online installer can't access mirrors.

    Solved
    3
    0 Votes
    3 Posts
    7k Views
    J
    @JKSH Thanks for your response. This was the correct answer: ./qt-unified-linux-x64-4.3.0-1-online.run --mirror https://mirrors.ocf.berkeley.edu/qt I needed to ensure that I was using the linux_x64 variant of the mirrors: https://download.qt.io/online/qtsdkrepository/linux_x64/root/qt/Updates.xml.mirrorlist I imagine the generic formula would be: https://download.qt.io/online/qtsdkrepository/<HOST MACHINE>/root/qt/Updates.xml.mirrorlist I appreciate your help!
  • QTIFW - How to update maintenancetool.exe?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    A
    @ndejohn Hi, We recently added a documentation section about providing updates to the maintenance tool. You can already check it from the online doc snapshot: https://doc-snapshots.qt.io/qtifw-master/ifw-updates.html#promoting-updates-for-the-maintenance-tool. Hope this helps!
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    48 Views
  • Is there a classical project managment somwhere on qt creator

    Unsolved
    5
    0 Votes
    5 Posts
    496 Views
    J
    @cristian-adam Thanks for this , Ok i have foud how to add a folder to a project and yes , we need to edit the pro by hand , but what ? qt creator support sub folder project on project view and we can't simply use this basic feature ? to add a subfolder, i pass to file view , i create a folder. on the file system i copy paste the .h and .cpp in the new folder and on the pro file i wrote : SOURCES += [back slash] ... few lines ... [back slash] foldername/files.cpp an same things for headers and my personal list to the minimum feture that must be already there : add a multi selection feature add a create / delete folder on project view add drag and drop from file or list of file into subfolders and drag and drop from external file explorer add a hide Forms Group, like sources and headers and update automatically 1- the pro to folow the changes mades on the tree views 2- the local #includes to make the project compiling honestly i d'ont understant the utility of the file view, if the project view is corectly made we d'ont need a file view