Sponsored Content
Operating Systems Linux Ubuntu How to Get the Appereance Of Ubantu in LINUX Post 302205634 by ch.siva on Monday 16th of June 2008 01:35:38 AM
Old 06-16-2008
Bug How to Get the Appereance Of Ubantu in LINUX

Hi guys , Iam newbie to this site, and i would like to know how to change the appereance of linux as how u feel in ubantu.
clearly i want to get the UBANTU GUI in LINUX .. if anybody did it earlier . plz post the solution in stepwise...

thanx
siv
 

We Also Found This Discussion For You

1. Shell Programming and Scripting

cant figure out the error in this script (adding numbers in a string) using ubantu shell

hii please help me this is the script num=$1 sum=0 while do x=`expr $num % 10` sum=`expr $sum + $x` num=`expr $num / 10` done echo "Summation is $sum" it is giving error pratyush@ubuntu:~$ sh shell.sh 123 shell.sh: 11: 123: not found Summation is 0 (3 Replies)
Discussion started by: Pratyush Sakhle
3 Replies
QCommonStyle(3qt)														 QCommonStyle(3qt)

NAME
QCommonStyle - Encapsulates the common Look and Feel of a GUI SYNOPSIS
#include <qcommonstyle.h> Inherits QStyle. Inherited by QMotifStyle and QWindowsStyle. Public Members QCommonStyle () DESCRIPTION
The QCommonStyle class encapsulates the common Look and Feel of a GUI. This abstract class implements some of the widget's look and feel that is common to all GUI styles provided and shipped as part of Qt. All the functions are documented in QStyle. See also Widget Appearance and Style. MEMBER FUNCTION DOCUMENTATION
QCommonStyle::QCommonStyle () Constructs a QCommonStyle. SEE ALSO
http://doc.trolltech.com/qcommonstyle.html http://www.trolltech.com/faq/tech.html COPYRIGHT
Copyright 1992-2001 Trolltech AS, http://www.trolltech.com. See the license file included in the distribution for a complete license statement. AUTHOR
Generated automatically from the source code. BUGS
If you find a bug in Qt, please report it as described in http://doc.trolltech.com/bughowto.html. Good bug reports help us to help you. Thank you. The definitive Qt documentation is provided in HTML format; it is located at $QTDIR/doc/html and can be read using Qt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. If you find errors in this manual page, please report them to qt-bugs@trolltech.com. Please include the name of the manual page (qcommonstyle.3qt) and the Qt version (3.1.1). Trolltech AS 9 December 2002 QCommonStyle(3qt)
All times are GMT -4. The time now is 10:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy