Python Forum
Drag and Drop GUI - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Drag and Drop GUI (/thread-3043.html)



Drag and Drop GUI - crystallized_neuron - Apr-26-2017

Hi,

I am currently looking for a python (drag and drop) GUI. Is there one in Eclipse Neon? I can't seem to find one. All I can see is the TKinter, which is already installed in my PC but would want to save time coding the design and focus more on the "back-end coding".


RE: Drag and Drop GUI - Larz60+ - Apr-26-2017

I'm pretty sure you can find what you are looking for in Qt5
You will need to install PyQt5 to use in python. https://pypi.python.org/pypi/PyQt5/5.8.2
take a look at https://www.qt.io/download/


RE: Drag and Drop GUI - snippsat - Apr-26-2017

You can look at my app here.
It's a demo usage of my application for Norwegian Tv,drag and drop of url addresses to GUI.
I use WxPython as GUI,i distribute this to Windows all versions(Xp to Win-10 no Python install required) and Linux.

WxPython Phoenix! has now finally been released for Python 3.
As mention PyQt and also Python GTK+ 3 has support for drag and drop


RE: Drag and Drop GUI - joe_anonimist - Apr-26-2017

You can even find a couple drag/drop designers for Tkinter, but the ones I tried are not as good as Qt Designer or Glade