[01:59] hello. i need to make the scroll bar of a qlist bigges so its easier to control with a touch screen. im using pyqt4. any idea? [02:00] I'd consider pyqt4 deprecated. ;) [02:01] well any idea how to do taht with pyqt5 [02:01] I'd have to reference the docs. [02:21] if anyone intereste i made it [02:21] i make it work just added a line: self.setStyleSheet("QScrollBar:vertical { width: 50px; }") where self is the main qwidget