Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 6282078ae76a671f49c6af38c67b1a07 > files > 828

kdelibs-devel-2.2.2-49.2mdk.i586.rpm

<HTML>
<HEAD>
<TITLE>class KAboutWidget</TITLE>

<META NAME="Generator" CONTENT="KDOC ">
</HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD>
	<TABLE BORDER="0">
		<TR><TD valign="top" align="left" cellspacing="10">
		<h1>class KAboutWidget</h1>
		</TD>
		<TD valign="top" align="right" colspan="1">
 KAboutWidget is the main widget for KAboutDialog. <small><A HREF="#longdesc">More...</A></small></TD></TR>
	</TABLE>
	<HR>
	<TABLE BORDER="0">
		<TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="kaboutdialog_h.html">kaboutdialog.h</A>&gt;</code></TD></TR>
<TR><TH>Inherits</TH><TD><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qwidget.html">QWidget</A> <small>(qt)</small> <small>[public ]</small></TD></TR>
<TR><TH><A HREF="full-list-KAboutWidget.html">List of all Methods</A></TH></TR>
	</TABLE>
	</TD>
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE>
<h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref1">KAboutWidget</A></b> (<A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qwidget.html">QWidget</A>* parent=0, const char* name=0 ) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref2">adjust</A></b> () 
</LI>
<LI>void &nbsp;<b><A HREF="#ref3">setLogo</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qpixmap.html">QPixmap</A>&) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref4">setAuthor</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& email,
		 const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& url, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& work) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref5">setMaintainer</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& email,
		     const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& url, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& work) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref6">addContributor</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& email,
		      const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& url, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& work) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref7">setVersion</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name) 
</LI>
</ul><h4>Signals</h4><ul><LI>void &nbsp;<b><A HREF="#ref10">sendEmail</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& email) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref11">openURL</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& url) 
</LI>
</ul><h4>Protected Methods</h4><ul><LI>void &nbsp;<b><A HREF="#ref12">resizeEvent</A></b> (<A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qresizeevent.html">QResizeEvent</A>*) 
</LI>
</ul><h4>Protected Slots</h4><ul><LI>void &nbsp;<b><A HREF="#ref8">sendEmailSlot</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& email) 
</LI>
<LI>void &nbsp;<b><A HREF="#ref9">openURLSlot</A></b> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& url) 
</LI>
</ul><h4>Protected Members</h4><ul><LI>QLabel *<b><A HREF="#ref13">version</A></b></LI>
<LI>QLabel *<b><A HREF="#ref14">cont</A></b></LI>
<LI>QLabel *<b><A HREF="#ref15">logo</A></b></LI>
<LI>KAboutContributor *<b><A HREF="#ref16">author</A></b></LI>
<LI>KAboutContributor *<b><A HREF="#ref17">maintainer</A></b></LI>
<LI>bool <b><A HREF="#ref18">showMaintainer</A></b></LI>
<LI>QList<KAboutContributor> <b><A HREF="#ref19">contributors</A></b></LI>
</ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p>
 KAboutWidget is the main widget for KAboutDialog.
</p>
<p> It has a minimum size set.
 </p>
<A NAME="KAboutWidget"></A><A NAME="ref1"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>KAboutWidget</strong> (<A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qwidget.html">QWidget</A>* parent=0, const char* name=0 )
<br></td><td align="right"><h3><strong>KAboutWidget</strong></h3></td></tr></table><p></p><p>
 The Qt constructor.
   </p>
<A NAME="adjust"></A><A NAME="ref2"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>adjust</strong> ()
<br></td><td align="right"><h3><strong>adjust</strong></h3></td></tr></table><p></p><p>
 Adjust the minimum size (after setting the properties of the image and
 the labels.
   </p>
<A NAME="setLogo"></A><A NAME="ref3"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setLogo</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qpixmap.html">QPixmap</A>&)
<br></td><td align="right"><h3><strong>setLogo</strong></h3></td></tr></table><p></p><p>
 Set the image as the application logo.
   </p>
<A NAME="setAuthor"></A><A NAME="ref4"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setAuthor</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& email,
		 const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& url, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& work)
<br></td><td align="right"><h3><strong>setAuthor</strong></h3></td></tr></table><p></p><A NAME="setMaintainer"></A><A NAME="ref5"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setMaintainer</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& email,
		     const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& url, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& work)
