2013-06-06 13:33:15 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2013-10-25 00:30:21 +00:00
|
|
|
<class>WebServices</class>
|
|
|
|
<widget class="QDialog" name="WebServices">
|
2013-06-06 13:33:15 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-10-25 00:30:21 +00:00
|
|
|
<width>425</width>
|
2013-11-30 18:41:38 +00:00
|
|
|
<height>169</height>
|
2013-06-06 13:33:15 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2013-12-09 23:02:08 +00:00
|
|
|
<string>Webservice Connection</string>
|
2013-06-06 13:33:15 +00:00
|
|
|
</property>
|
2013-11-30 18:41:38 +00:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset>
|
|
|
|
<normalon>:/subsurface-icon</normalon>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
2013-06-06 13:33:15 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2013-10-25 00:30:21 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Status:</string>
|
2013-06-06 13:33:15 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-10-25 00:30:21 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="userID">
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Enter your ID here</string>
|
2013-06-06 13:33:15 +00:00
|
|
|
</property>
|
2014-01-15 08:33:04 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>420</width>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-06-06 13:33:15 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QPushButton" name="download">
|
|
|
|
<property name="text">
|
|
|
|
<string>Download</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-04-11 06:17:35 +00:00
|
|
|
<item row="5" column="0" colspan="3">
|
2013-10-25 00:30:21 +00:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Help</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="3">
|
|
|
|
<widget class="QProgressBar" name="progressBar">
|
|
|
|
<property name="value">
|
|
|
|
<number>0</number>
|
2013-06-06 13:33:15 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>User ID</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-10-25 00:30:21 +00:00
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
<widget class="QLabel" name="status">
|
2013-06-06 13:33:15 +00:00
|
|
|
<property name="text">
|
2013-10-25 00:30:21 +00:00
|
|
|
<string/>
|
2013-06-06 13:33:15 +00:00
|
|
|
</property>
|
2013-11-15 01:50:56 +00:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
2013-06-06 13:33:15 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2014-04-11 06:17:35 +00:00
|
|
|
<item row="4" column="0" colspan="4">
|
|
|
|
<widget class="QCheckBox" name="saveUidLocal">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save User ID locally?</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-10-25 00:30:21 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="passLabel">
|
2013-06-06 13:33:15 +00:00
|
|
|
<property name="text">
|
2013-10-25 00:30:21 +00:00
|
|
|
<string>Password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="password">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QPushButton" name="upload">
|
|
|
|
<property name="text">
|
|
|
|
<string>Upload</string>
|
2013-06-06 13:33:15 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-12-09 17:36:37 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>userID</tabstop>
|
|
|
|
<tabstop>password</tabstop>
|
|
|
|
<tabstop>download</tabstop>
|
|
|
|
<tabstop>upload</tabstop>
|
|
|
|
<tabstop>buttonBox</tabstop>
|
|
|
|
</tabstops>
|
2013-11-30 18:41:38 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../subsurface.qrc"/>
|
|
|
|
</resources>
|
2013-06-06 13:33:15 +00:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
2013-10-25 00:30:21 +00:00
|
|
|
<receiver>WebServices</receiver>
|
2013-06-06 13:33:15 +00:00
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
2013-10-25 00:30:21 +00:00
|
|
|
<receiver>WebServices</receiver>
|
2013-06-06 13:33:15 +00:00
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|