mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Layout improvements to the dive plan
Changed to html. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b249370ffe
commit
2785d7bc3e
4 changed files with 18 additions and 15 deletions
|
|
@ -195,7 +195,7 @@
|
|||
<string>In dive plan, show duration (relative time) of stops</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>display stop duration</string>
|
||||
<string>display segment duration</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ void MainWindow::planCreated()
|
|||
|
||||
void MainWindow::setPlanNotes(const char *notes)
|
||||
{
|
||||
ui.divePlanOutput->setText(notes);
|
||||
ui.divePlanOutput->setHtml(notes);
|
||||
}
|
||||
|
||||
void MainWindow::on_actionDivePlanner_triggered()
|
||||
|
|
|
|||
|
|
@ -548,6 +548,9 @@
|
|||
<property name="styleSheet">
|
||||
<string notr="true">font: 13pt "Courier";</string>
|
||||
</property>
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="html">
|
||||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue