summaryrefslogtreecommitdiffstats
path: root/gui/taskdialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'gui/taskdialog.ui')
-rw-r--r--gui/taskdialog.ui53
1 files changed, 0 insertions, 53 deletions
diff --git a/gui/taskdialog.ui b/gui/taskdialog.ui
deleted file mode 100644
index 1cdf7978..00000000
--- a/gui/taskdialog.ui
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>TaskDialog</class>
- <widget class="QDialog" name="TaskDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>58</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>400</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>600</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Please wait...</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QLabel" name="statusLabel">
- <property name="text">
- <string>Task Status...</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QProgressBar" name="taskProgressBar">
- <property name="value">
- <number>24</number>
- </property>
- <property name="textVisible">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>