How should I destroy the Qt objects used to create the GUIs, for example the QPushButton , QLabel , etc., I should call delete manually or the framework manages the memory release.
QPushButton *btn = new QPushButton("Butto...
asked by
10.09.2017 / 22:53