:art: Qt widgets-based implementation of the Material Design specification.
BSD 3-Clause "New" or "Revised" License
3k
stars
673
forks
source link
QtMaterialDialog: dialog is invisible without calling QWidget::show() #31
Open
ZimNovich opened 6 years ago
When I am instantiating an object of QtMaterialDialog class, the dialog becomes visible only after calling QWidget's
show()
method: