Python Forum
[PyQt] Drag and Move window from menubar
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] Drag and Move window from menubar
#4
Maybe eventFilter or event will work better. I wanted a QLineEdit where I could type a tab and not jump to the next window. Capturing keypress did not work because it was already too late, so I overrode event and looked for key events. Maybe looking at that level will work for you
Reply


Messages In This Thread
Drag and Move window from menubar - by WBPYTHON - Apr-03-2020, 11:49 AM
RE: Drag and Move window from menubar - by WBPYTHON - Apr-03-2020, 03:12 PM
RE: Drag and Move window from menubar - by deanhystad - Apr-03-2020, 06:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Interaction between Matplotlib window, Python prompt and TKinter window NorbertMoussy 3 735 Mar-17-2024, 09:37 AM
Last Post: deanhystad
  [Tkinter] tkinter menubar not showing on mac ventura taras 1 2,152 Dec-17-2022, 02:44 PM
Last Post: Yoriz
  [Tkinter] MenuBar hidden when new window opens john8888 5 1,529 Sep-14-2022, 02:32 PM
Last Post: john8888
  why my list changes to a string as I move to another window in tkinter? pymn 4 2,637 Feb-17-2022, 07:02 AM
Last Post: pymn
  GUI with drag and drop functionality sayyedkamran 7 6,202 May-26-2020, 10:20 PM
Last Post: jefsummers
  Looking for Python IDE With Drag and Drop GUI Dan_PanMan 0 2,362 May-23-2020, 04:39 PM
Last Post: Dan_PanMan
  click drag olivers 1 2,966 Jan-30-2020, 01:44 AM
Last Post: Larz60+
  tkinter window and turtle window error 1885 3 6,841 Nov-02-2019, 12:18 PM
Last Post: 1885
  [PyQt] Drag items across tabs Alfalfa 5 4,883 Sep-01-2019, 11:58 PM
Last Post: Alfalfa
  [PyQt] Drag and drop converter Raures 0 4,544 Oct-01-2017, 07:44 PM
Last Post: Raures

Forum Jump:

User Panel Messages

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