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
QtWS25 Last Chance

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 716 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 Offline
    I Offline
    icebergenergy
    wrote on 25 Oct 2022, 14:44 last edited by
    #1

    How can I proceed with this feature?

    J J 2 Replies Last reply 25 Oct 2022, 15:37
    0
    • I icebergenergy
      25 Oct 2022, 14:44

      How can I proceed with this feature?

      J Offline
      J Offline
      JonB
      wrote on 25 Oct 2022, 15:37 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 25 Oct 2022, 17:00 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

        J 1 Reply Last reply 26 Oct 2022, 07:46
        0
        • I icebergenergy
          25 Oct 2022, 14:44

          How can I proceed with this feature?

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 26 Oct 2022, 05:42 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
            25 Oct 2022, 17:00

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

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

            J Offline
            J Offline
            JonB
            wrote on 26 Oct 2022, 07:46 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 31 Oct 2022, 00:52 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 31 Oct 2022, 11:55 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))

                J 1 Reply Last reply 31 Oct 2022, 12:39
                0
                • C ChrisW67
                  31 Oct 2022, 11:55

                  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))

                  J Offline
                  J Offline
                  JonB
                  wrote on 31 Oct 2022, 12:39 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 8 Nov 2022, 22:34 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

                    J C 2 Replies Last reply 8 Nov 2022, 23:08
                    0
                    • I icebergenergy
                      8 Nov 2022, 22:34

                      @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

                      J Offline
                      J Offline
                      JonB
                      wrote on 8 Nov 2022, 23:08 last edited by JonB 11 Aug 2022, 23:08
                      #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
                        8 Nov 2022, 22:34

                        @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 9 Nov 2022, 02:08 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