Wireshark-commits: [Wireshark-commits] master-3.2 e649598: Qt: Fill in our item delegate editor bac

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 03 Mar 2020 18:35:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e649598fc0aaaada0ea2d924d2af6efe091e2130
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

e649598 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fill in our item delegate editor backgrounds.
    
    As the documentation for QAbstractItemDelegate::createEditor says,
    
    "The view's background will shine through unless the editor paints its
    own background (e.g., with setAutoFillBackground())."
    
    Set setAutoFillBackground(true) for a bunch of our editors where the
    underlying widget's background was showing.
    
    Change-Id: I77e96548e99c74a73c89f8037c1f894a6a5584f1
    Reviewed-on: https://code.wireshark.org/review/36260
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 4a2cd15aa5c4cdd64aa24dcbdbc8b3d2d234c3f4)
    Reviewed-on: https://code.wireshark.org/review/36269
    

Actions performed:

    from  52c6b87   QUIC: Fix frame type (it is also a varint)
     add  e649598   Qt: Fill in our item delegate editor backgrounds.


Summary of changes:
 ui/qt/capture_interfaces_dialog.cpp |  1 +
 ui/qt/extcap_argument.cpp           |  1 +
 ui/qt/models/column_list_model.cpp  | 33 ++++++++++--------
 ui/qt/models/decode_as_delegate.cpp | 67 ++++++++++++++++++++-----------------
 ui/qt/models/pref_delegate.cpp      |  9 +++--
 5 files changed, 64 insertions(+), 47 deletions(-)