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. I want to open QT Creator (terminal) in fixed size in fixed place
Forum Updated to NodeBB v4.3 + New Features

I want to open QT Creator (terminal) in fixed size in fixed place

Scheduled Pinned Locked Moved Unsolved General and Desktop
11 Posts 4 Posters 812 Views
  • 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.
  • I icebergenergy

    How can I proceed with this feature?

    JonBJ Offline
    JonBJ Offline
    JonB
    wrote on last edited by
    #2

    @icebergenergy
    I don't have Creator to hand. Does it have Tools - Options - General - Terminal and a command there, like it did over 10 years ago? :)

    1 Reply Last reply
    0
    • I Offline
      I Offline
      icebergenergy
      wrote on last edited by
      #3

      I can not locate it.
      Can not find it in filter as well
      Please advice

      d3197ed9-de63-49d0-aa48-59a6fc47140f-environment.png

      JonBJ 1 Reply Last reply
      0
      • I icebergenergy

        How can I proceed with this feature?

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #4

        @icebergenergy To make sure we understand what you want to do: do you want to open QtCreator from terminal and have it a specified position on the screen and also specify the window size?

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

        1 Reply Last reply
        0
        • I icebergenergy

          I can not locate it.
          Can not find it in filter as well
          Please advice

          d3197ed9-de63-49d0-aa48-59a6fc47140f-environment.png

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #5

          @icebergenergy
          OK, they moved it to: Tools > Options > Environment > System > Terminal.

          clip.png

          You can change the Terminal item there to something which accepts your desired coordinates.

          However, I do not even see the System tab in your screenshot. I am using Qt Creator 6.02 under Ubuntu.

          1 Reply Last reply
          0
          • I Offline
            I Offline
            icebergenergy
            wrote on last edited by
            #6

            I have version 5.4.0.
            Can you please summon someone who might be able to help?

            1 Reply Last reply
            0
            • C Offline
              C Offline
              ChrisW67
              wrote on last edited by
              #7

              What version of Qt Creator do you have? You find the Qt Creator version from the Help menu, About Qt Creator. That is likely not the same thing a Qt library version (like 5.4.0).

              In any case, find the location in your version of Qt Creator's settings that corresponds to:
              Tools > Options > Environment > System > Terminal
              in a recent version of Qt Creator and set the terminal command to something that takes a geometry option. For example:
              /usr/bin/xterm -geometry 80x25+20+20 -e
              (In the case of xterm the geometry is in characters (80x25) and the offset in pixels (+20+20))

              JonBJ 1 Reply Last reply
              0
              • C ChrisW67

                What version of Qt Creator do you have? You find the Qt Creator version from the Help menu, About Qt Creator. That is likely not the same thing a Qt library version (like 5.4.0).

                In any case, find the location in your version of Qt Creator's settings that corresponds to:
                Tools > Options > Environment > System > Terminal
                in a recent version of Qt Creator and set the terminal command to something that takes a geometry option. For example:
                /usr/bin/xterm -geometry 80x25+20+20 -e
                (In the case of xterm the geometry is in characters (80x25) and the offset in pixels (+20+20))

                JonBJ Offline
                JonBJ Offline
                JonB
                wrote on last edited by JonB
                #8

                @ChrisW67 said in I want to open QT Creator (terminal) in fixed size in fixed place:

                Tools > Options > Environment > System > Terminal

                That is what I said, but to be fair the screenshot the OP has pasted shows no sign where this would be! His only has a tab for Tools > Options > Environment > General, that has a System group box on it, but nothing for a Terminal entry on that. I thought that had been present somewhere in Creator since year dot, but now not sure it is for his...?

                1 Reply Last reply
                0
                • I Offline
                  I Offline
                  icebergenergy
                  wrote on last edited by
                  #9

                  @ChrisW67 said in I want to open QT Creator (terminal) in fixed size in fixed place:

                  What version of Qt Creator do you have? You find the Qt Creator version from the Help menu, About Qt Creator. That is likely not the same thing a Qt library version (like 5.4.0).

                  In any case, find the location in your version of Qt Creator's settings that corresponds to:
                  Tools > Options > Environment > System > Terminal
                  in a recent version of Qt Creator and set the terminal command to something that takes a geometry option. For example:
                  /usr/bin/xterm -geometry 80x25+20+20 -e
                  (In the case of xterm the geometry is in characters (80x25) and the offset in pixels (+20+20))

                  Tried this one, but failed
                  Using Windows 10

                  C:\Qt\Qt5.4.0\5.4\mingw491_32>/usr/bin/xterm -geometry 80x25+20+20 -e
                  The system cannot find the path specified.

                  qt_Creator.png

                  JonBJ C 2 Replies Last reply
                  0
                  • I icebergenergy

                    @ChrisW67 said in I want to open QT Creator (terminal) in fixed size in fixed place:

                    What version of Qt Creator do you have? You find the Qt Creator version from the Help menu, About Qt Creator. That is likely not the same thing a Qt library version (like 5.4.0).

                    In any case, find the location in your version of Qt Creator's settings that corresponds to:
                    Tools > Options > Environment > System > Terminal
                    in a recent version of Qt Creator and set the terminal command to something that takes a geometry option. For example:
                    /usr/bin/xterm -geometry 80x25+20+20 -e
                    (In the case of xterm the geometry is in characters (80x25) and the offset in pixels (+20+20))

                    Tried this one, but failed
                    Using Windows 10

                    C:\Qt\Qt5.4.0\5.4\mingw491_32>/usr/bin/xterm -geometry 80x25+20+20 -e
                    The system cannot find the path specified.

                    qt_Creator.png

                    JonBJ Offline
                    JonBJ Offline
                    JonB
                    wrote on last edited by JonB
                    #10

                    @icebergenergy said in I want to open QT Creator (terminal) in fixed size in fixed place:

                    Using Windows 10
                    C:\Qt\Qt5.4.0\5.4\mingw491_32>/usr/bin/xterm -geometry 80x25+20+20 -e

                    Why are you trying to use Linux xterm or indeed any Linux command under Windows?

                    Why are you using a Qt Creator from 2014?

                    1 Reply Last reply
                    1
                    • I icebergenergy

                      @ChrisW67 said in I want to open QT Creator (terminal) in fixed size in fixed place:

                      What version of Qt Creator do you have? You find the Qt Creator version from the Help menu, About Qt Creator. That is likely not the same thing a Qt library version (like 5.4.0).

                      In any case, find the location in your version of Qt Creator's settings that corresponds to:
                      Tools > Options > Environment > System > Terminal
                      in a recent version of Qt Creator and set the terminal command to something that takes a geometry option. For example:
                      /usr/bin/xterm -geometry 80x25+20+20 -e
                      (In the case of xterm the geometry is in characters (80x25) and the offset in pixels (+20+20))

                      Tried this one, but failed
                      Using Windows 10

                      C:\Qt\Qt5.4.0\5.4\mingw491_32>/usr/bin/xterm -geometry 80x25+20+20 -e
                      The system cannot find the path specified.

                      qt_Creator.png

                      C Offline
                      C Offline
                      ChrisW67
                      wrote on last edited by
                      #11

                      @icebergenergy said in I want to open QT Creator (terminal) in fixed size in fixed place:

                      Using Windows 10

                      That little tidbit of information explains a lot. Fairly sure there are no terminal options on Windows; you get the Windows command prompt.

                      There are no sizing and positioning command line options that you can pass to the cmd command.
                      You can set a global default size and position:
                      How to Set Command Prompt Default Window Size and Position

                      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