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
  • IFW 3.1.1 developer setup questions

    Solved
    1
    0 Votes
    1 Posts
    184 Views
    No one has replied
  • 0 Votes
    2 Posts
    452 Views
    jsulmJ
    @SoheilSabz If you're creating a plug-in for designer then you need to copy the final plug-in library to the same location where other designer plug--ins are. Also, you have to use same Qt version which was used to build your version of designer.
  • error: cannot find -lc++ | error during compilation on android

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    BondrusiekB
    @levolex Thank you for link. Now, It works.
  • expanding QPlainTextEdit boxes in QTabWidgets

    Solved designer qtabwidget qplaintextedit
    10
    0 Votes
    10 Posts
    2k Views
    SGaistS
    Usually, it's the bigger widget added that sets the overall size of the QTabWidget.
  • QT insert widget inside Mainwindows by using QDesignerCustomWidgetInterface

    Unsolved
    2
    0 Votes
    2 Posts
    409 Views
    SGaistS
    Hi, Your MainWindow inherits from QObject and not from QWidget nor QMainWindow for that matter. That's your current issue.
  • CTRL+Click behaviour of QtCreator

    Unsolved
    4
    0 Votes
    4 Posts
    673 Views
    Pradeep P NP
    @alex1 I did face same issue, but as @J-Hilk restarting the Qt Creator / PC worked for me.
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    9 Views
  • Issues Building Static Qt

    Solved
    19
    0 Votes
    19 Posts
    5k Views
    mzimmersM
    UPDATE: I got the configure (and make/make install) to run successfully. On a suggestion from the person handling the bug case I opened, I deleted my existing source base and re-extracted it. I then created a subdirectory for the build, went into that subdirectory and issued this command: ..\configure -prefix C:\QtStatic\qt-everywhere-src-5.12.3 -platform win32-g++ -static -static-runtime -opengl desktop -nomake examples -nomake tests -recheck-all Then ran mingw32-make. Both the wiki page on this topic, and the powershell script it references, are flawed. And the build process is a bit fragile: even by creating and using a shadow build, I somehow corrupted my source, causing the OpenGL red herring that was driving me crazy. A fresh extraction was the key, but a couple other points: do use the -platform switch when running configure -static and -static-runtime are both needed when in doubt, use the -recheck-all switch Anyway, this hopefully closes out this nasty little chapter. Thanks to all involved; I'll be back eventually with some follow-up questions on creating standalone apps.
  • qt designstudio community

    Unsolved
    2
    0 Votes
    2 Posts
    409 Views
    B
    No, the importer for the Bridges is only in the Commercial Edition of Design Studio.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    3
    0 Votes
    3 Posts
    24 Views
  • How to hide this F1?

    Solved qtcreator 4.9.1
    4
    0 Votes
    4 Posts
    864 Views
    aha_1980A
    @Melie Thank you, I apologize for the time spent, I did not think that at least someone will answer. I will stay on 4.7.2 until there are adequate solutions. If that is important for you, plesse report it on bugreports.qt.io Otherwise it will stay like this forever. Regards
  • Can I get a try for design studio with a Open Source user?

    Solved
    3
    0 Votes
    3 Posts
    367 Views
    T
    You can download the community version of Qt Design Studio from here: https://download.qt.io/official_releases/qtdesignstudio/1.2.0/ It is missing the 'bridges' for Photoshop and Sketch.
  • Hide non source files from the Qt Creator (4.8) file system view

    Unsolved
    1
    0 Votes
    1 Posts
    413 Views
    No one has replied
  • Preventing the creator from auto switching to designer view

    Unsolved
    3
    0 Votes
    3 Posts
    622 Views
    A
    @sierdzio That did it. Thanks
  • QAudioOutput infinite loop

    4
    0 Votes
    4 Posts
    2k Views
    B
    Hi, My solution, reimplement QBuffer::read(): https://github.com/alphaonex86/CatchChallenger/blob/master/client/base/QInfiniteBuffer.cpp https://github.com/alphaonex86/CatchChallenger/blob/master/client/base/QInfiniteBuffer.h Work well to do an audio loop. Cheers,
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Adjusting splitter position in debugging views of QtCreator

    Unsolved
    3
    0 Votes
    3 Posts
    437 Views
    aha_1980A
    @tkansgar there have been several issues recently but this sounds like https://bugreports.qt.io/browse/QTCREATORBUG-22552 that should be fixed for 4.10. Beta release is expected soon.
  • i need help to make a frequency detector with qaudioinput

    Unsolved
    3
    0 Votes
    3 Posts
    439 Views
    D
    i want to get the microphone audio frequency and convert it into a label
  • MAC development environment

    Unsolved
    3
    0 Votes
    3 Posts
    400 Views
    C
    Thanks SGaist, That gives me a starting point. Clive