diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-06-02 19:50:42 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-03 00:05:24 -0700 |
commit | 3595ad029408cae855dcf3d7fdbb03c1a02a6714 (patch) | |
tree | 003ac4c63c74a500528c487b06794a41873310f5 /qt-ui/maintab.ui | |
parent | 2cded299ace9dd5d312956dd3c65509971ded9b6 (diff) | |
download | subsurface-3595ad029408cae855dcf3d7fdbb03c1a02a6714.tar.gz |
Make the new picture widget display the pictures.
Small changes in the model to display the pictures of the dives.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 31ed1309d..0998db22f 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -289,8 +289,8 @@ <rect> <x>0</x> <y>0</y> - <width>662</width> - <height>649</height> + <width>100</width> + <height>30</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_5"> @@ -369,8 +369,8 @@ <rect> <x>0</x> <y>0</y> - <width>662</width> - <height>649</height> + <width>399</width> + <height>325</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_6"> @@ -679,8 +679,8 @@ <rect> <x>0</x> <y>0</y> - <width>662</width> - <height>649</height> + <width>267</width> + <height>115</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_7"> @@ -819,7 +819,7 @@ </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="DivePictureWidget" name="listView"/> + <widget class="DivePictureWidget" name="photosView"/> </item> </layout> </widget> |