Python Forum
Question about data grid for forms - desktop program - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Question about data grid for forms - desktop program (/thread-17622.html)



Question about data grid for forms - desktop program - Everest - Apr-18-2019

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


RE: Question about data grid for forms - desktop program - buran - Apr-18-2019

what GUI framework you use?


RE: Question about data grid for forms - desktop program - Everest - Apr-18-2019

(Apr-18-2019, 08:20 AM)buran Wrote: what GUI framework you use?

I'm using PyCharm


RE: Question about data grid for forms - desktop program - Yoriz - Apr-18-2019

Pycharm is the ide that being used to type the code. The gui would be something like tkinter, wxpython, pyqt, kivy.


RE: Question about data grid for forms - desktop program - Everest - Apr-18-2019

(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.


RE: Question about data grid for forms - desktop program - buran - Apr-18-2019

for example in wx python phoenix you can use https://docs.wxpython.org/wx.dataview.DataViewCtrl.html
However not sure about the icons