diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2014-01-15 22:35:14 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-16 09:12:56 +0700 |
commit | 88f3df5c790c0b2f70d4ba452c41fb85cfcd020d (patch) | |
tree | 34d2c3ec5fae0615517259d682e1c8566125c3e2 /qt-ui/maintab.ui | |
parent | d2c95ddf7522e9e453fa4ed0726fbb4223137aec (diff) | |
download | subsurface-88f3df5c790c0b2f70d4ba452c41fb85cfcd020d.tar.gz |
Extend tags model to Buddy field
This doesn't change storage format. Instead it parses buddy strings and
converts them to string list which is supplied to tags widget.
This feature was requested in ticket #311
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 846fb4f12..b2ab316bf 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -157,7 +157,7 @@ </widget> </item> <item row="8" column="1"> - <widget class="QLineEdit" name="buddy"> + <widget class="TagWidget" name="buddy"> <property name="readOnly"> <bool>false</bool> </property> |