diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-12-28 21:06:46 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-29 09:06:29 -0800 |
commit | ecd0f25c04652115477bb1d9fcd78fd7ecaba916 (patch) | |
tree | 8b2a73bfe82e4ce69f32a13a8d0baabe7d9b9910 /qt-ui/socialnetworksdialog.ui | |
parent | ed903c42b9aac5a87cdbef0c888782b4985724b0 (diff) | |
download | subsurface-ecd0f25c04652115477bb1d9fcd78fd7ecaba916.tar.gz |
Facebook integration: Add the SocialnetworkDialog.ui
This dialog is used to choose what goes into the message of the profile.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/socialnetworksdialog.ui')
-rw-r--r-- | qt-ui/socialnetworksdialog.ui | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/qt-ui/socialnetworksdialog.ui b/qt-ui/socialnetworksdialog.ui new file mode 100644 index 000000000..2c7702293 --- /dev/null +++ b/qt-ui/socialnetworksdialog.ui @@ -0,0 +1,116 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Dialog</class> + <widget class="QDialog" name="Dialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle"> + <string>Dialog</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="1" column="1" rowspan="7"> + <widget class="QPlainTextEdit" name="text"/> + </item> + <item row="3" column="0"> + <widget class="QCheckBox" name="time"> + <property name="text"> + <string>Time</string> + </property> + </widget> + </item> + <item row="4" column="0"> + <widget class="QCheckBox" name="Location"> + <property name="text"> + <string>Location</string> + </property> + </widget> + </item> + <item row="5" column="0"> + <widget class="QCheckBox" name="Divemaster"> + <property name="text"> + <string>Divemaster</string> + </property> + </widget> + </item> + <item row="6" column="0"> + <widget class="QCheckBox" name="Buddy"> + <property name="text"> + <string>Buddy</string> + </property> + </widget> + </item> + <item row="7" column="0"> + <widget class="QCheckBox" name="Notes"> + <property name="text"> + <string>Notes</string> + </property> + </widget> + </item> + <item row="8" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QCheckBox" name="date"> + <property name="text"> + <string>date</string> + </property> + </widget> + </item> + <item row="0" column="0" colspan="2"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Preview Message</string> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>Dialog</receiver> + <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> + <receiver>Dialog</receiver> + <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> |