PyQt begginer
-
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::setLayoutper impostare il layout sul widget - crea le due
QScrollArea - chama
QHBoxLayout::addWidgetper aggiungere le scroll areas al widget - chiama
QWidget::setStyleSheetper impostare lo sfondond (la sintassi e' molto simile a CSS http://doc.qt.io/qt-5/stylesheet.html )
- Crea un