<br></td><td align="right"><h3><strong>setMaintainer</strong></h3></td></tr></table><p></p><A NAME="addContributor"></A><A NAME="ref6"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>addContributor</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& email,
		      const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& url, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& work)
<br></td><td align="right"><h3><strong>addContributor</strong></h3></td></tr></table><p></p><A NAME="setVersion"></A><A NAME="ref7"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setVersion</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name)
<br></td><td align="right"><h3><strong>setVersion</strong></h3></td></tr></table><p></p><A NAME="sendEmailSlot"></A><A NAME="ref8"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>sendEmailSlot</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& email)
<br></td><td align="right"><h3><strong>sendEmailSlot</strong></h3></td></tr></table><p> <small>[protected slots slot]</small></p><A NAME="openURLSlot"></A><A NAME="ref9"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>openURLSlot</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& url)
<br></td><td align="right"><h3><strong>openURLSlot</strong></h3></td></tr></table><p> <small>[protected slots slot]</small></p><A NAME="sendEmail"></A><A NAME="ref10"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>sendEmail</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& name, const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& email)
<br></td><td align="right"><h3><strong>sendEmail</strong></h3></td></tr></table><p> <small>[signal]</small></p><A NAME="openURL"></A><A NAME="ref11"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>openURL</strong> (const <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qstring.html">QString</A>& url)
<br></td><td align="right"><h3><strong>openURL</strong></h3></td></tr></table><p> <small>[signal]</small></p><A NAME="resizeEvent"></A><A NAME="ref12"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>resizeEvent</strong> (<A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qresizeevent.html">QResizeEvent</A>*)
<br></td><td align="right"><h3><strong>resizeEvent</strong></h3></td></tr></table><p> <small>[protected]</small></p><p>Reimplemented from <A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qwidget.html#28c156">QWidget</A>.</p>
<A NAME="version"></A><A NAME="ref13"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qlabel.html">QLabel</A> * <strong>version</strong>
</td><td align="right"><h3><strong>version</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="cont"></A><A NAME="ref14"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qlabel.html">QLabel</A> * <strong>cont</strong>
</td><td align="right"><h3><strong>cont</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="logo"></A><A NAME="ref15"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qlabel.html">QLabel</A> * <strong>logo</strong>
</td><td align="right"><h3><strong>logo</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="author"></A><A NAME="ref16"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="KAboutContributor.html">KAboutContributor</A> * <strong>author</strong>
</td><td align="right"><h3><strong>author</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="maintainer"></A><A NAME="ref17"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="KAboutContributor.html">KAboutContributor</A> * <strong>maintainer</strong>
</td><td align="right"><h3><strong>maintainer</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="showMaintainer"></A><A NAME="ref18"></A><table width="100%"><tr bgcolor="#eeeeee"><td>bool  <strong>showMaintainer</strong>
</td><td align="right"><h3><strong>showMaintainer</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="contributors"></A><A NAME="ref19"></A><table width="100%"><tr bgcolor="#eeeeee"><td><A HREF="../../../../../../../../../usr/share/doc/qt-2.3.1/html/qlist.html">QList</A><<A HREF="KAboutContributor.html">KAboutContributor</A>>  <strong>contributors</strong>
</td><td align="right"><h3><strong>contributors</strong></h3></td></tr></table><p> <small>[protected]</small></p><HR>
	<table>
	<tr><td><small>Generated by: qateam on updates.mandrakesoft.com on Mon Dec 30 16:09:05 2002, using kdoc 2.0a53.</small></td></tr>
	</table>
</BODY>
</HTML>