0

I have a PostgreSQL database for meetings and conferences with around 20 tables and plenty of relations between the tables (people, events, rooms, etc.). So far I have made a GUI with wxPython. Now I want to switch to a WEB GUI. Can I do this with JustPy?

I have already found normal widgets incl. grids, that looks quit good. But what I want to realize is for example:

  • Show and manipulate data in both tables and grids.
  • Subforms. I.e. show the data for selection in a table on the left, manipulate the data in a form on the right.
  • Subforms for 1-n relationships. So on the left a data record and on the right the n associated data records.
  • Are there also comboboxes?
  • How to pack the widgets? From wxPython I know a kind of hirarchical panels, where the widgets belong to, and different kinds of geometry managers for positioning all the widgets in a window/frame. I found the Quasar Grid Gutter Element, but miss the possibility to put cells together (in HTML tables it is known as colspan and rowspan).

I don't have any experiences with JustPy. I am looking for an alternative to wxPython on a Server in connection with a SSH tunnel and a RDP access. I try to point out the possibilities of

  • JustPy
  • Pythom + Gtk + Broadway
  • Django

0 Answers0