[arch] fixes -> not displaying and uninstalling dependent packages during conflict resolutions | not retrieving all packages that would break if a given package is uninstalled

This commit is contained in:
Vinicius Moreira
2020-09-03 18:06:43 -03:00
parent 2b652532be
commit 129ede9c6c
12 changed files with 118 additions and 114 deletions

View File

@@ -302,6 +302,8 @@ class CheckboxQt(QCheckBox):
if model.read_only:
self.setAttribute(Qt.WA_TransparentForMouseEvents)
self.setFocusPolicy(Qt.NoFocus)
else:
self.setCursor(QCursor(Qt.PointingHandCursor))
def _set_checked(self, state):
checked = state == 2