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
  • Warning message when loading GUI app

    Unsolved
    3
    0 Votes
    3 Posts
    500 Views
    C
    Thanks for the response, sadly no such an option in raspy-config like Advanced Options... Regards, Vlado
  • use QtCharts in visual stuido code

    Unsolved
    5
    0 Votes
    5 Posts
    503 Views
    Q
    @eyllanesc i used that but did'nt work and still is module is not installed
  • Qt Creator 6.0.0-rc1 / Qt 6.2.1 - Components in Designer are empty

    Unsolved
    1
    0 Votes
    1 Posts
    269 Views
    No one has replied
  • Where is "internal" C++ library?

    Unsolved
    3
    0 Votes
    3 Posts
    250 Views
    A
    "Internal library" can be added , using defaults, when starting with "sub project" and such library is being added to sub project - tested. CLOSED (?)
  • Where is the library "include" header ?

    Unsolved
    2
    0 Votes
    2 Posts
    217 Views
    raven-worxR
    @AnneRanch may it be that you mix something up here with what the include path is actually used for?
  • 0 Votes
    2 Posts
    218 Views
    SGaistS
    Hi, Sure you can add .ui files later on. No you don't need an .ui file at all unless you want to use Designer to create your widget. You can create a new widget and start from it.
  • go to slot - no go - bug posted

    Moved Unsolved
    3
    0 Votes
    3 Posts
    336 Views
    JKSHJ
    @AnneRanch said in go to slot - no go - bug posted: Clicking "OK" results in NO response. It works fine for me in Qt Creator 4.15.1 on WIndows 10.
  • Run test as superuser inside QtCreator

    Unsolved test automation root permission serial port
    2
    0 Votes
    2 Posts
    615 Views
    jsulmJ
    @CristianoNarcisiVidex said in Run test as superuser inside QtCreator: because of my OS is Ubuntu, i need the super user permission for opening that port That's wrong. You simply have to add your user to the group which has access to the device file of your serial port. See https://askubuntu.com/questions/58119/changing-permissions-on-serial-port "The issue with the permissions for /dev/ttyACM0 can be permanantly solved by adding yourself to the dialout group. You can do this with: sudo usermod -a -G dialout $USER Logout and then log back in for the group changes to take effect. "
  • QT Kit and Code

    Moved Solved
    5
    0 Votes
    5 Posts
    874 Views
    jsulmJ
    @juve938383 said in QT Kit and Code: but the two default ones don't seem to be suitable Why? What Kits are those (what Qt version is used?)? "I guess this should give some info on the version?" - to find out which Qt version is configured in a Kit go to the Kit and check which Qt version is configured there. "Anything I can do to figure out what kit I need?" - yes, answer this question: "What platform do I target?". If you need desktop then install Qt for your target desktop platform (like Qt for Windows or Linux).
  • 0 Votes
    8 Posts
    552 Views
    E
    @jsulm it is starting to make sense now, thank you
  • How to install QT in apache netbeans 12.5 in CentOS 6.8

    Moved
    9
    0 Votes
    9 Posts
    1k Views
    SGaistS
    Hi, As the error suggests: you need to subscribe first.
  • Qt creator Outline: sort by alphabetic order By TYPES

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

    Moved Solved
    60
    0 Votes
    60 Posts
    84 Views
  • Increasing UI font size of Qt Design Studio

    Unsolved
    2
    4 Votes
    2 Posts
    554 Views
    E
    I was so hoping to find an answer to this problem. I find it funny that a UI design tool has such a hard to use UI!!
  • How to install QT(designer) 5.7.0 on CentOS-6.8

    Moved Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    jsulmJ
    @getche https://download.qt.io/new_archive/qt/5.7/5.7.0/
  • 0 Votes
    2 Posts
    3k Views
    J
    A system restart has fixed the issue. I am wondering why Qt Creator could not see the updated user variables after restarting Qt Creator.
  • Qt Creator Crash

    Moved Unsolved
    4
    0 Votes
    4 Posts
    317 Views
    SGaistS
    What was the issue ? It could be useful for someone else in the future.
  • How to configure plugin ClangCodeModel?

    Unsolved
    1
    0 Votes
    1 Posts
    139 Views
    No one has replied
  • Custom line-indentations with qmlformat.exe

    Unsolved qml qmlformat formatter
    3
    0 Votes
    3 Posts
    2k Views
    T
    Hi @JustASimpleCoder, I received a quick response from Qt staff, it seems that Qt6.2 version of qmlformat contains what we need! :) ./qmlformat -h Usage: ./qmlformat [options] filenames Formats QML files according to the QML Coding Conventions. Options: -h, --help Displays help on commandline options. --help-all Displays help including Qt specific options. -v, --version Displays version information. -V, --verbose Verbose mode. Outputs more detailed information. -i, --inplace Edit file in-place instead of outputting to stdout. -f, --force Continue even if an error has occurred. -t, --tabs Use tabs instead of spaces. -w, --indent-width <width> How many spaces are used when indenting. -n, --normalize Reorders the attributes of the objects according to the QML Coding Guidelines. -F, --files <file> Format all files listed in file, in-place -l, --newline <newline> Override the new line format to use (native macos unix windows). Arguments: filenames files to be processed by qmlformat
  • Disable night mode in Qt documentation

    Solved
    2
    0 Votes
    2 Posts
    300 Views
    JKSHJ
    @ebatsin said in Disable night mode in Qt documentation: where can I provide feedback on the night mode? https://bugreports.qt.io/ (Pick "Qt Project Website" as the Project)