Ksetiwatch API Documentation


About Class Reference

The widget for the About tab page. More...

#include <about.h>

Inherits QWidget.

Inheritance diagram for About:

Inheritance graph
[legend]
Collaboration diagram for About:

Collaboration graph
[legend]
List of all members.

Public Methods

 About (QWidget *parent=0, const char *name=0)
 ~About ()

Protected Slots

void slotShowHelp ()

Protected Methods

void resizeEvent (QResizeEvent *)

Detailed Description

The widget for the About tab page.

Definition at line 26 of file about.h.


Constructor & Destructor Documentation

About::About QWidget   parent = 0,
const char *    name = 0
 

The constructor.

Parameters:
parent  The parent widget. If 0, this widget becomes a top-level widget.
name  A text that can be used to identify this widget.

Definition at line 28 of file about.cpp.

References QString::arg(), QObject::connect(), QWidget::move(), QWidget::resize(), QLabel::setPixmap(), QPushButton::setText(), QWidget::sizeHint(), and slotShowHelp().

About::~About  
 

The destructor.

Definition at line 95 of file about.cpp.


Member Function Documentation

void About::resizeEvent QResizeEvent   [protected]
 

Resizes and rearranges widgets in the tab page when the window size changes.

A relict from ancient times when there were no layout widgets.

Parameters:
e  An object containing details about the resize event.

Reimplemented from QWidget.

Definition at line 100 of file about.cpp.

void About::slotShowHelp   [protected, slot]
 

Invokes the Help window.

Definition at line 106 of file about.cpp.

Referenced by About().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for Ksetiwatch API Version 2.6.1.
Documentation copyright © 2000-2003 Gordon Machel.
Generated on Fri Jun 6 00:28:36 2003 by doxygen 1.2.18, written by Dimitri van Heesch, © 1997-2002