summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestepwidget.ui
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2012-05-30 18:22:17 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2012-05-31 14:07:22 +0200
commitff584622f48474e054ee4e44b2d0646513df4b19 (patch)
treebbf18e34e3f2aecbf2e597ddf3cedc8d76cb4358 /src/plugins/remotelinux/remotelinuxcheckforfreediskspacestepwidget.ui
parentf10d751466c68cd8f999aa73884c5f2452632fd3 (diff)
downloadqt-creator-ff584622f48474e054ee4e44b2d0646513df4b19.tar.gz
RemoteLinux: Add new deploy step that checks for free space.
Tool output in the "disk full" case can be rather unhelpful, so we check in advance. Change-Id: Ia3f5f0b456b91acf9a8f8e72de870e1df6ea8e80 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxcheckforfreediskspacestepwidget.ui')
-rw-r--r--src/plugins/remotelinux/remotelinuxcheckforfreediskspacestepwidget.ui51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestepwidget.ui b/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestepwidget.ui
new file mode 100644
index 0000000000..4a480ae282
--- /dev/null
+++ b/src/plugins/remotelinux/remotelinuxcheckforfreediskspacestepwidget.ui
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>RemoteLinuxCheckForFreeDiskSpaceStepWidget</class>
+ <widget class="QWidget" name="RemoteLinuxCheckForFreeDiskSpaceStepWidget">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>420</width>
+ <height>74</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Form</string>
+ </property>
+ <layout class="QFormLayout" name="formLayout">
+ <item row="0" column="0">
+ <widget class="QLabel" name="pathLabel">
+ <property name="text">
+ <string>Remote path to check for free space:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QLineEdit" name="pathLineEdit"/>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="requiredSpaceLabel">
+ <property name="text">
+ <string>Required disk space:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QSpinBox" name="requiredSpaceSpinBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="suffix">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>