Srinivas11789 / PcapXray

:snowflake: PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram including device identification, highlight important communication and file extraction
GNU General Public License v2.0
1.66k stars 275 forks source link

Problem with PyQt #29

Open sopheap77 opened 5 years ago

sopheap77 commented 5 years ago

Hello,

I am new to PyQt. I need some helps from anyone who is good at PyQt. I really appreciate it. I am doing a python GUI to view pcap file. When I clicked on Open Button(which I add in GUI file), I want QTablewidget to display all row of PCAP file. Can anyone enlighten me on this point?

1