Esempio n. 1
0
void ChewingEditor::selectImportFile()
{
    // reset import_count
    import_count = 0;
    qDebug() << "import_count = " << import_count;
    execFileDialog(DIALOG_IMPORT);
}
Esempio n. 2
0
void ChewingEditor::selectExportFile()
{
    execFileDialog(DIALOG_EXPORT);
}
Esempio n. 3
0
void ChewingEditor::selectImportFile()
{
    execFileDialog(DIALOG_IMPORT);
}