Mission-DMX / Mission-DMX/Project-Editor
Dialog box CLI commands
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10
- Forks
- 1
- Avg merge
- 27m
- Merged PRs (30d)
- 1
Description
We need a message box cli command. Caution: This must check if it is executed on the GUI. If not, the displayed text should be printed to the context instead.
The following options should be present:
- Title
- Icon
- Message text
- Displayed buttons
- storing of clicked button inside context valiable space
If the command is not run on the GUI, it should not pause and should set empty content to the clicked button if requested.
The dialog box should be in modal mode.
There must also be an input command displaying a QSpinBox or QLineEdit or QComboBox (which ever was specified) to query the user for input.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, command name, or GUI entry point is identified. Start by locating how CLI commands and GUI interactions are registered, then define the dialog and input command behavior for GUI and non-GUI contexts and add coverage for both paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100