mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Update translations, Added Hebrew, updated UK & Afrikaans
This commit is contained in:
parent
8d8648fe20
commit
14964249e6
File diff suppressed because it is too large
Load Diff
@ -3404,7 +3404,7 @@ If you use a few different masks, pick average values instead. It should still b
|
|||||||
<location filename="../sleepyhead/preferencesdialog.ui" line="1237"/>
|
<location filename="../sleepyhead/preferencesdialog.ui" line="1237"/>
|
||||||
<source>AHI</source>
|
<source>AHI</source>
|
||||||
<extracomment>Apnea Hypopnea Index</extracomment>
|
<extracomment>Apnea Hypopnea Index</extracomment>
|
||||||
<translation>Apnoea Hypopnea Index</translation>
|
<translation>Apnoea Hypopnoea Index</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../sleepyhead/preferencesdialog.ui" line="1242"/>
|
<location filename="../sleepyhead/preferencesdialog.ui" line="1242"/>
|
||||||
|
@ -2664,7 +2664,7 @@ int ResmedLoader::Open(const QString & dirpath)
|
|||||||
emit updateMessage(QObject::tr("Importing Sessions..."));
|
emit updateMessage(QObject::tr("Importing Sessions..."));
|
||||||
runTasks();
|
runTasks();
|
||||||
int num_new_sessions = sessionCount;
|
int num_new_sessions = sessionCount;
|
||||||
mach->SaveSummary();
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////
|
||||||
// Now look for any new summary data that can be extracted from STR.edf records
|
// Now look for any new summary data that can be extracted from STR.edf records
|
||||||
@ -2690,7 +2690,7 @@ int ResmedLoader::Open(const QString & dirpath)
|
|||||||
// strsess.erase(e);
|
// strsess.erase(e);
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
//
|
///
|
||||||
|
|
||||||
/* QHash<SessionID, Session *>::iterator sessit;
|
/* QHash<SessionID, Session *>::iterator sessit;
|
||||||
QHash<SessionID, Session *>::iterator sessend = mach->sessionlist.end();;
|
QHash<SessionID, Session *>::iterator sessend = mach->sessionlist.end();;
|
||||||
|
@ -1407,6 +1407,7 @@ void MainWindow::on_actionPrint_Report_triggered()
|
|||||||
QRect rect = printer.pageRect();
|
QRect rect = printer.pageRect();
|
||||||
b.setHtml(ui->statisticsView->toHtml());
|
b.setHtml(ui->statisticsView->toHtml());
|
||||||
b.resize(rect.width()/4, rect.height()/4);
|
b.resize(rect.width()/4, rect.height()/4);
|
||||||
|
b.setFrameShape(QFrame::NoFrame);
|
||||||
|
|
||||||
double xscale = printer.pageRect().width()/double(b.width());
|
double xscale = printer.pageRect().width()/double(b.width());
|
||||||
double yscale = printer.pageRect().height()/double(b.height());
|
double yscale = printer.pageRect().height()/double(b.height());
|
||||||
@ -1414,7 +1415,6 @@ void MainWindow::on_actionPrint_Report_triggered()
|
|||||||
painter.translate(printer.paperRect().x() + printer.pageRect().width()/2, printer.paperRect().y() + printer.pageRect().height()/2);
|
painter.translate(printer.paperRect().x() + printer.pageRect().width()/2, printer.paperRect().y() + printer.pageRect().height()/2);
|
||||||
painter.scale(scale, scale);
|
painter.scale(scale, scale);
|
||||||
painter.translate(-b.width()/2, -b.height()/2);
|
painter.translate(-b.width()/2, -b.height()/2);
|
||||||
//painter.translate(-printer.pageRect().width()/2, -printer.pageRect().height()/2);
|
|
||||||
|
|
||||||
b.render(&painter, QPoint(0,0));
|
b.render(&painter, QPoint(0,0));
|
||||||
painter.end();
|
painter.end();
|
||||||
|
Loading…
Reference in New Issue
Block a user