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. Creating a GUI
Forum Updated to NodeBB v4.3 + New Features

Creating a GUI

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 288 Views 2 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.
  • C Offline
    C Offline
    Cory1
    wrote on last edited by
    #1

    Hi there,

    I am new to this program and python in general but what I am wanting to know is how I can create a GUI for an already existing script.

    This is what I am trying to make a GUI out of -
    https://github.com/TheresAFewConors/Sooty

    Any advice and/or references anyone can point me to would be much appreciated!

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

      Hi and welcome to the forums
      Do you mean how to convert this console app to full blown GUI app ?
      OR what is the actual goal ?

      C 1 Reply Last reply
      0
      • mrjjM mrjj

        Hi and welcome to the forums
        Do you mean how to convert this console app to full blown GUI app ?
        OR what is the actual goal ?

        C Offline
        C Offline
        Cory1
        wrote on last edited by
        #3

        @mrjj Yeah I would want to convert the console app to a full blown GUI app. I just think it would work better for me and the teams I work with to use this as a GUI rather than on command line

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

          Hi,

          From a quick look, you can take the content of Sooty.py as a base and build your GUI in top of it.

          Something that would likely be of interest to the authors is to have the core methods extracted so that they can be re-used in the CLI and from a GUI.

          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
          1

          • Login

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