PyQt begginer
Unsolved
Italian
-
Sono totalmente ignorante di Python quindi non provo nemmeno a darti esempi. I passi da fare sono
- Crea un
QWidget
- crea un
QHBoxLayout
- chiama
QWidget::setLayout
per impostare il layout sul widget - crea le due
QScrollArea
- chama
QHBoxLayout::addWidget
per aggiungere le scroll areas al widget - chiama
QWidget::setStyleSheet
per impostare lo sfondond (la sintassi e' molto simile a CSS http://doc.qt.io/qt-5/stylesheet.html )
- Crea un