aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.ui
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-09-18 23:23:04 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-09-18 23:23:04 -0300
commitdf63bcd8b794ba5a2a1248503946b34757c73795 (patch)
treebef11378ac8f98ad1b7786c3c203aad778781acd /qt-ui/maintab.ui
parent506b1338750ba9f29b80e7909693f60781a54ccc (diff)
downloadsubsurface-df63bcd8b794ba5a2a1248503946b34757c73795.tar.gz
Added the Message and the Buttons on the Equipment Tab
Added the Message and the ok/cancel buttons on the Equipment Tab, they don't control the Equipment edition yet, but already does the same as the Notes one, Now I need to merge the other part - the actuall Equipment Edition. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r--qt-ui/maintab.ui12
1 files changed, 11 insertions, 1 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui
index 3a988fc3e..9253aff1e 100644
--- a/qt-ui/maintab.ui
+++ b/qt-ui/maintab.ui
@@ -150,7 +150,7 @@
<string>Equipment</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_4">
- <item row="0" column="0">
+ <item row="1" column="0">
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
@@ -180,6 +180,16 @@
</layout>
</widget>
</item>
+ <item row="0" column="0">
+ <widget class="KMessageWidget" name="diveEquipmentMessage" native="true"/>
+ </item>
+ <item row="2" column="0">
+ <widget class="QDialogButtonBox" name="equipmentButtonBox">
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
<widget class="QWidget" name="infoTab">