git-svn-id: svn://db.shs.com.ru/libs@68 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2015-12-10 14:42:56 +00:00
parent 30ea938f38
commit 8f0c371a96
15 changed files with 221 additions and 26 deletions

View File

@@ -105,5 +105,9 @@ int main(int argc, char ** argv) {
//a.setWindowIcon(QIcon(":/icons/peri4_paint.png"));
MainWindow w;
w.show();
QStringList al(a.arguments());
al.pop_front();
foreach (QString s, al)
w.loadFile(s);
return a.exec();
}