Python Forum
PySide6 Copy and Past from clipboard to QTableWedget
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PySide6 Copy and Past from clipboard to QTableWedget
#2
Forget about designer and three tables and try to get this working with one table. This way you will have a small example program you can post with your questions. Posting code is the best way to provide all the details we need to know to help you with your issue.

Is b_segregados a QTableView? See attached link that talks about two ways to print the table. One is to copy the table to a QTextDocument and print that. The other prints directly from the table.

https://stackoverflow.com/questions/1209...qtableview
 
I tried using a designer tool before I was familiar with Qt. It did not work well for me. Designers hide implementation details that you really need to know about. After I learned how to make GUI programs manually, I was able to use the designer efficiently and not be dumbfounded when the program didn't work. I also realized that for most of the programs I write, using a designer slows me down.
menator01 likes this post
Reply


Messages In This Thread
RE: PySide6 Copy and Past from clipboard to QTableWedget - by deanhystad - Dec-05-2023, 04:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PySide6 - Connect to DBus signal - Correct syntax Drexel 1 702 Dec-18-2023, 08:03 AM
Last Post: Drexel
Bug [PyQt] Dinamically adding widgets to layout [PySide6] carecavoador 2 1,544 Jun-19-2023, 12:57 PM
Last Post: carecavoador
  PySide6 QFontDialog - bug or just me? PatM 1 1,140 Jan-22-2023, 01:29 PM
Last Post: Axel_Erfurt
  Pyside6 Larz60+ 7 3,099 Nov-28-2022, 07:25 PM
Last Post: Larz60+
  [PySide6] Load ui with UiLoader catlessness 6 9,001 Nov-24-2021, 02:17 PM
Last Post: catlessness

Forum Jump:

User Panel Messages

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