changeset 34 | 93c5a58496b6 |
parent 33 | f6cf541961ad |
child 49 | d9d4ea56179a |
33:f6cf541961ad | 34:93c5a58496b6 |
---|---|
29 qDebug() << "dbLocation=" << dbLocation << endl; |
29 qDebug() << "dbLocation=" << dbLocation << endl; |
30 dbt.importCSV(dbLocation); |
30 dbt.importCSV(dbLocation); |
31 |
31 |
32 disableContextMenu(); |
32 disableContextMenu(); |
33 |
33 |
34 w.setWindowTitle("Qt Study App"); |
|
34 #if defined(Q_WS_S60) |
35 #if defined(Q_WS_S60) |
35 w.showMaximized(); |
36 w.showMaximized(); |
36 #else |
37 #else |
37 w.show(); |
38 w.show(); |
38 #endif |
39 #endif |