diff options
author | Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> | 2014-09-21 16:11:58 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-14 20:33:46 +0200 |
commit | 4cdb80c4cd3836fdbacf50f62e9c76f0efca244b (patch) | |
tree | 13b0dfba240d6ce58b7dc68d64f29153e5116dac /qt-ui/diveshareexportdialog.ui | |
parent | 64d1ccc5502e79917bc17ed55ef1a783b4163139 (diff) | |
download | subsurface-4cdb80c4cd3836fdbacf50f62e9c76f0efca244b.tar.gz |
Export to DiveShare
Adds the possibility of exporting dives to DiveShare.
Signed-off-by: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveshareexportdialog.ui')
-rw-r--r-- | qt-ui/diveshareexportdialog.ui | 268 |
1 files changed, 268 insertions, 0 deletions
diff --git a/qt-ui/diveshareexportdialog.ui b/qt-ui/diveshareexportdialog.ui new file mode 100644 index 000000000..051f4f3e2 --- /dev/null +++ b/qt-ui/diveshareexportdialog.ui @@ -0,0 +1,268 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>DiveShareExportDialog</class> + <widget class="QDialog" name="DiveShareExportDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>320</width> + <height>309</height> + </rect> + </property> + <property name="windowTitle"> + <string>Dialog</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QFrame" name="frameConfigure"> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <property name="lineWidth"> + <number>0</number> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>User ID</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="txtUID"> + <property name="toolTip"> + <string/> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="cmdClear"> + <property name="text"> + <string>⌫</string> + </property> + <property name="flat"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="getUIDbutton"> + <property name="text"> + <string>Get UserID</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string><html><head/><body><p><span style=" font-size:20pt; font-weight:600; color:#ff8000;">⚠</span> Not using a UserID means that you will need to manually keep bookmarks to your dives, to find them again.</p></body></html></string> + </property> + <property name="textFormat"> + <enum>Qt::AutoText</enum> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="chkPrivate"> + <property name="toolTip"> + <string>Private dives will not appear in "related dives" lists, and will only be accessible if their URL is known.</string> + </property> + <property name="text"> + <string>Keep dives private</string> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="doUploadButton"> + <property name="text"> + <string>Upload dive data</string> + </property> + <property name="autoDefault"> + <bool>false</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QFrame" name="frameResults"> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <item> + <widget class="QTextBrowser" name="txtResult"> + <property name="readOnly"> + <bool>true</bool> + </property> + <property name="html"> + <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://www.google.com"><span style=" text-decoration: underline; color:#0000ff;">asd</span></a></p></body></html></string> + </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QProgressBar" name="progressBar"> + <property name="value"> + <number>24</number> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>68</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>DiveShareExportDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>97</x> + <y>299</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>252</y> + </hint> + </hints> + </connection> + <connection> + <sender>getUIDbutton</sender> + <signal>clicked()</signal> + <receiver>DiveShareExportDialog</receiver> + <slot>UIDFromBrowser()</slot> + <hints> + <hint type="sourcelabel"> + <x>223</x> + <y>29</y> + </hint> + <hint type="destinationlabel"> + <x>159</x> + <y>215</y> + </hint> + </hints> + </connection> + <connection> + <sender>doUploadButton</sender> + <signal>clicked()</signal> + <receiver>DiveShareExportDialog</receiver> + <slot>doUpload()</slot> + <hints> + <hint type="sourcelabel"> + <x>223</x> + <y>120</y> + </hint> + <hint type="destinationlabel"> + <x>159</x> + <y>215</y> + </hint> + </hints> + </connection> + <connection> + <sender>cmdClear</sender> + <signal>clicked()</signal> + <receiver>txtUID</receiver> + <slot>clear()</slot> + <hints> + <hint type="sourcelabel"> + <x>148</x> + <y>36</y> + </hint> + <hint type="destinationlabel"> + <x>105</x> + <y>27</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>DiveShareExportDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>159</x> + <y>288</y> + </hint> + <hint type="destinationlabel"> + <x>159</x> + <y>154</y> + </hint> + </hints> + </connection> + </connections> + <slots> + <slot>getUID()</slot> + <slot>doUpload()</slot> + </slots> +</ui> |