コード例 #1
0
void KstMatrixDialog::selectFolder() {
  QTimer::singleShot(0, this, SLOT(selectingFolder()));
}
コード例 #2
0
void KstVectorDialogI::selectFolder()
{
  QTimer::singleShot(0, this, SLOT(selectingFolder()));
}