how can i run below function in another thread in Qt?
void Dialog::on_loadPicture() { ui->listWidget->setViewMode(QListWidget::IconMode); ui-&