aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/about_dialog.ui
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-11-26 20:31:12 +0100
committerAnders Broman <a.broman58@gmail.com>2015-11-27 05:12:39 +0000
commit15086a808ecc5627cdfbfedae23d2a910f059532 (patch)
tree23fb4be0f707698a1a270bf1b6f5e1240fe7848d /ui/qt/about_dialog.ui
parentd4277c3520d89707faee879f653e5896995e7d2d (diff)
Qt: Make About->Plugins scrollable
Bug: 11427 Change-Id: Iebc693bc2a035bad3bc2491af4b5a12c9e7d2fa5 Reviewed-on: https://code.wireshark.org/review/12201 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> 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>
Diffstat (limited to 'ui/qt/about_dialog.ui')
-rw-r--r--ui/qt/about_dialog.ui17
1 files changed, 4 insertions, 13 deletions
diff --git a/ui/qt/about_dialog.ui b/ui/qt/about_dialog.ui
index bc8e8c3609..acc0353b1b 100644
--- a/ui/qt/about_dialog.ui
+++ b/ui/qt/about_dialog.ui
@@ -194,21 +194,12 @@
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
- <widget class="QLabel" name="label_plugins">
- <property name="text">
- <string/>
- </property>
- <property name="textFormat">
- <enum>Qt::RichText</enum>
- </property>
- <property name="alignment">
- <set>Qt::AlignHCenter|Qt::AlignTop</set>
- </property>
- <property name="openExternalLinks">
+ <widget class="QTextEdit" name="te_plugins">
+ <property name="tabChangesFocus">
<bool>true</bool>
</property>
- <property name="textInteractionFlags">
- <set>Qt::TextBrowserInteraction</set>
+ <property name="readOnly">
+ <bool>true</bool>
</property>
</widget>
</item>