I’m thinking about trying to create a few UI’s to some scripts I have and want to know if there are any Linux native point and click tools for creating UIs
I’m a complete newbie so don’t want to get into raw coding from scratch. This is just something for me to keep me busy during my spare time and hopefully will be able to produce something useful out of it.
While I’m at it, are there any point and click tools for developing under KDE (Qt?)?
VampirD
No in elenath hîlar nan hâd gîn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
If you find the above tricky to master and for bash scripting, kde specific and having seen some of your posts I suspect kdialog would be a better tool in the begining.
Also for GTK+ there is Glade, and MonoDevelop has a GUI builder I think even though I haven’t used it. I have read good things about PyGTK for making a GUI in Python, but there are GTK+ bindings for most scripting languages I think.
Already mentioned kdevelop4, qt4. Then, Netbeans or Eclipse. There’s also VI and Kate.
Kate is nice. It has syntax highligting, indentation, code folding, auto complete.
If these are scripts, take a gander a dialog (man dialog) (package names: dialog, kdialog).