ListView equivalent in Python

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: ListView equivalent in Python

Re: ListView equivalent in Python

Post by joedf » 03 Aug 2014, 19:19

Hmmm cool! Thanks for sharing

Re: ListView equivalent in Python

Post by Joe Glines » 03 Aug 2014, 18:58

I finally found a decent example. Yes, this looks pretty promising
http://www.lemonsoftware.eu/goodies/pyt ... listviewex

Re: ListView equivalent in Python

Post by Joe Glines » 03 Aug 2014, 16:21

I thought PyQt was for building GUIs. Yes, I understand I'm trying to display my csv data,but I just hadn't thought it would have built-in functionality for displaying CSV/tab delimited files. I tried searching them but was finding very complex solutions. I don't suppose anyone has a simplified example or could point me to a video showing how a table looks?

Thanks for the help!
Regards,
Joe

Re: ListView equivalent in Python

Post by Coco » 03 Aug 2014, 11:34

Have you tried PyQt?

Re: ListView equivalent in Python

Post by joedf » 03 Aug 2014, 11:33

Have you tried PyQt or PyGTK?

ListView equivalent in Python

Post by Joe Glines » 03 Aug 2014, 10:57

I've been learning Python but have yet to see anything equivalent to AutoHotKey's ListView. Does anyone know of a library/module which will display them in cells similar to it? Especially being able to sort on them, add/delete columns and edit values.

Top