38 self.tagCombo.setEditText(reposURL) |
38 self.tagCombo.setEditText(reposURL) |
39 |
39 |
40 if not standardLayout: |
40 if not standardLayout: |
41 self.TagTypeGroup.setEnabled(False) |
41 self.TagTypeGroup.setEnabled(False) |
42 |
42 |
|
43 msh = self.minimumSizeHint() |
|
44 self.resize(max(self.width(), msh.width()), msh.height()) |
|
45 |
43 def getParameters(self): |
46 def getParameters(self): |
44 """ |
47 """ |
45 Public method to retrieve the tag data. |
48 Public method to retrieve the tag data. |
46 |
49 |
47 @return tuple of string and int (tag, tag type) |
50 @return tuple of string and int (tag, tag type) |