diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-03-14 00:00:54 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-12 18:19:07 +0300 |
commit | 4d183e0d75a3ae5b536abb6ea254ba224d713f72 (patch) | |
tree | 2be4630d6cb83c2930da6c9c4fd081c09b658273 /desktop-widgets/locationinformation.ui | |
parent | 2bb2643ae4d4c1b6d0c32c9a18e2225eed0b5936 (diff) | |
download | subsurface-4d183e0d75a3ae5b536abb6ea254ba224d713f72.tar.gz |
Undo: implement undo of dive site notes editing
Simply copy the code of description editing.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/locationinformation.ui')
-rw-r--r-- | desktop-widgets/locationinformation.ui | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop-widgets/locationinformation.ui b/desktop-widgets/locationinformation.ui index 38da223fd..10ffe8ff2 100644 --- a/desktop-widgets/locationinformation.ui +++ b/desktop-widgets/locationinformation.ui @@ -55,7 +55,7 @@ </widget> </item> <item row="7" column="2" rowspan="2" colspan="3"> - <widget class="QPlainTextEdit" name="diveSiteNotes"> + <widget class="TextEdit" name="diveSiteNotes"> <property name="focusPolicy"> <enum>Qt::ClickFocus</enum> </property> @@ -179,6 +179,10 @@ <header>desktop-widgets/kmessagewidget.h</header> <container>1</container> </customwidget> + <customwidget> + <class>TextEdit</class> + <header>desktop-widgets/textedit.h</header> + </customwidget> </customwidgets> <tabstops> <tabstop>diveSiteName</tabstop> |