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