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
  • Qt Creator only allows one state

    2
    0 Votes
    2 Posts
    770 Views
    T
    If the root item is a Window or ApplicationWindow then states are disabled, because those elements do not have any states.
  • Javascript documentation integration for Qt Creator

    1
    0 Votes
    1 Posts
    526 Views
    No one has replied
  • [SOLVED] How to setup autocomplete when using different compiler

    1
    0 Votes
    1 Posts
    670 Views
    No one has replied
  • Info about QT Installer Framework, how to build ?

    3
    0 Votes
    3 Posts
    1k Views
    M
    As SGaist already mentioned, that configure command is part of the Qt sources and accordingly the command line you quoted is for building Qt before building the Qt Installer Framework. That being said, Version 1.3 of the Qt Installer framework is not exactly the newest and you might find that newer versions require newer Qt versions built with different configure parameters. For example, the latest git clone i tried needed a Qt >= 5.3.0 AND that Qt had to be explicitely configured with -developer-build so as to export a couple classes (e.g. QFSFileEngine) that are private since Qt5
  • [solved] Qt Bundle for 4.4?

    7
    0 Votes
    7 Posts
    2k Views
    D
    I erased the .pro.user, cleaned the project, and then started compiling. Thanks for your help! Switching it to Solved
  • Differences between Qt MSVC 64bit/32bit and MINGW 32bit?

    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, MinGW 32bit only build 32bit applications. But you also have 64 bit versions if you need. 64-32 bit differences is mainly the type of OS you'll be able to run on. 32bit applications runs on both 32 and 64 bit windows versions. You can't freely mix libraries built with MSVC and MinGW. Nothing wrong with using MSVC2013, the only hassle is that you have to install it separately. Hope it helps
  • Cannot switch between header/source using F4 in Qt-Creator

    7
    0 Votes
    7 Posts
    6k Views
    M
    I had this issue, and for me the problem was my new keyboard with the F-lock feature. http://compusavvy.wordpress.com/2010/01/16/function-keys-acting-funky-suspect-an-f-lock-keyboard/
  • QBS Thirdparty

    1
    0 Votes
    1 Posts
    627 Views
    No one has replied
  • 0 Votes
    1 Posts
    612 Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • [SOLVED] MOC very slow on WIndows in Qt 5.3.1

    10
    0 Votes
    10 Posts
    4k Views
    D
    Thank you JKSH. I recently moved to Git from an old CVS system. We will do as you suggest and keep a local copy on each VM. I will also get onto the interest mailing list. Thanks again, Dan
  • Creating plugins for QT Creator

    3
    0 Votes
    3 Posts
    2k Views
    hskoglundH
    Hi, when you want to compile your plugin, you need (in you .pro file) to point out where the sources and binaries for the target QtCreator are. This is needed for a successful compilation of your plugin. (And that's why you need first to compile QtCreator itself. I.e. you don't really need the app, just some other files). Also building in debug mode is not recommended, both QtCreator and your plugin should be compiled in Release mode. Once you have the .dll for you plugin, you can copy it to any Qt installation (along with the .pluginspec file). When QtCreator starts and loads the plugins, it checks that the plugins are built against the same version, right now it's 3.2.1. This is to make sure the shared data structures are intact across DLL boundaries etc. Last year I built a plugin for "Wordstar emulation":https://github.com/tungware/GeezerEditQt it works fine on Windows, Mac and Linux, but I have to recompile it (and QtCreator) when there's a new Qt release :-(
  • QtCreator 3.12 Vim autocompletion seems to be broken

    5
    0 Votes
    5 Posts
    2k Views
    A
    This is a problem with ibus on Ubuntu 14.04, see https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1278569 Disabling ibus cures the problem.
  • Can not able to debugg example project in Qt Creator 3.1.2 (opensource)

    3
    0 Votes
    3 Posts
    917 Views
    A
    Are you aware that the "snap" that you meant to "attach" is a URL pointing to some place on your local filesystem?
  • Error compiling Qt Creator 3.2.0

    2
    0 Votes
    2 Posts
    1k Views
    A
    Use a contemporary compiler. According to http://lists.qt-project.org/pipermail/qt-creator/2014-March/003417.html the required minimum to compile anything from the 3.2 branch is VS 2010, g++ 4.5 and clang 3.1.
  • Representation of std::shared_ptr in qtcreator debugger

    5
    0 Votes
    5 Posts
    2k Views
    A
    Please file a proper bug report and attach the debugger log (contents of right pane of Windows->Views->Debugger Log). Without access to any details my best guess is that you selected "Load system GDB pretty printers" in the Debugger options. Switch that off to use Creator's own pretty printing.
  • QBS: copy a file before building

    1
    0 Votes
    1 Posts
    706 Views
    No one has replied
  • Console in my Qt designer project?

    5
    0 Votes
    5 Posts
    1k Views
    E
    How I can put an interface into another interface? I need to put an exe inside an interface, ie, I need to run within the same interface, and not run in a separate window sorry, my english is bad, I'm starting to desperate jejejejejejeee
  • Can't build Qt 5.1 (cross-compiling Android) for Mac

    4
    0 Votes
    4 Posts
    3k Views
    T
    adding -android-ndk-platform android-19 (android-19 being an installed platforms in you android-ndk/platforms folder) solved this issue for me. it seems the default ndk-platform used is no longer supplied with current editions of the android ndk for mac os x
  • 0 Votes
    4 Posts
    2k Views
    K
    Hi qlands, I have same problem and tried to do as you said but didn't find anywhere to import files in a new project. Could you tell exactly how it can be done? Is it possible that I missed the ".config" file for Win OS? Klara