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
  • Moc issue with osX/iOs application

    Unsolved
    18
    0 Votes
    18 Posts
    5k Views
    N
    Thank a lot for the answer. I'll try as soon I can.
  • QtCreator automatically changes button text from "double" to "doub&le" etc.

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    jsulmJ
    @J0J0 said in QtCreator automatically changes button text from "double" to "doub&le" etc.: Can I install the new version in my HOME? I'd highly prefer to do it as USER and avoid the need to be ROOT to install a software. Yes, you can - just use the online installer, per default it installs it in home directory. "Can I use the new version and the old version in parallel, and switch back to the older one?" - yes you can. You can have as many Qt versions as you like/need.
  • Where to download qt3dstudio installer?

    3
    0 Votes
    3 Posts
    709 Views
    small_birdS
    @jsulm Thanks a lot, It works!
  • QT3Dstudio

    Locked Solved
    2
    0 Votes
    2 Posts
    848 Views
    F
    Hi, I found the problem. in the build instruction they say: Download precompiled boost binaries from www.boost.org and extract them to: <path to repo root>/src/3rdparty/boost/1.65.0 in fact, studio need the boost_1_65_0-msvc-14.0-64 version. It have to be install with changing directory to <path to repo root>/src/3rdparty/boost/1.65.0 After that, following the commonplatform.pri file, I saw the the boost dir was BOOSTDIR = $$THIRDPARTY_DIR/boost/1.65.0/msvc14/lib64 but it's not what we have inside boost installation, we have to create new folder called msvc14 and rename the folder who contain libboost_signals-vc140-mt-gd-1_65 to "lib64" and move this rename folder inside the msvc14 folder. The other way is to change the bootdir in pri files but same libs are called many time, that why I make choice to change boost folder structure
  • Qt Creator: broken touch scrolling

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    M
    It was already reported as suggestion in 2014 https://bugreports.qt.io/browse/QTBUG-40461 and there is also a page on Wiki about this behavior https://wiki.qt.io/ScrollGestures
  • It's possible to create a fully dynamic component list?

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    A
    @dcbasso Bummer. Thanks for reporting back though for other people. :)
  • 1 Votes
    3 Posts
    2k Views
    H
    I wonder if you ever found an answer to this issue ? I have a similar requirement, in that I want to create an online installer that works both ways. It needs to be able to be run in "download-only" mode (no installation, just download the repo). Then my client's IT dept can have a copy of the repo to put on their server, and their users (some of whom don't have internet access) can do a local installation from their local repo. It seems that most of the functionality exists: The offline installer will create a local repo if asked to (CreateLocalRepository in config.xml). This could then be relocated to their server. The online installer can be forced to act like an offline installer by pointing it the local repo. What I can't seem to do is combine 1 and 2 in the same installer. I could create both an offline and an online installer (one for client's IT and one for their users), except that I cannot package all components into the offline installer because some are licensed, and the client should only have access to the components that they have a licence for.
  • Qt5LinguistToolsConfig.cmake doesn't exist...

    Solved
    7
    0 Votes
    7 Posts
    5k Views
    M
    @SGaist said in Qt5LinguistToolsConfig.cmake doesn't exist...: The -nomake examples option should have no influence in the matter. I'm never building with the examples and the linguist related cmake files are generated properly. That is the strangest thing, then. I compiled QT5.9.1 and 5.9.2 several times, and that was the ONLY thing that made the difference.
  • problems with Matlab matcreat example on a linux system

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    E
    both should be compiled with the gcc compiler... the directory contains the shared libraries e.g.: libmat.so
  • QtCreator clang static analyzer on windows

    Unsolved
    1
    0 Votes
    1 Posts
    702 Views
    No one has replied
  • Debugger doesn't hit breakpoints

    Moved Unsolved creator debugger
    9
    0 Votes
    9 Posts
    7k Views
    D
    gcc: gcc version 6.4.0 20170820 (Debian 6.4.0-4) gdb: GNU gdb 7.11.1 Program code: #include <iostream> using namespace std; int main() { cout << "Hello World!" << endl; return 0; }
  • QtCreator: Project fails to build after renaming an object.

    Unsolved
    9
    0 Votes
    9 Posts
    4k Views
    aha_1980A
    @J0J0 said in QtCreator: Project fails to build after renaming an object.: I was never in the embarrising situation of asking friends to "vote for a bug" to get it fixed... Well, who will fix a bug he is not aware of? So we have to report them for sure. All this worked like a charm and the GUI was much more intuitive. The problem in Creator is, that the Widget Designer is in fact a separate program which Creator embeds. This leads to several small problems, like the ones you encounter. But honestly: How often do you rename a button. And I can compare Creator with C++ Builder (6.0), because I'm using both. But I try to avoid using C++ Builder as it is really a pain to work with once you had something much better.
  • Qt Installer Framework Turkish Language Support

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    CKurduC
    I copied qt_en.qm and pasted into the SDK translation directory as qt_tr.qm. Command worked. So I think I also need qt SDK translation.
  • Qt Creator : Failed build after update to xcode 9 GM

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    Q
    example of code you must insert in your .pro, replace 10.13 by whatever version you want... macx { QMAKE_MAC_SDK = macosx10.13 QMAKE_MAC_SDK_PATH = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk" }
  • 0 Votes
    11 Posts
    2k Views
    DiracsbracketD
    @jsulm Well... only half innocent. This repo selection is not part of the installer, so, I still hold Qt 50% responsible. Also, why don't they host this tool on their own servers? I hope using the JAIST repository will help me out. Update: getting 1.6MB/s download from the installer after choosing the JAIST repo, where I got max. 150kB/s or so before... This tool should be made more visible on the official Qt webpages, since the functionality it provides is still not available in the official installer. Update 2: Well.. it still takes a lot of time... as 1.6MB/s alternates with periods of a few tens of kB/s...
  • Configure Uninstall using QTIFW

    Unsolved
    1
    0 Votes
    1 Posts
    656 Views
    No one has replied
  • Qt for devices options not showing up in Qt Creator

    Unsolved
    2
    0 Votes
    2 Posts
    943 Views
    K
    @QtBob Hi and welcome to devnet forum You mean you are using a 30 day trial for commercial license of Qt? You are here in the opensource forum. Possibly there are users around, who may be able answer your question, but that is not for sure. AFAIK you may receive some official Qt support during the trial period. They have to know for sure, if there are limitations for the trial period.
  • QT Creator .ui in .pri

    Unsolved
    12
    0 Votes
    12 Posts
    5k Views
    G
    @Pablo-J-Rogina , @koahnig I tried to include the .pri file in various parts of .pro to see if it could depend on it Reagards
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • How QtCreator Offline installer are created ?

    Unsolved
    4
    0 Votes
    4 Posts
    980 Views
    SGaistS
    Hi and welcome to devnet, I'd take a look at the QtSDK repo.