2

i have a raspberry pi 2 and its GPIO camera.

i want to create a application with GUI to display the camera picture as well as to capture it with a button call "Snap" and do some processing with the image

is there any recommended IDE which i can use to easily create GUI like by drag and drop widgets instead of programming it

1
  • You could consider Glade. Commented Nov 19, 2015 at 14:45

1 Answer 1

1

Yes! Use Qt-Designer to create the windows (it is drag and drop, there is a Linux version also), and pyuic4 to convert the code to a python script. You can then import it and use it as you like (various examples).

More examples: http://zetcode.com/gui/pyqt4/

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks Daniel . Will try it out .

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.