summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-09-09 11:50:24 -0700
committerGerald Combs <gerald@wireshark.org>2015-09-09 20:13:14 +0000
commit2ec5e5484e5344fb12671d31ece7c0373d5ac18c (patch)
treec140f87f28654e9f10b74ffaa6e54bfeebd65526 /ui/qt/main_window.ui
parentb6be1c219729eeaf1929cd83ed899d555d645fbb (diff)
downloadwireshark-2ec5e5484e5344fb12671d31ece7c0373d5ac18c.tar.gz
Add the Telephony→LTE menu.
Add an empty (for now) Telephony→LTE menu ahead of upcoming changes. Change-Id: Ic6686b653d2fa51f1eb6854ab0952f92d679bccc Reviewed-on: https://code.wireshark.org/review/10452 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui15
1 files changed, 15 insertions, 0 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index e40db97e1a..afd5de4273 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -530,6 +530,12 @@
</property>
<addaction name="actionTelephonyGSMPlaceholder"/>
</widget>
+ <widget class="QMenu" name="menuLTE">
+ <property name="title">
+ <string>LTE</string>
+ </property>
+ <addaction name="actionTelephonyLTEPlaceholder"/>
+ </widget>
<widget class="QMenu" name="menuMTP3">
<property name="title">
<string>MTP3</string>
@@ -540,6 +546,7 @@
<addaction name="menuANSI"/>
<addaction name="menuGSM"/>
<addaction name="actionTelephonyISUPMessages"/>
+ <addaction name="menuLTE"/>
<addaction name="menuMTP3"/>
<addaction name="menuRTP"/>
<addaction name="menuRTSP"/>
@@ -2510,6 +2517,14 @@
<string>No GSM statistics registered</string>
</property>
</action>
+ <action name="actionTelephonyLTEPlaceholder">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>No LTE statistics registered</string>
+ </property>
+ </action>
<action name="actionTelephonyMTP3Placeholder">
<property name="enabled">
<bool>false</bool>