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. Design customize wizard which create project folder name with prefix, "Test_"
Forum Updated to NodeBB v4.3 + New Features

Design customize wizard which create project folder name with prefix, "Test_"

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 506 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.
  • N Offline
    N Offline
    nitinp
    wrote on last edited by
    #1

    Hi All,

    I'm designing a custom wizard, facing some issue explained below,

    • If user input project name as, "TargetProject" then it create folder with "TargetProject".

      • TargetProject/TargetProject.pro
    • But I want if I enter project name "TargetProject" then it should create folder with "Test_TargetProject"

      • Test_TargetProject/Test_TargetProject.pro

    So, what setting / script I need in wizard.json which resolve my issue ?
    Any help or suggestions are welcome.

    Thanking you.

    With Regards,
    Nitin P.

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

      Hi and welcome to devnet,

      Do you mean you are creating a wizard for Qt Creator ?

      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
      • N Offline
        N Offline
        nitinp
        wrote on last edited by nitinp
        #3

        @SGaist said in Design customize wizard which create project folder name with prefix, "Test_":

        creating

        Yes, you right.
        And as we know it create a project folder by whatever we input the name.
        But I want that folder to be created by using prefix "Test_".
        Do you have any idea about this ?

        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