summaryrefslogtreecommitdiffstats
path: root/sip/qt/qtabdialog.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qtabdialog.sip')
-rw-r--r--sip/qt/qtabdialog.sip128
1 files changed, 64 insertions, 64 deletions
diff --git a/sip/qt/qtabdialog.sip b/sip/qt/qtabdialog.sip
index 115cf9d..8e930e1 100644
--- a/sip/qt/qtabdialog.sip
+++ b/sip/qt/qtabdialog.sip
@@ -1,142 +1,142 @@
-// This is the SIP interface definition for QTabDialog.
+// This is the SIP interface definition for TQTabDialog.
//
// Copyright (c) 2007
// Riverbank Computing Limited <info@riverbankcomputing.co.uk>
//
-// This file is part of PyQt.
+// This file is part of PyTQt.
//
-// This copy of PyQt is free software; you can redistribute it and/or modify it
+// This copy of PyTQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
//
-// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
+// PyTQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
// details.
//
// You should have received a copy of the GNU General Public License along with
-// PyQt; see the file LICENSE. If not, write to the Free Software Foundation,
+// PyTQt; see the file LICENSE. If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
%ExportedDoc
-<Sect2><Title>QTabDialog</Title>
+<Sect2><Title>TQTabDialog</Title>
<Para>
-<Literal>QTabDialog</Literal> is fully implemented.
+<Literal>TQTabDialog</Literal> is fully implemented.
</Para>
</Sect2>
%End
-%If (Qt_TABDIALOG)
+%If (TQt_TABDIALOG)
-class QTabDialog : QDialog
+class TQTabDialog : TQDialog
{
%TypeHeaderCode
#include <qtabdialog.h>
%End
public:
- QTabDialog(QWidget * /TransferThis/ = 0,const char * = 0,bool = 0,
+ TQTabDialog(TQWidget * /TransferThis/ = 0,const char * = 0,bool = 0,
WFlags = 0);
void show();
- void setFont(const QFont &);
+ void setFont(const TQFont &);
-%If (- Qt_2_00)
- void addTab(QWidget *,const char *);
+%If (- TQt_2_00)
+ void addTab(TQWidget *,const char *);
%End
-%If (Qt_2_00 -)
- void addTab(QWidget *,const QString &);
- void addTab(QWidget *,const QIconSet &,const QString &);
+%If (TQt_2_00 -)
+ void addTab(TQWidget *,const TQString &);
+ void addTab(TQWidget *,const TQIconSet &,const TQString &);
%End
- void addTab(QWidget *,QTab *);
+ void addTab(TQWidget *,TQTab *);
-%If (Qt_2_00 -)
- void insertTab(QWidget *,const QString &,int = -1);
- void insertTab(QWidget *,const QIconSet &,const QString &,int = -1);
- void insertTab(QWidget *,QTab *,int = -1);
+%If (TQt_2_00 -)
+ void insertTab(TQWidget *,const TQString &,int = -1);
+ void insertTab(TQWidget *,const TQIconSet &,const TQString &,int = -1);
+ void insertTab(TQWidget *,TQTab *,int = -1);
- void changeTab(QWidget *,const QString &);
- void changeTab(QWidget *,const QIconSet &,const QString &);
+ void changeTab(TQWidget *,const TQString &);
+ void changeTab(TQWidget *,const TQIconSet &,const TQString &);
%End
-%If (Qt_2_00 -)
- bool isTabEnabled(QWidget *) const;
- void setTabEnabled(QWidget *,bool);
+%If (TQt_2_00 -)
+ bool isTabEnabled(TQWidget *) const;
+ void setTabEnabled(TQWidget *,bool);
%End
-%If (- Qt_3_0_0)
+%If (- TQt_3_0_0)
bool isTabEnabled(const char *) const;
void setTabEnabled(const char *,bool);
%End
- void showPage(QWidget *);
-%If (Qt_2_00 -)
- void removePage(QWidget *);
- QString tabLabel(QWidget *);
+ void showPage(TQWidget *);
+%If (TQt_2_00 -)
+ void removePage(TQWidget *);
+ TQString tabLabel(TQWidget *);
%End
-%If (- Qt_2_00)
- const char *tabLabel(QWidget *);
+%If (- TQt_2_00)
+ const char *tabLabel(TQWidget *);
%End
-%If (Qt_2_00 -)
- QWidget *currentPage() const;
+%If (TQt_2_00 -)
+ TQWidget *currentPage() const;
%End
-%If (- Qt_2_00)
+%If (- TQt_2_00)
void setDefaultButton(const char * = "Defaults");
%End
-%If (Qt_2_00 -)
- void setDefaultButton(const QString &);
+%If (TQt_2_00 -)
+ void setDefaultButton(const TQString &);
void setDefaultButton();
%End
bool hasDefaultButton() const;
-%If (Qt_2_00 -)
- void setHelpButton(const QString &);
+%If (TQt_2_00 -)
+ void setHelpButton(const TQString &);
void setHelpButton();
bool hasHelpButton() const;
%End
-%If (- Qt_2_00)
+%If (- TQt_2_00)
void setCancelButton(const char * = "Cancel");
%End
-%If (Qt_2_00 -)
- void setCancelButton(const QString &);
+%If (TQt_2_00 -)
+ void setCancelButton(const TQString &);
void setCancelButton();
%End
bool hasCancelButton() const;
-%If (- Qt_2_00)
+%If (- TQt_2_00)
void setApplyButton(const char * = "Apply");
%End
-%If (Qt_2_00 -)
- void setApplyButton(const QString &);
+%If (TQt_2_00 -)
+ void setApplyButton(const TQString &);
void setApplyButton();
%End
bool hasApplyButton() const;
-%If (- Qt_2_00)
+%If (- TQt_2_00)
void setOkButton(const char * = "OK");
%End
-%If (Qt_2_00 -)
- void setOkButton(const QString &);
+%If (TQt_2_00 -)
+ void setOkButton(const TQString &);
void setOkButton();
%End
bool hasOkButton() const;
protected:
- void paintEvent(QPaintEvent *);
- void resizeEvent(QResizeEvent *);
-%If (- Qt_2_00)
+ void paintEvent(TQPaintEvent *);
+ void resizeEvent(TQResizeEvent *);
+%If (- TQt_2_00)
void styleChange(GUIStyle);
%End
-%If (Qt_2_00 -)
- void styleChange(QStyle &);
+%If (TQt_2_00 -)
+ void styleChange(TQStyle &);
%End
- void setTabBar(QTabBar *);
- QTabBar *tabBar() const;
+ void setTabBar(TQTabBar *);
+ TQTabBar *tabBar() const;
signals:
void aboutToShow();
@@ -144,23 +144,23 @@ signals:
void applyButtonPressed();
void cancelButtonPressed();
void defaultButtonPressed();
-%If (Qt_2_00 -)
+%If (TQt_2_00 -)
void helpButtonPressed();
%End
-%If (Qt_2_2_0 -)
- void currentChanged(QWidget *);
+%If (TQt_2_2_0 -)
+ void currentChanged(TQWidget *);
%End
-%If (- Qt_2_00)
+%If (- TQt_2_00)
void selected(const char *);
%End
-%If (Qt_2_00 - Qt_3_0_0)
- void selected(const QString &);
+%If (TQt_2_00 - TQt_3_0_0)
+ void selected(const TQString &);
%End
private:
-%If (Qt_2_1_0 -)
- QTabDialog(const QTabDialog &);
+%If (TQt_2_1_0 -)
+ TQTabDialog(const TQTabDialog &);
%End
};