Main > Free Download Search >

Free ui software for linux

ui

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 314
ui 0.9.6-1

ui 0.9.6-1


UI is an admin utility that renames existing users and adds users to a group. more>>
UI is an admin utility that renames existing users and adds users to a group.

ui is a user information utility that can display user information, list users from a given UID (or UID 500 by default), add a user to a group, rename a user along with his home directory and update his home directory files to reflect that change, list expired or locked users, change the shell for a user, and list users in an existing group.

Command line options:

-G group Adds user to a group.
-g group Shows users in the specified group.
-h This help.
-i Shows user information. This is the default option.
-l [UID] Lists users beginning with UID and upward. Defaults to 500.
-p Lists to default or specified printer.
-v Displayes version information.
-s Change users shell type.
-x Lists expired or locked user accounts.
-m newname Move user. Changes users name and updates all records and config files.

Some options may be stacked such as -ip username or -lp username.
<<less
Download (0.049MB)
Added: 2006-05-12 License: Freeware Price:
1260 downloads
wlan-ui 0.05

wlan-ui 0.05


wlan-ui is a very small Linux GUI tool for connecting to wireless networks. more>>
wlan-ui is a very small Linux GUI tool for connecting to wireless networks. It is written in perl, and is a basic example of using perl with Gtk and Glade.

There is also some simple process handling (forking off a process, collecting output, killing the process if cancelled).

