diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-07 14:59:06 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-07 14:59:06 -0300 |
commit | 478c24d79795b34efb42c1ac29abd8fa777b9c90 (patch) | |
tree | f901f4af2463119b1c4c0ca5dff0150f81e5cd0e /qt-ui/divecomputermanagementdialog.ui | |
parent | 24446f9c3ce3b48c59b2ceb212b7ac49eb6dbff7 (diff) | |
download | subsurface-478c24d79795b34efb42c1ac29abd8fa777b9c90.tar.gz |
Removed the buttons on the Edit Dive computers.
This edit dive computers thing doesn't really need buttons anyway.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/divecomputermanagementdialog.ui')
-rw-r--r-- | qt-ui/divecomputermanagementdialog.ui | 45 |
1 files changed, 1 insertions, 44 deletions
diff --git a/qt-ui/divecomputermanagementdialog.ui b/qt-ui/divecomputermanagementdialog.ui index abda9f5ce..6685e842e 100644 --- a/qt-ui/divecomputermanagementdialog.ui +++ b/qt-ui/divecomputermanagementdialog.ui @@ -17,51 +17,8 @@ <item> <widget class="QTableView" name="tableView"/> </item> - <item> - <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> </layout> </widget> <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>DiveComputerManagementDialog</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>DiveComputerManagementDialog</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> + <connections/> </ui> |