Simple Settings dialog 0.3.1-p3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Simple Settings dialog 0.3.1-p3 (Default branch)
# 1  
Old 12-13-2008
Simple Settings dialog 0.3.1-p3 (Default branch)

ImageSimple Settings Dialog (ssd) enables a scriptauthor to easily construct a simple dialog (e.g.for configuration purposes) that can be bepresented to the user during script execution. Itis build on QT4 and implements the most commonlyused widgets from QT. It is intended forsysadmins for scripting purposes. The goals arethat creation of a dialog should be done in veryfew lines, and the output from ssd (when the userhas made his/her choice) should be simple andparseable by bash. The code (or markup) for ssdcan either be stored in a separate file orembedded in the bash script, allowing one-filescripting.License: GNU General Public License (GPL)Changes:
Support for the Image option in the main window.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unix / Linux Dialog Utility - how to open 2+ more dialog windows ?

Hi, example of Unix / Linux dialog utility is below. I am going to use dialog as simple GUI for testing of a modem. So I need to combine some dialog boxes into one. I need to have input box, output box, info box, dialog box, radiobox as in any standard program with graphical user... (2 Replies)
Discussion started by: jack2
2 Replies
Login or Register to Ask a Question
Gtk2::ColorSelectionDialog(3pm) 			User Contributed Perl Documentation			   Gtk2::ColorSelectionDialog(3pm)

NAME
Gtk2::ColorSelectionDialog - wrapper for GtkColorSelectionDialog HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Window +----Gtk2::Dialog +----Gtk2::ColorSelectionDialog INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::ColorSelectionDialog->new ($title) o $title (string) widget = $dialog->cancel_button widget = $dialog->get_color_selection widget = $dialog->help_button widget = $dialog->ok_button PROPERTIES
'cancel-button' (Gtk2::Widget : default undef : readable) The cancel button of the dialog. 'color-selection' (Gtk2::Widget : default undef : readable) The color selection embedded in the dialog. 'help-button' (Gtk2::Widget : default undef : readable) The help button of the dialog. 'ok-button' (Gtk2::Widget : default undef : readable) The OK button of the dialog. SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window, Gtk2::Dialog COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::ColorSelectionDialog(3pm)