aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/sctp_all_assocs_dialog.ui
AgeCommit message (Collapse)AuthorFilesLines
2022-01-02Qt: Disable alternating table rows.Gerald Combs1-3/+0
Disable QAbstractItemView's alternatingRowColors in places where we have that set. One of Wireshark's most heavily used features is packet colorization; we use color in packet list and detail rows to convey information. Simple alternating color rows doesn't do that, and as my blatant appeal to authority^W^W^W^W^WEdward Tufte points out, "Strips are merely bureaucratic or designer chartjunk; good typography can always organize a table, no stripes needed." https://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001IV
2021-04-21Further SCTP Analysis dialog layout improvements.Thomas Dreibholz1-5/+6
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-03-21Enhance translation (rename toolTip to avoid similar string...)Alexis La Goutte1-10/+10
Change-Id: I23e30b445ac587e2702477afcf6b155ff21f23d4 Reviewed-on: https://code.wireshark.org/review/772 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene RĂ¼ngeler1-0/+433
svn path=/trunk/; revision=54026