summaryrefslogtreecommitdiff
path: root/ui/qt/splash_overlay.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-11-05 03:54:21 +0000
committerGerald Combs <gerald@wireshark.org>2012-11-05 03:54:21 +0000
commit56546f1b91893f47d29facb3a5da616a79f3afa8 (patch)
tree74851d05dd96d58a91a9212cf8ffba686fcfe757 /ui/qt/splash_overlay.ui
parent9f84a8d340ae486cb72ee0b7ceb3191a193dc6d6 (diff)
downloadwireshark-56546f1b91893f47d29facb3a5da616a79f3afa8.tar.gz
Move the MWOverlay code into its own class, SplashOverlay. Use it to
implement a splash screen. svn path=/trunk/; revision=45912
Diffstat (limited to 'ui/qt/splash_overlay.ui')
-rw-r--r--ui/qt/splash_overlay.ui97
1 files changed, 97 insertions, 0 deletions
diff --git a/ui/qt/splash_overlay.ui b/ui/qt/splash_overlay.ui
new file mode 100644
index 0000000000..4b0051408b
--- /dev/null
+++ b/ui/qt/splash_overlay.ui
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>SplashOverlay</class>
+ <widget class="QWidget" name="SplashOverlay">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>400</width>
+ <height>300</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>116</width>
+ <height>50</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <spacer name="verticalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QLabel" name="actionLabel">
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QProgressBar" name="progressBar">
+ <property name="value">
+ <number>24</number>
+ </property>
+ <property name="textVisible">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>116</width>
+ <height>50</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>