2000-06-07  Pete Ware  <[EMAIL PROTECTED]>

        * qt 2.1 added qt.QHBox.setStretchFactor()  Assumes QT_21x is
        available as a version (previous patch).

diff -c PyQt-0.13pre1/sip/qhbox.sip sip/qhbox.sip 
*** PyQt-0.13pre1/sip/qhbox.sip Wed May 24 04:34:47 2000
--- sip/qhbox.sip       Wed Jun  7 12:48:37 2000
***************
*** 24,29 ****
--- 24,32 ----
        QHBox(QWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0,bool = 1);
  
        void setSpacing(int);
+ %If Version(QT_21x)
+       bool setStretchFactor (QWidget *, int);
+ %End
  
  protected:
        QHBox(bool,QWidget * /TransferThis/ = 0,const char * = 0,WFlags = 0,



Reply via email to