Python Forum

Full Version: Question about data grid for forms - desktop program
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello ! Heart

I'm beginner in the python world!!

I'm creating a simple stock control system with forms and I need a good data grid. I would like to sort the items by clicking on the header and spreading the rows in tree. In some columns I need to put checkbox and 16x16 icons. Could someone show me a good data grid with these features?

I'm thinking rewrite the program in Java or .Net because I have not found answers. Please help me !

I thank you all !! Shy
what GUI framework you use?
(Apr-18-2019, 08:20 AM)buran Wrote: [ -> ]what GUI framework you use?

I'm using PyCharm
Pycharm is the ide that being used to type the code. The gui would be something like tkinter, wxpython, pyqt, kivy.
(Apr-18-2019, 10:04 AM)Yoriz Wrote: [ -> ]Pycharm is the ide that being used to type the code. The gui would be something like tkinter, wxpython, pyqt, kivy.

I'm using tkinter right now but no problem if I have to change the GUI.
for example in wx python phoenix you can use https://docs.wxpython.org/wx.dataview.DataViewCtrl.html
However not sure about the icons