diff options
Diffstat (limited to 'sip/qt/qtoolbar.sip')
-rw-r--r-- | sip/qt/qtoolbar.sip | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/sip/qt/qtoolbar.sip b/sip/qt/qtoolbar.sip index 7143ba0..3f281da 100644 --- a/sip/qt/qtoolbar.sip +++ b/sip/qt/qtoolbar.sip @@ -1,110 +1,110 @@ -// This is the SIP interface definition for QToolBar. +// This is the SIP interface definition for TQToolBar. // // 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>QToolBar</Title> +<Sect2><Title>TQToolBar</Title> <Para> -<Literal>QToolBar</Literal> is fully implemented. +<Literal>TQToolBar</Literal> is fully implemented. </Para> </Sect2> %End -%If (Qt_3_0_0 -) +%If (TQt_3_0_0 -) -class QToolBar : QDockWindow +class TQToolBar : TQDockWindow { %TypeHeaderCode #include <qtoolbar.h> %End public: - QToolBar(const QString &,QMainWindow * /TransferThis/,Dock = DockTop, + TQToolBar(const TQString &,TQMainWindow * /TransferThis/,Dock = DockTop, bool = 0,const char * = 0); - QToolBar(const QString &,QMainWindow *,QWidget * /TransferThis/, + TQToolBar(const TQString &,TQMainWindow *,TQWidget * /TransferThis/, bool = 0,const char * = 0,WFlags = 0); - QToolBar(QMainWindow * /TransferThis/ = 0,const char * = 0); + TQToolBar(TQMainWindow * /TransferThis/ = 0,const char * = 0); void addSeparator(); void show(); void hide(); - QMainWindow *mainWindow() const; + TQMainWindow *mainWindow() const; - virtual void setStretchableWidget(QWidget *); + virtual void setStretchableWidget(TQWidget *); - bool event(QEvent *); + bool event(TQEvent *); - virtual void setLabel(const QString &); - QString label() const; + virtual void setLabel(const TQString &); + TQString label() const; virtual void clear(); - QSize minimumSize() const; - QSize minimumSizeHint() const; + TQSize minimumSize() const; + TQSize minimumSizeHint() const; void setOrientation(Orientation); void setMinimumSize(int,int); protected: - void resizeEvent(QResizeEvent *); - void styleChange(QStyle &); + void resizeEvent(TQResizeEvent *); + void styleChange(TQStyle &); private: - QToolBar(const QToolBar &); + TQToolBar(const TQToolBar &); }; %End -%If (- Qt_3_0_0) +%If (- TQt_3_0_0) -class QToolBar : QWidget +class TQToolBar : TQWidget { %TypeHeaderCode #include <qtoolbar.h> %End public: -%If (- Qt_2_00) - QToolBar(const char *,QMainWindow * /TransferThis/, - QMainWindow::ToolBarDock = QMainWindow::Top, +%If (- TQt_2_00) + TQToolBar(const char *,TQMainWindow * /TransferThis/, + TQMainWindow::ToolBarDock = TQMainWindow::Top, bool = 0,const char * = 0); - QToolBar(const char *,QMainWindow *,QWidget * /TransferThis/,bool = 0, + TQToolBar(const char *,TQMainWindow *,TQWidget * /TransferThis/,bool = 0, const char * = 0,WFlags = 0); %End -%If (Qt_2_00 -) - QToolBar(const QString &,QMainWindow * /TransferThis/, - QMainWindow::ToolBarDock = QMainWindow::Top,bool = 0, +%If (TQt_2_00 -) + TQToolBar(const TQString &,TQMainWindow * /TransferThis/, + TQMainWindow::ToolBarDock = TQMainWindow::Top,bool = 0, const char * = 0); - QToolBar(const QString &,QMainWindow *,QWidget * /TransferThis/,bool = 0, + TQToolBar(const TQString &,TQMainWindow *,TQWidget * /TransferThis/,bool = 0, const char * = 0,WFlags = 0); %End - QToolBar(QMainWindow * /TransferThis/ = 0,const char * = 0); + TQToolBar(TQMainWindow * /TransferThis/ = 0,const char * = 0); void addSeparator(); -%If (- Qt_2_00) +%If (- TQt_2_00) enum Orientation { Horizontal, @@ -115,45 +115,45 @@ public: virtual void setOrientation(Orientation); Orientation orientation() const; void show(); - QMainWindow *mainWindow(); - bool event(QEvent *); -%If (- Qt_2_00) - void setStretchableWidget(QWidget *); + TQMainWindow *mainWindow(); + bool event(TQEvent *); +%If (- TQt_2_00) + void setStretchableWidget(TQWidget *); %End -%If (Qt_2_00 -) - virtual void setStretchableWidget(QWidget *); - bool eventFilter(QObject *,QEvent *); - virtual void setLabel(const QString &); - QString label() const; +%If (TQt_2_00 -) + virtual void setStretchableWidget(TQWidget *); + bool eventFilter(TQObject *,TQEvent *); + virtual void setLabel(const TQString &); + TQString label() const; %End -%If (Qt_2_1_0 -) +%If (TQt_2_1_0 -) void hide(); void setHorizontalStretchable(bool); void setVerticalStretchable(bool); bool isHorizontalStretchable() const; bool isVerticalStretchable() const; void clear(); - QSize minimumSize() const; - QSize minimumSizeHint() const; + TQSize minimumSize() const; + TQSize minimumSizeHint() const; %End protected: - void paintEvent(QPaintEvent *); -%If (Qt_2_1_0 -) - void resizeEvent(QResizeEvent *); + void paintEvent(TQPaintEvent *); +%If (TQt_2_1_0 -) + void resizeEvent(TQResizeEvent *); %End -%If (Qt_2_3_0 -) - void styleChange(QStyle &); +%If (TQt_2_3_0 -) + void styleChange(TQStyle &); %End signals: -%If (Qt_2_1_0 -) +%If (TQt_2_1_0 -) void orientationChanged(Orientation); %End private: -%If (Qt_2_1_0 -) - QToolBar(const QToolBar &); +%If (TQt_2_1_0 -) + TQToolBar(const TQToolBar &); %End }; |