Rework torrent details dialog in Qt client to load from .ui

Make squeeze labels (used for values on Information tab) display tooltip
on hover if their text doesn't fit. Make selective labels (same as in
GTK+ client) text selectable with keyboard in addition to mouse.
Prevent dialog width growth occured before to fit long error texts.
This commit is contained in:
Mike Gelfand
2014-12-14 18:12:21 +00:00
parent 6c02008280
commit 70c6087e94
7 changed files with 1098 additions and 412 deletions

View File

@@ -101,6 +101,7 @@ set(${PROJECT_NAME}_HEADERS
)
tr_qt_wrap_ui(${PROJECT_NAME}_UI_SOURCES
details.ui
mainwin.ui
)