Python Forum
GUI with drag and drop functionality
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GUI with drag and drop functionality
#1
Is there any GUI tool available with Drag and Drop functionality?
Reply
#2
Yes... -- but what are you using for your GUI language?
Reply
#3
I am using Python
Reply
#4
Okay well Python by itself does not render a GUI very easily -- so what GUI language are you using -- TKinter, PySide2, PyQt5, WxPython, etc...
Reply
#5
I didn't decided which one to use. My preferences are, it must be:
1. Free
2. support drag and drop functionality
Reply
#6
well I know Python-Qt supports drag and drop (aka PyQt5 or PySide2) but you had not communicated initially that you were in search of a GUI language
Reply
#7
(Dec-17-2019, 07:29 PM)Denni Wrote: well I know Python-Qt supports drag and drop (aka PyQt5 or PySide2) b
This was very helpful... Thanks doc!
Reply
#8
Yes but "free" does not completely apply. Say you write the next big thing app and want to sell it without releasing the source code. PyQt5 will then cost over 500 for the commercial version and you also need to pay QT for the commercial version at how many thousand?

I don't really plan to write the next big thing app. However, given those restrictions I use wxPython and wxGlade - not quite as easy, but it does not have the licensing restrictions of the QT based products.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Looking for Python IDE With Drag and Drop GUI Dan_PanMan 0 2,292 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,897 Jan-30-2020, 01:44 AM
Last Post: Larz60+
  [PyQt] Drag items across tabs Alfalfa 5 4,687 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 GUI crystallized_neuron 3 16,529 Apr-26-2017, 08:41 PM
Last Post: joe_anonimist
  Drag and drop image object vijaysagi 1 16,774 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