Python Forum
[PyQt] remove widgets of a layout
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] remove widgets of a layout
#3
Sorry that was copied when I was trying another approach to delete them, the function in the file is :
def clearlayout(layout):
    for i in reversed(range(layout.count())):
        print(layout.itemAt(i))
        layout.removeItem(layout.itemAt(i))
I'm new to pyqt, thank you for you suggestion I think I need to learn that now lol
Reply


Messages In This Thread
remove widgets of a layout - by catlessness - Apr-02-2020, 05:40 PM
RE: remove widgets of a layout - by deanhystad - Apr-02-2020, 07:20 PM
RE: remove widgets of a layout - by catlessness - Apr-02-2020, 07:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Bug [PyQt] Dinamically adding widgets to layout [PySide6] carecavoador 2 1,467 Jun-19-2023, 12:57 PM
Last Post: carecavoador
  [Tkinter] Frames layout adding widgets klatlap 7 2,054 Jan-29-2022, 10:17 PM
Last Post: klatlap
  pyqt5 layout Nickd12 8 3,506 Jan-18-2021, 09:09 AM
Last Post: Axel_Erfurt
  Python GUI layout off between different OS shift838 5 3,721 Jan-02-2019, 02:53 AM
Last Post: shift838
  clear all widgets at same time (not delete/remove) shift838 0 2,761 Dec-17-2018, 11:55 PM
Last Post: shift838
  [Tkinter] grid layout neech 8 17,662 Oct-14-2016, 07:06 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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