books = {
'Contact':['Carl Sagan', '2'],
'End of Faith':['Sam Harris', '7'],
'on Mars':['Patrick Moore', '1'],
}
based on dictionary above, how can i get Modales Qdialog box that should have 3 column containing like below
DialogBox
BookName_Label: BookAutor_Label : Quantity_QSpinBox
BookName_Label: BookAutor_Label : Quantity_QSpinBox
BookName_Label: BookAutor_Label : Quantity_QSpinBox
Ok Cancel