Wireshark-commits: [Wireshark-commits] master 63ed474: Replace QTableWidgets with QLabels + HTML ta
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 13 Apr 2014 18:32:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=63ed4745a2c3abef00ec69fa1b6832674fa17605
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

63ed474 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Replace QTableWidgets with QLabels + HTML tables.
    
    This lets the user select and copy the folder and plugin data as text.
    Add clickable local filesystem URLs while we're at it.
    
    (I suspect that you shouldn't use QTableWidgets unless you're creating a
    spreadsheet.)
    
    Change-Id: I45650bd4f4b6215824a4ed70ec80698d0805baba
    Reviewed-on: https://code.wireshark.org/review/1064
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  cf85d91   [Automatic manuf, services and enterprise-numbers update for 2014-04-13]
    adds  63ed474   Replace QTableWidgets with QLabels + HTML tables.


Summary of changes:
 ui/qt/about_dialog.cpp |  147 +++++++++++++++++++++----------------
 ui/qt/about_dialog.h   |    4 +-
 ui/qt/about_dialog.ui  |  187 +++++++++++++++++++++++++-----------------------
 wsutil/filesystem.h    |    1 +
 4 files changed, 186 insertions(+), 153 deletions(-)