2022-12-02 12:37 AM
2022-12-06 09:29 PM
In that case you can have a look at Juliette's Keypad custom widget which strips the text written by the user to put it in the text area under "Your saved text is" as shown in her screenshot.
/Romain
2022-12-05 06:02 PM
Hello,
Could you elaborate a bit more on what you mean ? You could maybe have a look at the UI examples "Flex Button Example" or Juliette's custom keyboards which use wildcards to display numbers and texts. Or is it more a C++ related question on how to handle text/strings ?
/Romain
2022-12-05 11:54 PM
I have text area "--" like this
When I click on dropdown and select what I want
I need to get content of text area which changed and save it to model because I use this text area in next screen.
2022-12-06 09:29 PM
In that case you can have a look at Juliette's Keypad custom widget which strips the text written by the user to put it in the text area under "Your saved text is" as shown in her screenshot.
/Romain