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.3k Posts
  • Solved : Problems using QGLWidget as base to promote to own class

    5
    0 Votes
    5 Posts
    2k Views
    EddyE
    Thanks for confirming your findings to the forum happy coding!
  • Installer Framework Check for 64bit environment

    1
    0 Votes
    1 Posts
    472 Views
    No one has replied
  • Generating ui-header files in QModbus V0.2.0 project

    1
    0 Votes
    1 Posts
    782 Views
    No one has replied
  • Qt Creator: Where's the Resource Browser?

    20
    0 Votes
    20 Posts
    48k Views
    F
    What the hell! Same problem here, why are they separated?? If I run Qt Designer stand alone I have the Resource Browser window, but inside Qt Creator not. Is very annoying and I think that demonGeek have an essential question: why are separated? It could be very useful have same functionality inside Qt Creator. Why is missing? Thanks in advance
  • Refactor to new file

    2
    0 Votes
    2 Posts
    691 Views
    T
    If you want a separate implementation file for each function, that's probably not possible.
  • Att: Qt Engineers - No Visual Studio for Qt

    6
    0 Votes
    6 Posts
    4k Views
    hskoglundH
    Hi, indeed if you google you can see others also have this problem. I checked the script again in vcvarsx86_amd64.bat. Ok, your registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\SxS\VS7 is good, but can you also check for two others if they exist? HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\SxS\VS7 and HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\SxS\VS7 If they exist, they could block the script from seeing the correct one.
  • Qt linguist problem with utf8 accent (qml and c++)

    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, Did you check the "bug report system":http://bugreports.qt-project.org to see whether it's something known ?
  • QT Installer Framework embedded archive files

    2
    0 Votes
    2 Posts
    1k Views
    D
    I ended up modifying the source of the installer where it determines if a file is a directory or an archived file and checking for a .exe extension if it's in a Windows OS. Solved the problem, don't know if there's a better way, but it's a way.
  • Qt Creator not showing errors properly in "Issues" Pane

    7
    0 Votes
    7 Posts
    5k Views
    SGaistS
    It means that they add a the compiler flag -fno-color-diagnostic in their project file. Something like: @QMAKE_CXXFLAGS += -fno-color-diagnostic@
  • How to Connect Qt Ui to QML

    2
    0 Votes
    2 Posts
    2k Views
    X
    what exactly do you want to connect to QML? single button clicks form the widget UI or something like that would be not that easy but you should be able to start a QML window from a UI widgets or vise versa but accessing the items of the component can of course be archived from c++ in both cases..
  • 1 Votes
    1 Posts
    2k Views
    No one has replied
  • [Solved]How do I add libraries using QT Creator?

    6
    0 Votes
    6 Posts
    1k Views
    D
    oh sorry about that... I was thinking that it was probably such a basic question that others would think it was stupid and a waste of time to read.
  • QToolBox title direction

    1
    0 Votes
    1 Posts
    529 Views
    No one has replied
  • How to link label with push Button

    7
    0 Votes
    7 Posts
    3k Views
    IamSumitI
    Hello Debjani.. If you did it successfully then update this thread as SOLVED before the title. Thanks.
  • Qt Creator - One-click to open file instead of double-click

    2
    0 Votes
    2 Posts
    2k Views
    hskoglundH
    I also want to single click, but note: you only need the double-clicks in the Projects window. So I usually open all the .cpp and .h files I need in advance, then I split the sidebar, and select Open Documents in the other window. And in the Open Documents window you can use single-clicks :-)
  • Possible to replace the installers' icon?

    3
    0 Votes
    3 Posts
    1k Views
    D
    for the registry keys, you can add an operation for GlobalConfig in the install script. component.addOperation("GlobalConfig","HKEY_LOCAL_MACHINE\SOFTWARE\MYCOMPANY\MYAPP","TESTKEY","42");
  • Qmake custom compilers: how to process generated header files with moc

    4
    0 Votes
    4 Posts
    4k Views
    Z
    Thanks for response, I did not have no more success with this. I'm still searching for a solution.
  • QlistWidget and python3.3.4

    1
    0 Votes
    1 Posts
    609 Views
    No one has replied
  • 0 Votes
    3 Posts
    2k Views
    L
    Update: I think I could verify two bugs in Doxygen. I posted them here https://sourceforge.net/p/doxygen/discussion/130996/thread/f30fd882/ and here https://sourceforge.net/p/doxygen/discussion/130996/thread/f30fd882/ . In the latter link, I explained how to fix this problem manually... So it's not a problem of Qt Assistant per se.
  • Automated static analysis of QML/JS

    1
    1 Votes
    1 Posts
    1k Views
    No one has replied