Python Forum
[PyQt] Help: check content of combobox in horizontal header of QTableWidget
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] Help: check content of combobox in horizontal header of QTableWidget
#2
When you create the combo boxes you can connect the "currentIndexChanged" signal to some method in your HorizontalHeader class (def handleSectionIndexChanged?) If you need to expose that to your TableWidget, HorizonalHeader can provide a signal to notify the table when a header selection changes.
Reply


Messages In This Thread
RE: Help: check content of combobox in horizontal header of QTableWidget - by deanhystad - Jul-26-2020, 06:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Horizontal extension of widgets + frame size adapted to content Fab117 3 624 Feb-22-2024, 06:54 PM
Last Post: deanhystad
  [PyQt] QTableWidget print problem JokerSob 8 4,927 Jan-28-2022, 06:08 PM
Last Post: Axel_Erfurt
  [PyQt] How can I sync Combobox index to other combobox index? nickzsche 2 2,460 Jan-03-2022, 12:29 PM
Last Post: Axel_Erfurt
  [PyQt] How do I display the DB table I will choose from the QComboBox in QTableWidget JokerSob 2 2,377 Aug-05-2021, 03:00 PM
Last Post: JokerSob
  Displaying database info in QTableWidget thewolf 6 5,473 Apr-03-2021, 02:49 PM
Last Post: thewolf
  [PyQt] Add validation (regex) to QTableWidget cells mart79 0 2,806 May-05-2020, 12:51 PM
Last Post: mart79
  [PyQt] QTableWidget stylesheet error mart79 3 6,555 Feb-26-2020, 04:54 PM
Last Post: Denni
  [PyQt] Pyqt5: How do you make a button that adds new row with data to a Qtablewidget YoshikageKira 6 7,193 Jan-02-2020, 04:32 PM
Last Post: Denni
  [Tkinter] Tkinter delete combobox content and not the list LagratteCchouette 4 8,606 Dec-29-2019, 11:04 AM
Last Post: LagratteCchouette
  Require scroll bars horizontal and vertical throughout the window tejgandhi 2 2,765 Jun-28-2019, 03:13 AM
Last Post: tejgandhi

Forum Jump:

User Panel Messages

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