Clear Qlayout

[Solved] Clear Qlayout | C - Code Explorer | yomemimo.com
Question : clear qlayout

Answered by : xenophobic-xenomorph-1dkiaa0mp8wc

for(int i=0; i<my_layout->count(); i++){	delete my_layout->itemAt(i);
}

Source : | Last Update : Thu, 09 Apr 20

Answers related to clear qlayout

Code Explorer Popular Question For C