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.7k Topics 35.6k Posts
  • "Build" menu item disabled (grayed)....?

    4
    0 Votes
    4 Posts
    5k Views
    J
    In the sidebar on the left, open the projects mode.. check if your project is loaded there.. only then you can build.. you can also build by right click on the project there..
  • UTF-8 encoded files doesn’t open in Qt creator 2.2 64-bit under Ubuntu

    12
    0 Votes
    12 Posts
    21k Views
    W
    Thanks for the explanation Tobias.
  • QtCreator - Folding Functions with comments?

    3
    0 Votes
    3 Posts
    4k Views
    A
    But those comments are, AFAIK, no parsed by documenation generators. So IMHO, it would be nice feature to have.
  • How to form a client/server setup using Qt?

    9
    0 Votes
    9 Posts
    6k Views
    G
    Create an application on PC2 which listens on some TCP socket. It receives "commands" from PC1 and reacts on those. It's up to you to invent a suitable protocol.
  • Jom and CMake

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Using 2 or more .ui files together

    10
    0 Votes
    10 Posts
    7k Views
    M
    There is only the .ui file for that...I created the dialog with the designer.. How do I include ui files?
  • Code completion only activated at the 3rd char? even if I set to 'always'

    4
    0 Votes
    4 Posts
    2k Views
    T
    you can use ctrl+space keys to do that.
  • [Moved] Running two projects in the Qt Simulator

    3
    0 Votes
    3 Posts
    2k Views
    T
    you can use axis2/c server for c++ aplications. http://axis.apache.org/axis2/c/core/
  • Linux 32 Bit On-Line installer hangs @ 24-26%

    4
    0 Votes
    4 Posts
    3k Views
    J
    I don't know of a debug mode for the installer... but "this page":http://doc.qt.nokia.com/latest/requirements-x11.html shows the dependencies required for Qt on Linux.. Now if only you could test the online installer with these dependencies installed to confirm if that is the issue? Btw.. did you check if the online installer goes past the 24% after you have installed it offline..? Just shooting in the dark....
  • [Moved] [Solved] Qt Creator and PySide

    9
    0 Votes
    9 Posts
    5k Views
    L
    You have to mark it yourself (by editing the first post).
  • Problems packaging for Maemo (SDK 1.1.1)

    3
    0 Votes
    3 Posts
    2k Views
    D
    Alright it is sort out. The issue was a simple space in the control file between the description field and the XB-Maemo-Display-Name field that was new in this version.
  • Fail to create sub menu entries under Mainwindow

    2
    0 Votes
    2 Posts
    2k Views
    J
    Maybe you should file a bug report. It works for me in Linux using Ubuntu 10.04. Qt Creator 2.2.0, Qt 4.7.4.
  • Qt Creator Git Tricks

    8
    0 Votes
    8 Posts
    7k Views
    EddyE
    It's a small world... ;)
  • [Solved] Qt Creator plugins

    10
    0 Votes
    10 Posts
    4k Views
    D
    [deleted]
  • [Solved]dyld: Library not loaded --- for a custom widget

    10
    0 Votes
    10 Posts
    25k Views
    G
    Regarding Creator, I don't know. You'd better start a new thread in the "Tools Forum":http://developer.qt.nokia.com/forums/viewforum/13/. Regarding the two libs: You can link the designer plugin to the shard lib with the widgets. You must add that lib to designer/creator too. I don't know where it has to go, though. Or create a static version of your widget lib and link that to the plugin. You end up with only the plugin shared lib then, no additional libs to install. That's what I do here. The place for the shared lib(s) is platform dependent. Please have a look in the docs for that (deployment) resp. refer to the system specifications of your OS.
  • [Solved] QT designer 2.2.0 - SQL request in a Combo Box

    4
    0 Votes
    4 Posts
    4k Views
    L
    Always glad to help. And don't forget to add [Solved] in front of the title (by editing the first post).
  • [Solved]custom widget does not show up in Qt Creator

    10
    0 Votes
    10 Posts
    13k Views
    S
    I mark the problem stated in the topic as solved and move the remaining issue to a new thread.
  • Minimal QTCreator Project - Just main.cpp writing to cout

    5
    0 Votes
    5 Posts
    5k Views
    D
    this should work I think @ QT -= core gui CONFIG += console TARGET = helloworld TEMPLATE= app SOURCES = main.cpp @ About @ tag. When you post code here use @ character before and after your code to highlight it
  • Some questions about Qss

    2
    0 Votes
    2 Posts
    2k Views
    D
    I think a lot of developers use qss (among developers usnig qt of course). Maybe not a lot of apps use huge amount of qss, but small qss stylings are needed in big part of apps. About second question. Widgets are marked as done moudle and so no huge new features will be avail there. But if you miss something in qss you can develop it by yourself and request merge into qt5 (and you even can break binary compatibility in this case if you need some really huge feature that does not fit current interfaces).
  • Scratchbox VS simulator

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