summaryrefslogtreecommitdiff
path: root/ui/qt/progress_frame.ui
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/progress_frame.ui
parenteb1ccbdccde89701f255f921d88992878057477d (diff)
downloadwireshark-63edb9904fafb21ead6b69a712a6726159319d22.tar.gz
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/progress_frame.ui')
-rw-r--r--ui/qt/progress_frame.ui62
1 files changed, 62 insertions, 0 deletions
diff --git a/ui/qt/progress_frame.ui b/ui/qt/progress_frame.ui
new file mode 100644
index 0000000000..2ea1d49479
--- /dev/null
+++ b/ui/qt/progress_frame.ui
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>ProgressFrame</class>
+ <widget class="QFrame" name="ProgressFrame">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>210</width>
+ <height>38</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Frame</string>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Raised</enum>
+ </property>
+ <property name="lineWidth">
+ <number>0</number>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QProgressBar" name="progressBar">
+ <property name="value">
+ <number>24</number>
+ </property>
+ <property name="textVisible">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pushButton">
+ <property name="text">
+ <string/>
+ </property>
+ <property name="iconSize">
+ <size>
+ <width>12</width>
+ <height>12</height>
+ </size>
+ </property>
+ <property name="flat">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>