Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QT Creator IDE customization
Forum Updated to NodeBB v4.3 + New Features

QT Creator IDE customization

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
9 Posts 3 Posters 3.3k 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.
  • A Offline
    A Offline
    asyrov
    wrote on last edited by asyrov
    #1

    Hello,
    I just started using QT Creator and have 2 questions on IDE:

    1. How do I add extra space between text lines in source code editor (lines in editor are too close to each other for me, making it hard to read program code);
    2. I played a bit with styles.css to customize appearance of IDE, but could not find a way to identify class names for some of GUI controls in IDE, specifically that toolbar with "Filter Tree", "Synchronize with Editor", etc. (this line is right below main menu)

    Thank you very much in advance for your help,

    1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi!
      You should ask this question here: http://forum.qt.io/category/13/tools

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        No need for double-posting, just ask one of the moderator to move the thread for you :)

        As for your problems:

        1. I'm not aware of a settings you can modify from Qt Creator directly for that (I might have missed it though)
        2. The most simple way to find their names is to look at the code of Qt Creator, you can get it from git here

        Hope it helps

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • A Offline
          A Offline
          asyrov
          wrote on last edited by
          #4

          It probably explains why there are so little qtcreator themes/styles.css out there. I found nice darcula at github, but needed to modify it for 4k monitor (note that I'm running qt from msys2 under windows 10). Strange qtcreator IDE devs did not create such image to help beginners.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Such image ? What do you mean ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • A Offline
              A Offline
              asyrov
              wrote on last edited by
              #6

              Just an image of QtCreator IDE with text tooltips (added in Paint or something like it) on top of it saying with arrows "this is QToolBar", "this is QFooBar" and so on. This may sound primitive for you, but could be a help for beginners like me.

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                The thing is: Qt Creator is not Qt but builds on top of Qt. It's not just a QMainWindow + a QToolBar, each element is a complex widget. That's why I recommend to take a look at the sources. You can also use GammaRay to analyze the application.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  asyrov
                  wrote on last edited by asyrov
                  #8

                  Not sure how to add image here, but I put a question on stack overflow to visually explain my question. Thank a lot for your help!
                  http://stackoverflow.com/questions/34319817/how-to-customize-style-of-qt-creator-ide

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    Ok, something's clearer now. You should take a look at the High DPI documentation and check whether following the steps there, you can get a better rendered application.

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    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