Hello.
I made an command-line application. Now I want tomake an gui version but I don't know which GUI I should choose. I want the executable to have requirements for libaries while running (so I don't think about using GTK). I tried QT but I don't know if I can export a value from an spinbox to an variable (I need to do an equation) and give the result to other widget.
Thank you for any help.