aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/packet_list_model.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-17 15:06:55 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-20 19:48:43 +0000
commit63edb9904fafb21ead6b69a712a6726159319d22 (patch)
tree8d8dd7f6aa9c2926167a83638c572807993760fd /ui/qt/packet_list_model.h
parenteb1ccbdccde89701f255f921d88992878057477d (diff)
Add general a busy progress indicator.
Rename CaptureFileProgressFrame to ProgressFrame. It's not limited to capture files. Add "busy" routines there and in MainStatusBar. Show a busy indicator while sorting columns. Use toByteArray().constData instead of .data. I'm not sure if it matters in our case but it's more correct. Change-Id: Ibe35fee9b9dd3fabb5ff8ddcc21f6bf59dec4af6 Reviewed-on: https://code.wireshark.org/review/9720 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/packet_list_model.h')
-rw-r--r--ui/qt/packet_list_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/packet_list_model.h b/ui/qt/packet_list_model.h
index 20733f2a5c..4fdbbaa419 100644
--- a/ui/qt/packet_list_model.h
+++ b/ui/qt/packet_list_model.h
@@ -74,6 +74,8 @@ public:
signals:
void goToPacket(int);
void itemHeightChanged(const QModelIndex &ih_index) const;
+ void pushBusyStatus(const QString &status);
+ void popBusyStatus();
public slots:
void setMonospaceFont(const QFont &mono_font, int row_height);