Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Creator 3.0.0 Question
Qt 6.11 is out! See what's new in the release blog

Qt Creator 3.0.0 Question

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 930 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    TEDSON
    wrote on last edited by
    #1

    Hi all, Qt noob here.

    I notice when using Qt creator designing a Gui, that the code for that creation is not reflected in the files themselves.

    My question is, is this constant by design, or is there a setting which generates the code.

    Thank you for reading my noob question.

    Ted.

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      about which files are you talking exactly?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        If you mean designing QtWidgets, then QtCreator is creating .ui files and putting all the data there. When you build your project, those files will be parsed by a code generator called uic and transformed into a C++ header file.

        When designing QML, the .qml files are being edited directly.

        (Z(:^

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved