|
|
|
|
1049
|
var compareMenu = findChildObject(this, 'compare');
|
1049
|
var compareMenu = findChildObject(this, 'compare');
|
1050
|
compareMenu.triggered.connect(function() {
|
1050
|
compareMenu.triggered.connect(function() {
|
1051
|
QSettings.setValue('cseries', lc+1);
|
1051
|
QSettings.setValue('cseries', lc+1);
|
1052
|
- var history = createWindow("history");
|
|
|
|
|
1052
|
+ var history = createReport("historyreport.xml");
|
1053
|
history.windowTitle = 'Typica - Roasting Log';
|
1053
|
history.windowTitle = 'Typica - Roasting Log';
|
1054
|
});
|
1054
|
});
|
1055
|
var printMenu = findChildObject(this, 'print');
|
1055
|
var printMenu = findChildObject(this, 'print');
|