~ubuntu-branches/ubuntu/precise/python-qt4/precise-proposed

« back to all changes in this revision

Viewing changes to sip/QtGui/qlabel.sip

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell
  • Date: 2010-11-08 16:13:33 UTC
  • mfrom: (1.5.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108161333-0nec4wu0nz3wpf9r
Tags: 4.8.1-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Build against python-sip-dev 4.11.2
* Remove kubuntu_02_fix-scpk-and-flag-issue.diff merged upstream
* Install __init__.py into /usr/lib/python3.2/dist-packages/PyQt4,
  fixes Python 3 support
* Add QtDeclarative to python-qt4
* Add kubuntu_03_uiparser.diff from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// qlabel.sip generated by MetaSIP on Mon Sep 20 14:10:27 2010
 
1
// qlabel.sip generated by MetaSIP on Fri Oct 29 15:43:58 2010
2
2
//
3
3
// This file is part of the QtGui Python extension module.
4
4
//
68
68
    void setScaledContents(bool);
69
69
    virtual QSize sizeHint() const;
70
70
    virtual QSize minimumSizeHint() const;
71
 
    void setBuddy(QWidget *);
 
71
    void setBuddy(QWidget * /KeepReference/);
72
72
    QWidget *buddy() const;
73
73
    virtual int heightForWidth(int) const;
74
74
%If (Qt_4_2_0 -)
86
86
 
87
87
public slots:
88
88
    void clear();
89
 
    void setMovie(QMovie *);
 
89
    void setMovie(QMovie * /KeepReference/);
90
90
    void setNum(double /Constrained/);
91
91
    void setNum(int);
92
92
    void setPicture(const QPicture &);
130
130
    virtual bool focusNextPrevChild(bool);
131
131
%End
132
132
 
 
133
public:
 
134
%If (Qt_4_7_0 -)
 
135
    void setSelection(int, int);
 
136
%End
 
137
%If (Qt_4_7_0 -)
 
138
    bool hasSelectedText() const;
 
139
%End
 
140
%If (Qt_4_7_0 -)
 
141
    QString selectedText() const;
 
142
%End
 
143
%If (Qt_4_7_0 -)
 
144
    int selectionStart() const;
 
145
%End
 
146
 
133
147
private:
134
148
    QLabel(const QLabel &);
135
149
};