Python Forum
Drag and Drop GUI
Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drag and Drop GUI
#1
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".
Reply
#2
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/
Reply
#3
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
Reply
#4
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  GUI with drag and drop functionality sayyedkamran 7 6,031 May-26-2020, 10:20 PM
Last Post: jefsummers
  Looking for Python IDE With Drag and Drop GUI Dan_PanMan 0 2,293 May-23-2020, 04:39 PM
Last Post: Dan_PanMan
  [PyQt] Drag and Move window from menubar WBPYTHON 3 4,706 Apr-03-2020, 06:15 PM
Last Post: deanhystad
  click drag olivers 1 2,899 Jan-30-2020, 01:44 AM
Last Post: Larz60+
  [PyQt] Drag items across tabs Alfalfa 5 4,689 Sep-01-2019, 11:58 PM
Last Post: Alfalfa
  [PyQt] Drag and drop converter Raures 0 4,470 Oct-01-2017, 07:44 PM
Last Post: Raures
  Drag and drop image object vijaysagi 1 16,775 Apr-06-2017, 09:36 AM
Last Post: wuf

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020