Results 1 to 4 of 4

Thread: GUI building help please?

  1. #1
    Join Date
    Jun 2008
    Beans
    77

    GUI building help please?

    Hi,

    How would I go about building a GUI for a command line program for ubuntu please? I have no experience with this so if anyone can point me to a tutorial would be great. I only have experience with autoit in windows which I use to build guis for windows cl tools.

    Thanks

    Aaron

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: GUI building help please?

    I have been tying to teach myself python with both qt & gtk, but if you just want a gui for bash:

    http://mywiki.wooledge.org/BashGuide
    Whiptail is a program that allows shell scripts to display dialog boxes
    http://en.wikibooks.org/wiki/Bash_Sh...Using_whiptail
    zenity, kdialog for kde


    Lots of links on scripting in this thread
    http://ubuntuforums.org/showthread.php?t=1893106


    A master thread on learning/books/terminal/bash/Linux etc
    Linux Command Line Learning Resources - cortman
    https://help.ubuntu.com/community/CommandLineResources
    http://ubuntuforums.org/showthread.php?t=1909108
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Jun 2008
    Beans
    77

    Re: GUI building help please?

    Hi,

    Thanks a lot for these links, I will have a good look through them all

  4. #4
    Join Date
    Jun 2007
    Location
    Minneapolis, MN
    Beans
    749
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: GUI building help please?

    Zenity is another option. It is installed in Ubuntu by default.

    For help:
    Code:
    man zenity
    or
    Code:
    zenity --help
    Moderation in all things; including moderation.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •