~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to src/calibre/gui2/progress_indicator/QProgressIndicator.sip

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-02-27 07:48:06 UTC
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: package-import@ubuntu.com-20140227074806-64wdebb3ptosxhhx
Tags: upstream-1.25.0+dfsg
ImportĀ upstreamĀ versionĀ 1.25.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
int load_style(QString &path, QString &name);
11
11
bool do_notify(QObject *receiver, QEvent *event);
12
12
void set_no_activate_on_click(QWidget *widget);
 
13
void set_touch_menu_style(QWidget *widget, int margin);
13
14
%End
14
15
 
15
16
class QProgressIndicator : QWidget {
62
63
bool do_notify(QObject *receiver, QEvent *event);
63
64
 
64
65
void set_no_activate_on_click(QWidget *widget);
 
66
void set_touch_menu_style(QWidget *widget, int margin=20);