|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class KAboutContainer : TQFrame
|
|
|
|
|
class TDEAboutContainer : TQFrame
|
|
|
|
|
{
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
|
#include <kaboutdialog.h>
|
|
|
|
@ -32,7 +32,7 @@ class KAboutContainer : TQFrame
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KAboutContainer (TQWidget* /TransferThis/ = 0, const char* = 0, int = 0, int = 0, int = AlignCenter , int = AlignCenter );
|
|
|
|
|
TDEAboutContainer (TQWidget* /TransferThis/ = 0, const char* = 0, int = 0, int = 0, int = AlignCenter , int = AlignCenter );
|
|
|
|
|
void addWidget (TQWidget*);
|
|
|
|
|
void addPerson (const TQString&, const TQString&, const TQString&, const TQString&, bool = 0, bool = 0, bool = 0);
|
|
|
|
|
void addTitle (const TQString&, int = AlignLeft , bool = 0, bool = 0);
|
|
|
|
@ -47,10 +47,10 @@ signals:
|
|
|
|
|
void urlClick (const TQString&);
|
|
|
|
|
void mailClick (const TQString&, const TQString&);
|
|
|
|
|
|
|
|
|
|
}; // class KAboutContainer
|
|
|
|
|
}; // class TDEAboutContainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class KAboutContributor : TQFrame
|
|
|
|
|
class TDEAboutContributor : TQFrame
|
|
|
|
|
{
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
|
#include <kaboutdialog.h>
|
|
|
|
@ -58,7 +58,7 @@ class KAboutContributor : TQFrame
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KAboutContributor (TQWidget* /TransferThis/ = 0, const char* = 0, const TQString& = TQString ::null , const TQString& = TQString ::null , const TQString& = TQString ::null , const TQString& = TQString ::null , bool = 0, bool = 1, bool = 0);
|
|
|
|
|
TDEAboutContributor (TQWidget* /TransferThis/ = 0, const char* = 0, const TQString& = TQString ::null , const TQString& = TQString ::null , const TQString& = TQString ::null , const TQString& = TQString ::null , bool = 0, bool = 1, bool = 0);
|
|
|
|
|
void setName (const TQString&, const TQString& = TQString ::null , bool = 1);
|
|
|
|
|
void setEmail (const TQString&, const TQString& = TQString ::null , bool = 1);
|
|
|
|
|
void setURL (const TQString&, const TQString& = TQString ::null , bool = 1);
|
|
|
|
@ -80,10 +80,10 @@ signals:
|
|
|
|
|
void sendEmail (const TQString&, const TQString&);
|
|
|
|
|
void openURL (const TQString&);
|
|
|
|
|
|
|
|
|
|
}; // class KAboutContributor
|
|
|
|
|
}; // class TDEAboutContributor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class KAboutWidget : TQWidget
|
|
|
|
|
class TDEAboutWidget : TQWidget
|
|
|
|
|
{
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
|
#include <kaboutdialog.h>
|
|
|
|
@ -91,7 +91,7 @@ class KAboutWidget : TQWidget
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KAboutWidget (TQWidget* /TransferThis/ = 0, const char* = 0);
|
|
|
|
|
TDEAboutWidget (TQWidget* /TransferThis/ = 0, const char* = 0);
|
|
|
|
|
void adjust ();
|
|
|
|
|
void setLogo (const TQPixmap&);
|
|
|
|
|
void setAuthor (const TQString&, const TQString&, const TQString&, const TQString&);
|
|
|
|
@ -110,10 +110,10 @@ signals:
|
|
|
|
|
protected:
|
|
|
|
|
void resizeEvent (TQResizeEvent*);
|
|
|
|
|
|
|
|
|
|
}; // class KAboutWidget
|
|
|
|
|
}; // class TDEAboutWidget
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class KAboutDialog : KDialogBase
|
|
|
|
|
class TDEAboutDialog : KDialogBase
|
|
|
|
|
{
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
|
#include <kaboutdialog.h>
|
|
|
|
@ -138,8 +138,8 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KAboutDialog (TQWidget* /TransferThis/ = 0, const char* = 0, bool = 1);
|
|
|
|
|
KAboutDialog (int, const TQString&, int, ButtonCode, TQWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 0, const TQString& = TQString ::null , const TQString& = TQString ::null , const TQString& = TQString ::null );
|
|
|
|
|
TDEAboutDialog (TQWidget* /TransferThis/ = 0, const char* = 0, bool = 1);
|
|
|
|
|
TDEAboutDialog (int, const TQString&, int, ButtonCode, TQWidget* /TransferThis/ = 0, const char* = 0, bool = 0, bool = 0, const TQString& = TQString ::null , const TQString& = TQString ::null , const TQString& = TQString ::null );
|
|
|
|
|
void adjust ();
|
|
|
|
|
virtual void show ();
|
|
|
|
|
virtual void show (TQWidget*);
|
|
|
|
@ -161,9 +161,9 @@ public:
|
|
|
|
|
void setProduct (const TQString&, const TQString&, const TQString&, const TQString&);
|
|
|
|
|
TQFrame* addTextPage (const TQString&, const TQString&, bool = 0, int = 10);
|
|
|
|
|
TQFrame* addLicensePage (const TQString&, const TQString&, int = 10);
|
|
|
|
|
KAboutContainer* addContainerPage (const TQString&, int = AlignCenter , int = AlignCenter );
|
|
|
|
|
KAboutContainer* addScrolledContainerPage (const TQString&, int = AlignCenter , int = AlignCenter );
|
|
|
|
|
KAboutContainer* addContainer (int, int);
|
|
|
|
|
TDEAboutContainer* addContainerPage (const TQString&, int = AlignCenter , int = AlignCenter );
|
|
|
|
|
TDEAboutContainer* addScrolledContainerPage (const TQString&, int = AlignCenter , int = AlignCenter );
|
|
|
|
|
TDEAboutContainer* addContainer (int, int);
|
|
|
|
|
TQFrame* addPage (const TQString&);
|
|
|
|
|
void setLogo (const TQPixmap&);
|
|
|
|
|
void setAuthor (const TQString&, const TQString&, const TQString&, const TQString&);
|
|
|
|
@ -186,5 +186,5 @@ protected slots:
|
|
|
|
|
protected:
|
|
|
|
|
//igx virtual void virtual_hook (int, void*);
|
|
|
|
|
|
|
|
|
|
}; // class KAboutDialog
|
|
|
|
|
}; // class TDEAboutDialog
|
|
|
|
|
|
|
|
|
|