diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-09-03 14:20:19 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-30 10:36:49 -0700 |
commit | e49d6213ad129284a45d53c3fcdc03249e84efe2 (patch) | |
tree | 2946a666ab38af3375e7bb2b8c5dd887d4a7f9a1 /qt-ui/socialnetworksdialog.ui | |
parent | 588abd019fb2ed3f607682f2b6c7fe86a7a5bb90 (diff) | |
download | subsurface-e49d6213ad129284a45d53c3fcdc03249e84efe2.tar.gz |
Move qt-ui to desktop-widgets
Since we have now destkop and mobile versions, 'qt-ui' was a very
poor name choice for a folder that contains only destkop-enabled
widgets.
Also, move the graphicsview-common.h/cpp to subsurface-core because
it doesn't depend on qgraphicsview, it merely implements all the
colors that we use throughout Subsurface, and we will use colors on both
desktop and mobile versions
Same thing applies for metrics.h/cpp
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 | 184 |
1 files changed, 0 insertions, 184 deletions
diff --git a/qt-ui/socialnetworksdialog.ui b/qt-ui/socialnetworksdialog.ui deleted file mode 100644 index e8953d1c7..000000000 --- a/qt-ui/socialnetworksdialog.ui +++ /dev/null @@ -1,184 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>SocialnetworksDialog</class> - <widget class="QDialog" name="SocialnetworksDialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>475</width> - <height>416</height> - </rect> - </property> - <property name="windowTitle"> - <string>Dialog</string> - </property> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="geometry"> - <rect> - <x>290</x> - <y>380</y> - <width>166</width> - <height>22</height> - </rect> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - <widget class="QWidget" name="layoutWidget"> - <property name="geometry"> - <rect> - <x>10</x> - <y>15</y> - <width>451</width> - <height>361</height> - </rect> - </property> - <layout class="QGridLayout" name="gridLayout" rowstretch="0,1,0,0,0,0,0,0,0,0,0"> - <property name="leftMargin"> - <number>1</number> - </property> - <property name="topMargin"> - <number>1</number> - </property> - <property name="rightMargin"> - <number>1</number> - </property> - <property name="bottomMargin"> - <number>1</number> - </property> - <item row="1" column="0" colspan="2"> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>The text to the right will be posted as the description with your profile picture to Facebook. The album name is required (the profile picture will be posted to that album).</string> - </property> - <property name="alignment"> - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_2"> - <property name="text"> - <string>Album</string> - </property> - </widget> - </item> - <item row="3" column="0"> - <widget class="QLineEdit" name="album"> - <property name="toolTip"> - <string>The profile picture will be posted in this album (required)</string> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Include</string> - </property> - </widget> - </item> - <item row="5" column="0"> - <widget class="QCheckBox" name="date"> - <property name="text"> - <string>Date and time</string> - </property> - </widget> - </item> - <item row="6" column="0"> - <widget class="QCheckBox" name="duration"> - <property name="text"> - <string>Duration</string> - </property> - </widget> - </item> - <item row="7" column="0"> - <widget class="QCheckBox" name="Location"> - <property name="text"> - <string>Location</string> - </property> - </widget> - </item> - <item row="8" column="0"> - <widget class="QCheckBox" name="Divemaster"> - <property name="text"> - <string>Divemaster</string> - </property> - </widget> - </item> - <item row="9" column="0"> - <widget class="QCheckBox" name="Buddy"> - <property name="text"> - <string>Buddy</string> - </property> - </widget> - </item> - <item row="10" column="0"> - <widget class="QCheckBox" name="Notes"> - <property name="text"> - <string>Notes</string> - </property> - </widget> - </item> - <item row="0" column="0" colspan="2"> - <widget class="QLabel" name="label"> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Facebook post preview</string> - </property> - </widget> - </item> - <item row="2" column="1" rowspan="9"> - <widget class="QPlainTextEdit" name="text"/> - </item> - </layout> - </widget> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>SocialnetworksDialog</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>SocialnetworksDialog</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> |