<<less
Download (0.048MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1556 downloads
GFC-UI 2.3.1

GFC-UI 2.3.1


GFC-UI is a C++ interface for GTK+. more>>
GFC-UI is a C++ interface for GTK+.

The GTK+ Foundation Classes is an set of integrated C++ classes for developing GTK+ applications on UNIX-like systems such as Linux. GFC-UI is the user interface library and includes C++ wrappers for most objects in the ATK, GDK, GTK, GdkPixbuf and Pango libraries.

There is a standard string compatible UTF-8 string class, automatic memory management, an optimized virtual signal handler system and a typesafe system of C++ signal and slots. It comes with a full set of example programs, several test applications, a GNU Autotools test project, a C++ version of the GTK+ widget demonstration program, extensive reference documentation and a tutorial.

<<less
Download (0.86MB)
Added: 2005-08-10 License: GPL (GNU General Public License) Price:
1536 downloads
Gimp::UI 1.211

Gimp::UI 1.211


Gimp::UI is a simulation of libgimpui, and more! more>>
Gimp::UI is a "simulation of libgimpui", and more!

Due to the braindamaged (read: "unusable") libgimpui API, I had to reimplement all of it in perl.

$option_menu = new Gimp::UI::ImageMenu
$option_menu = new Gimp::UI::LayerMenu
$option_menu = new Gimp::UI::ChannelMenu
$option_menu = new Gimp::UI::DrawableMenu (constraint_func, active_element, var);

$button = new Gimp::UI::PatternSelect;
$button = new Gimp::UI::BrushSelect;
$button = new Gimp::UI::GradientSelect;

$button = new Gimp::UI::ColorSelectButton;

<<less
Download (0.26MB)
Added: 2006-10-26 License: Perl Artistic License Price:
1096 downloads
UI::Dialog 1.08

UI::Dialog 1.08


UI::Dialog project supports priority ordering of the backend detection process. more>>
UI::Dialog project supports priority ordering of the backend detection process.

SYNOPSIS

use UI::Dialog;
my $d = new UI::Dialog ( backtitle => Demo, title => Default,
height => 20, width => 65 , listheight => 5,
order => [ zenity, xdialog ] );

# Either a Zenity or Xdialog msgbox widget should popup,
# with a preference for Zenity.
$d->msgbox( title => Welcome!, text => Welcome one and all! );

ABSTRACT

UI::Dialog is a OOPerl wrapper for the various dialog applications. These dialog backends are currently supported: Zenity, XDialog, GDialog, KDialog, CDialog, and Whiptail. There is also an ASCII backend provided as a last resort interface for the console based dialog variants. UI::Dialog is a class that provides a strict interface to these various backend modules. By using UI:Dialog (with its imposed limitations on the widgets) you can ensure that your Perl program will function with any available interfaces.

So if youd prefer that Xdialog should be used first if available, simply designate the desired order when creating the new object. The default order for detecting and utilization of the backends are as follows: (with DISPLAY env): Zenity, GDialog, XDialog, KDialog (without DISPLAY): CDialog, Whiptail, ASCII

UI::Dialog is the result of a complete re-write of the UDPM CPAN module. This was done to break away from the bad choice of name (UserDialogPerlModule) and to implement a cleaner, more detached, OOPerl interface.

<<less
Download (0.082MB)
Added: 2007-03-05 License: Perl Artistic License Price:
965 downloads
uitags 0.6.12

uitags 0.6.12


uitags is an open source JSP custom-tag library that makes developing friendly UI effortless. more>>
uitags is an open source JSP custom-tag library that makes developing friendly UI (user interface) effortless. uitags has a unique aim of helping developers create UIs that dont confuse end-users and instead let them work more efficiently.

To find out more, have a quick look at the remaining of this page, and then proceed to the demo site. Consult the Using uitags and Tag Reference pages when youre developing with uitags.

Compatibility note: uitags presently works with IE 6 and Mozilla Firefox 1.x (and possibly with older versions of Firefox).
<<less
Download (0.26MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1145 downloads
QUIViewer 1.2.1

QUIViewer 1.2.1


QUIViewer is a Qt only version of the KDE application KUIViewer. more>>
This application is a Qt only version of the KDE application KUIViewer that ships with the KDE SDK. It is able to allow people to view Qt Designer UI files without having any of the Qt development tools installed.
The advantage of this tool is that developers can show customers what the user interface will not only look like, but how it will behave. Unlike screenshots that dont give a good feel for tab layout and key accelerators the UI viewer will let the user see it in action.
The utility also has the ability to print screen captures of the current user interface, save image snapshots of the user interface, and also to copy an image of the current user interface to the clipboard.
Main features:
- Print screen captures of the user interface.
- Save screen captures in various image formats.
- Capture directly to the clipboard.
- Support for modal dialogs.
- Support for preview in other Qt styles.
Enhancements:
- Fixed bug where QMainWindow based ui files would not close properly when closed via the window manager.
- Fixed bug where slots would connect to the main UI Viewer.
<<less
Download (0.058MB)
Added: 2005-06-13 License: GPL (GNU General Public License) Price:
1593 downloads
Curses::UI::Widget 0.95

Curses::UI::Widget 0.95


Curses::UI::Widget is a base class for all widgets. more>>
Curses::UI::Widget is a base class for all widgets.

CLASS HIERARCHY

Curses::UI::Widget - base class

SYNOPSIS

This class is not used directly by somebody who is building an application using Curses::UI. Its a base class that is expanded by the Curses::UI widgets. See WIDGET STRUCTURE below for a basic widget framework.

use Curses::UI::Widget;
my $widget = new Curses::UI::Widget(
-width => 15,
-height => 5,
-border => 1,
);

<<less
Download (0.14MB)
Added: 2006-10-04 License: Perl Artistic License Price:
1115 downloads
Lero UI Mac OsX Set 0.3

Lero UI Mac OsX Set 0.3


This actually provides OSX-like icons for your GNOME desktop. more>> <<less
Added: 2009-03-17 License: GPL Price: FREE
1 downloads
Curses::UI::TextEditor 0.95

Curses::UI::TextEditor 0.95


Curses::UI::TextEditor module can create and manipulate texteditor widgets. more>>
Curses::UI::TextEditor module can create and manipulate texteditor widgets.

CLASS HIERARCHY

Curses::UI::Widget
Curses::UI::Searchable
|
+----Curses::UI::TextEditor

SYNOPSIS

use Curses::UI;
my $cui = new Curses::UI;
my $win = $cui->add(window_id, Window);

my $editor = $win->add(
myeditor, TextEditor,
-vscrollbar => 1,
-wrapping => 1,
);

$editor->focus();
my $text = $editor->get();

Curses::UI::TextEditor is a widget that can be used to create a couple of different kinds of texteditors. These are:

multi-line texteditor

This is a multi-line text editor with features like word-wrapping, maximum textlength and undo.

single-line texteditor

The texteditor can be created as a single-line editor. Most of the features of the default texteditor will remain. Only the multi-line specific options will not be available (like moving up and down in the text).

read only texteditor

The texteditor can also be used in read only mode. In this mode, the texteditor will function as a text viewer. The user can walk through the text and search trough it.

See exampes/demo-Curses::UI::TextEditor in the distribution for a short demo of these.

<<less
Download (0.14MB)
Added: 2007-08-08 License: Perl Artistic License Price:
807 downloads
OpenInteract::UI::Main 1.62

OpenInteract::UI::Main 1.62


OpenInteract::UI::Main is the primary user interface assembly conductor. more>>
OpenInteract::UI::Main is the primary user interface assembly conductor.

SYNOPSIS

my $page = OpenInteract::UI::Main->handler();
send_http_headers();
print $page;

# Subclass to define a new method for looking up template names:

package OpenInteract::UI::LanguageChoice;

use base qw( OpenInteract::UI::Main );

my $DEFAULT_LANGUAGE = en;

sub choose_template {
my ( $class ) = @_;
my ( $language );
if ( $R->{auth}{is_logged_in} ) {
$language = $R->{auth}{user}->language;
}
$language ||= $R->apache->param( lang )
|| $R->{session}{lang}
|| $DEFAULT_LANGUAGE;
my $R = OpenInteract::Request->instance;
my $template = $R->{theme}->property_value( "template_$language" )
|| $R->{theme}->property_value( main_template );
return $template;
}

This is the handler that puts the main content generated together with the template that surrounds the content on every page.

The action has already been parsed from the URL for us so we look up the class/method used to generate the content and call them. We then put that content into the main template which is specified in our theme, unless we have received another directive to use a separate template or no template at all.

Another alternative is that the content handler needs to return a file that is not HTML, such as a PDF, graphic, word processing document, archive, or whatever. If so the content handler should put the complete filename in the $R->{page}->{send_file} key.

A content author can set a main template to use for the generated content by setting:

$R->{page}{_template_name_}

to the name of the template to use. This should be a fully-qualified template name -- such as mypkg::mytemplate. If you do not specify a package the OI template provider will try to find the template in the global template directory.

You can also set a template that might vary by theme. This is not the name of the template directly but rather a placeholder within the theme which holds the name of the template. For instance, say you created a spooky_template and implemented it in multiple themes. Even though you as an author do not know what theme will be used, you can still pick the right template by setting:

$R->{page}{_template_key_}

And to use the simple template, the author should set:

$R->{page}{_simple_}

to a true value. The default simple template is base_simple, although you can set its name under the template_names key of your server configuration.

Finally, the author can also set:

$R->{page}{_no_template_}

to display the content without a template at all.

Main Template Variables

Any content handler can send information to be placed directly onto the main template by setting information using the $R->{main_template_vars} hashref. For instance:

$R->{main_template_vars}{current_weather} = Rainy and cold;

would set the current_weather template variable for display on the main template and not on any of the content handlers.

Note that while this sounds useful (and it can be), you will probably use it only very rarely. The boxes concept is more comprehensive and full-featured and will almost certainly do what you need.

<<less
Download (0.64MB)
Added: 2006-08-29 License: Perl Artistic License Price:
1151 downloads
Quill UI Designer 0.1-alpha1

Quill UI Designer 0.1-alpha1


Quill is a visual Web interface designer based on QuiX, Porcupines integrated XML User interface Language. more>>
Quill is a visual Web interface designer based on QuiX, Porcupines integrated XML User interface Language.

It took us quite longer than we expected but here it is. Quill is a visual web interface designer based on QuiX, Porcupines integrated XML User-Interface Language. We believe this is a major leap for the web interface design process, as it has become almost identical to this of a common desktop application.

This is an alpha release and as such there are a lot of missing features, but generally you can get things done a lot faster and easier than before. This release supports almost every QuiX widget, giving you full control over it, exhibiting all of its editable properties.

<<less
Download (7.4MB)
Added: 2006-05-25 License: Freeware Price:
1250 downloads
GNU-LINUX Tierra-UI NON GLOBAL MENU 0.0

GNU-LINUX Tierra-UI NON GLOBAL MENU 0.0


GNU-LINUX Tierra-UI NON GLOBAL MENU offers users a non global-menu version of the GNU-LINUX Tierra-UI theme. more>> <<less
Added: 2008-11-20 License: GPL Price: FREE
1 downloads
Xine 1.1.7 (xine-lib)/0.99.5 (xine-ui)

Xine 1.1.7 (xine-lib)/0.99.5 (xine-ui)


Xine is a free multimedia player. more>>
xine is a free (gpl-licensed) high-performance, portable and reusable multimedia playback engine. xine itself is a shared library with an easy to use, yet powerful api which is used by many applications for smooth video playback and video processing purposes.
Main features:
- xine is fast:
- All included decoders are optimized to use MMX, MMXEXT, SSE and 3DNow! acceleration if available. The well designed architecture moves data efficiently across plugins without requiring extra memory copies to be made. Multi-threaded implementation provide big gains on SMP systems.
- xine is extensible:
- Plugins are probed on startup and new ones may be installed from third party (although the most important are already provided).
- xine is reusable:
- All described features are available from a library and may be called from other applications. A default X11 GUI (xine-ui) is available but any other frontend can use the xine-lib too. There are several of them already available: gtk (gxine and sinek), gnome2 (Totem), gtk2 (GQoob), scriptable console (toxine), kde (kxine), kdemultimedia (xine aRts plugin) and even a Netscape/Mozilla plugin. (some frontends may be at beta stage)
General features:
- Skinnable GUI
- Download and installation of new skins from the internet
- Navigation controls (seeking, pause, fast, slow, next chapter, etc)
- Linux InfraRed Control support (LIRC)
- On Screen Display features
- DVD and external subtitles
- DVD/VCD menus
- Audio and subtitle channel selection
- Closed Caption support
- Brightness, contrast, audio volume, hue, saturation adjusting (requires hardware/driver support)
- Playlists
- Mediamarks
- Image snapshot
- Audio resampling
- Software deinterlacing algorithms
- 2-3 pulldown detection (tvtime plugin)
- Configuration dialog
- Aspect ratio changing
- Fullscreen display
- DTS passthrough
- TV fullscreen support using nvtvd
- Streaming playback support
<<less
Download (0.47MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
892 downloads
QTuneroid 0.9

QTuneroid 0.9


QTuneroid is a musical instrument tuner, designed to tune musical instruments on PC . more>>
QTuneroid is a musical instrument tuner, designed to tune musical instruments on PC using a microphone or by directly connecting the instrument to the PCs sound card.
This program actually is a fork of Tuneroid by Jozef Kosoru (check his page at "http://www.uid0.sk/zyzstar/?tuneroid" ) which i made because i needed a good tuner, but dont want to use huge and sluggish KDE desktop, nor even install KDE libraries. So i ported Tuneroid to pure Qt and made some tweaks to UI slightly...
Enhancements:
- small ui fixes
- several build fixes
<<less
Download (0.28MB)
Added: 2007-02-08 License: GPL (GNU General Public License) Price:
988 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5