aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/sctp_graph_dialog.ui
AgeCommit message (Collapse)AuthorFilesLines
2018-06-08SCTP: Add a checkbox to show relative TSNsruengeler1-9/+20
Change-Id: I296cc5801e8a5184aea6bdc7fb841cce0c4f7b1d Reviewed-on: https://code.wireshark.org/review/28056 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
Following the move for widgets directory, moving utils to the utils directory. Guidelines for this directory are: - Generic use but not a widget - Utility functionality used by many classes Note: additionally all includes affected by this move have been changed to absolute path includes, instead of relative ones. Change-Id: I019ae4b6e6f6d06a5745a63ed195edbd36fb936b Reviewed-on: https://code.wireshark.org/review/22602 Petri-Dish: Roland Knall <rknall@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com>
2015-11-04Activate word wrap for hintLabel defined as QLabelPascal Quantin1-0/+4
Without this, a long hint string (like a wrong protocol name in the SSL UAT preference) will resize the window to match the string. With this change, instead the hintLabel string is continuing on a new line to match currently configured window size Change-Id: Ib8fcc7bd96585717f122b0921165c4d916442cb0 Reviewed-on: https://code.wireshark.org/review/11529 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-11-17Remove some ununused/unmatched <resources/> tags.Jeff Morriss1-1/+0
Change-Id: I0f8e4381b27d1defeb5980692823d297d2f48bab Reviewed-on: https://code.wireshark.org/review/5349 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Evan Huus <eapache@gmail.com>
2014-11-14Allow SCTP graphs to resize with the window they're in.Irene Ruengeler1-125/+100
Bug: 10698 Change-Id: I3304bd36945619aeb405c74917f21de3faa3fcbb Reviewed-on: https://code.wireshark.org/review/5284 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene RĂ¼ngeler1-0/+177
svn path=/trunk/; revision=54026