I have a CLI application that uses pyside for it’s GUI. One of my CLI commands requires the user to pick an option based on a number (given the logic possible based on regex found in file processing). How do I successfully intergrate this into the GUI so that the user can pick an option by clicking and it is sent back to the waiting CLI.
I made a so called ‘selectionbox.ui’ (.py compiled) that holds the options in a QListWidget but can’t seem to populate it or even get it to appear after calling the CLI from the GUI. The terminal is showing me that the CLI is doing it’s thing.
Annoying me for days now so any help or pointers on where to go is much appreciated!
submitted by /u/JohnOldManYes
[link] [comments]
r/learnpython I have a CLI application that uses pyside for it’s GUI. One of my CLI commands requires the user to pick an option based on a number (given the logic possible based on regex found in file processing). How do I successfully intergrate this into the GUI so that the user can pick an option by clicking and it is sent back to the waiting CLI. I made a so called ‘selectionbox.ui’ (.py compiled) that holds the options in a QListWidget but can’t seem to populate it or even get it to appear after calling the CLI from the GUI. The terminal is showing me that the CLI is doing it’s thing. Annoying me for days now so any help or pointers on where to go is much appreciated! submitted by /u/JohnOldManYes [link] [comments]
I have a CLI application that uses pyside for it’s GUI. One of my CLI commands requires the user to pick an option based on a number (given the logic possible based on regex found in file processing). How do I successfully intergrate this into the GUI so that the user can pick an option by clicking and it is sent back to the waiting CLI.
I made a so called ‘selectionbox.ui’ (.py compiled) that holds the options in a QListWidget but can’t seem to populate it or even get it to appear after calling the CLI from the GUI. The terminal is showing me that the CLI is doing it’s thing.
Annoying me for days now so any help or pointers on where to go is much appreciated!
submitted by /u/JohnOldManYes
[link] [comments]