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
-
QT + python + QtDesigner
pro : python heeft een heel uitgebreid extention source base
con : opnieuw een nieuwe syntax (QT widges) -
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
- others
- Xamarin
- Anjuta (http://anjuta.org/) now has Glade (https://glade.gnome.org/) integrated. Glade uses GTK+/GNOME.
- Gambas supports GTK and Qt as a GUI (choose one).
- wxPython - wxWidgets app development in python.
- Code::Blocks has good integrated support (via a plugin) for RAD GUI development using wxWidgets and C/C++.
- 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