summaryrefslogtreecommitdiff
path: root/ui/waitform_base.ui
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-01-04 16:36:16 +0100
committerDidier Raboud <odyx@debian.org>2016-01-04 16:36:16 +0100
commit301adafb300abf017b28e96038661000839c85c9 (patch)
tree7334958d575f25a4e16e462170e105e0b26b1ab9 /ui/waitform_base.ui
parent88f81f7a94b3aae85f50c47ded728e2170ec0fb4 (diff)
Imported Upstream version 0.9.1
Diffstat (limited to 'ui/waitform_base.ui')
-rw-r--r--ui/waitform_base.ui65
1 files changed, 65 insertions, 0 deletions
diff --git a/ui/waitform_base.ui b/ui/waitform_base.ui
new file mode 100644
index 000000000..f3996a21a
--- /dev/null
+++ b/ui/waitform_base.ui
@@ -0,0 +1,65 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>WaitForm_base</class>
+<widget class="QDialog">
+ <property name="name">
+ <cstring>WaitForm_base</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>424</width>
+ <height>87</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>HP Device Manager - Waiting</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLayoutWidget" row="0" column="0">
+ <property name="name">
+ <cstring>layout2</cstring>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel3</cstring>
+ </property>
+ <property name="text">
+ <string>&lt;b&gt;Waiting for procedure to finish...&lt;/b&gt;</string>
+ </property>
+ </widget>
+ <widget class="QProgressBar">
+ <property name="name">
+ <cstring>ProgressBar</cstring>
+ </property>
+ </widget>
+ </vbox>
+ </widget>
+ <spacer row="1" column="0">
+ <property name="name">
+ <cstring>spacer10</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>31</height>
+ </size>
+ </property>
+ </spacer>
+ </grid>
+</widget>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>