Skip to content

development tool for creating GUI in linux

research

gl:: gui designer net core linux
https://www.pythonguis.com/tutorials/first-steps-qt-creator/

gl:: python qt quick data entry form how
https://rodriguezanton.com/simple-qt-application-for-data-entry-to-mongodb-using-python/

! Microsoft Visual Studio Alternatives for Linux
de studio ‘s geven een uitstekende samenvatting van de frameworks (& combo’s) waarvoor ze ontworpen werden
https://alternativeto.net/software/visual-studio/?platform=linux => checkout QtDesigner & MonoDevelop first

django framework for webapps
python

approaches

  1. QT + python + QtDesigner
    pro : python heeft een heel uitgebreid extention source base
    con : opnieuw een nieuwe syntax (QT widges)

  2. MonoDevelop (http://monodevelop.com/)
    has a GUI designer (based on GTK#).

sudo apt install apt-transport-https dirmngr 
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb https://download.mono-project.com/repo/ubuntu vs-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list 
sudo apt update
  1. others
  2. Xamarin
  3. Anjuta (http://anjuta.org/) now has Glade (https://glade.gnome.org/) integrated. Glade uses GTK+/GNOME.
  4. Gambas supports GTK and Qt as a GUI (choose one).
  5. wxPython - wxWidgets app development in python.
  6. Code::Blocks has good integrated support (via a plugin) for RAD GUI development using wxWidgets and C/C++.
  7. Lazarus project at http://www.lazarus.freepascal.org/ free, fast, flexible, cross platform an pretty darn easy.

References

GNOME
https://developer.gnome.org/references

GTK
http://www.gtk.org/
http://www.gtk.org/documentation.php](https://www.gtk.org/documentation.php)
http://www.pygtk.org/pygtk2reference/
http://www.pygtk.org/reference.html
https://developer.gnome.org/
https://developer.gnome.org/pygtk/stable/
https://developer.gnome.org/gtk2/stable/
https://developer.gnome.org/gtk3/stable/
https://developer.gnome.org/pygobject/
http://lazka.github.io/pgi-docs/

Glade References -

https://wiki.gnome.org/action/show/Apps/Glade/Tutorials
https://developer.gnome.org/gladeui/stable/

MonoDevelop, Mono, & .NET References -

http://monodevelop.com/
http://monodevelop.com/Documentation
http://monodevelop.com/Documentation/Stetic_GUI_Designer
http://www.mono-project.com/

Gambas & Visual Basic -

http://gambas.sourceforge.net/en/main.html
http://gambaswiki.org
http://gambaswiki.org/wiki/dev/gambas
http://gambaswiki.org/wiki/dev/overview
http://gambaswiki.org/wiki/comp/gb.qt4
http://gambaswiki.org/wiki/comp/gb.gtk