I'm trying to create a journal entry interface, similar to those well known accounting softwares using wxpython for the gui and psycopg2 as backend. I tried doing it with a listctrl, but its use is not for that particular interaction. My question, is there a built-in widgets closely related to those elements?.

link|improve this question
1  
Which well known accounting software? – Nick ODell Jun 15 '11 at 18:25
1  
quickbooks, peachtree, and free accounting software, though free isn't that popular, but they have similar designs – Karen Jun 15 '11 at 18:55
feedback

1 Answer

Download the wxPython Docs and Demos from http://wxpython.org/download.php. The demo allows you to "shop" for widgets easier since you get to see them in action and can view the code used to create them. I suggest checking out the UltimateListCtrl.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.