~ubuntu-branches/debian/experimental/calibre/experimental

« back to all changes in this revision

Viewing changes to src/calibre/gui2/dialogs/confirm_delete_ui.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-08-16 09:55:40 UTC
  • mfrom: (1.3.35)
  • Revision ID: package-import@ubuntu.com-20120816095540-yfaxheew17jv19l5
Tags: 0.8.64+dfsg-1
* New upstream release:
  - Update license of the quick start guide to be DFSG compatible. Thanks to
    Christophe Siraut for sorting this out! (Closes: #653328)
* debian/control: Add new libmtp-dev build dependency.
* debian/control: Stricter python-mechanize dependency. (Closes: #684616)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Form implementation generated from reading ui file '/home/kovid/work/calibre/src/calibre/gui2/dialogs/confirm_delete.ui'
4
4
#
5
 
# Created: Sat Apr 30 12:56:24 2011
6
 
#      by: PyQt4 UI code generator 4.8.3
 
5
# Created: Sat Jul 21 09:44:32 2012
 
6
#      by: PyQt4 UI code generator 4.9.4
7
7
#
8
8
# WARNING! All changes made in this file will be lost!
9
9
 
30
30
        self.label.setObjectName(_fromUtf8("label"))
31
31
        self.horizontalLayout.addWidget(self.label)
32
32
        self.msg = QtGui.QLabel(Dialog)
 
33
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred)
 
34
        sizePolicy.setHorizontalStretch(0)
 
35
        sizePolicy.setVerticalStretch(0)
 
36
        sizePolicy.setHeightForWidth(self.msg.sizePolicy().hasHeightForWidth())
 
37
        self.msg.setSizePolicy(sizePolicy)
 
38
        self.msg.setMinimumSize(QtCore.QSize(300, 0))
33
39
        self.msg.setWordWrap(True)
34
40
        self.msg.setObjectName(_fromUtf8("msg"))
35
41
        self.horizontalLayout.addWidget(self.msg)