Python Forum
[PyQt] [Solved]Multiply a number to a DoubleSpinBox
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] [Solved]Multiply a number to a DoubleSpinBox
#12
What I noticed, you use that twice. The second then cancels out the first.

self.InventoryDisplay = QTableWidget(self.centralwidget)

self.InventoryDisplay = QTableView()


Edit:

I see now you commented it.
Reply


Messages In This Thread
RE: Multiply a number to a DoubleSpinBox - by Extra - May-22-2022, 05:14 PM
RE: Multiply a number to a DoubleSpinBox - by Extra - May-22-2022, 05:52 PM
RE: Multiply a number to a DoubleSpinBox - by Extra - May-22-2022, 09:27 PM
RE: Multiply a number to a DoubleSpinBox - by Extra - May-22-2022, 09:54 PM
RE: Multiply a number to a DoubleSpinBox - by Extra - May-23-2022, 01:22 PM
RE: [Solved]Multiply a number to a DoubleSpinBox - by Axel_Erfurt - May-23-2022, 04:03 PM

Forum Jump:

User Panel Messages

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