36 self.saveCheckBox.setChecked(saveIt) |
36 self.saveCheckBox.setChecked(saveIt) |
37 |
37 |
38 self.iconLabel.setText("") |
38 self.iconLabel.setText("") |
39 self.iconLabel.setPixmap( |
39 self.iconLabel.setPixmap( |
40 self.style().standardIcon(QStyle.SP_MessageBoxQuestion).pixmap( |
40 self.style().standardIcon(QStyle.SP_MessageBoxQuestion).pixmap( |
41 32, 32)) |
41 32, 32)) |
42 |
42 |
43 def setData(self, username, password): |
43 def setData(self, username, password): |
44 """ |
44 """ |
45 Public method to set the login data. |
45 Public method to set the login data. |
46 |
46 |