diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-18 21:56:53 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-18 21:56:53 -0300 |
commit | bcefa4baff2140b8eaa8d9222555656284258ffb (patch) | |
tree | 227be7f40e5df7405e9a65872b974bc054908c1e /qt-ui/maintab.ui | |
parent | 955c1c1fe5db8ad7381b5d764ae9a66052dc6502 (diff) | |
download | subsurface-bcefa4baff2140b8eaa8d9222555656284258ffb.tar.gz |
Good deal of Code Cleanup for the maintab
Some cleanup was needed in the MainTab code for ages,
now the Edition / Cancel / Ok of the Notes tab is
way more intuitive on the code level.
This is needed to support multidive edition on the
Cylinders and Weigths too, since it's a bit more
complicated, I didn't want to start with a Spaguetti
Code.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 36 |
1 files changed, 13 insertions, 23 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index e7f18b925..3a988fc3e 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -24,14 +24,14 @@ <item row="4" column="0" colspan="2"> <widget class="QLineEdit" name="coordinates"> <property name="readOnly"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> <item row="11" column="0" colspan="2"> <widget class="QTextEdit" name="notes"> <property name="readOnly"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> @@ -45,28 +45,28 @@ <item row="6" column="0"> <widget class="QLineEdit" name="divemaster"> <property name="readOnly"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> <item row="8" column="1"> <widget class="QLineEdit" name="suit"> <property name="readOnly"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> <item row="6" column="1"> <widget class="QLineEdit" name="buddy"> <property name="readOnly"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QLineEdit" name="location"> <property name="readOnly"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> @@ -126,30 +126,20 @@ </item> </layout> </item> - <item row="12" column="1"> - <widget class="QPushButton" name="editReset"> - <property name="text"> - <string>Undo</string> - </property> - </widget> - </item> - <item row="12" column="0"> - <widget class="QPushButton" name="editAccept"> + <item row="3" column="0"> + <widget class="QLabel" name="CoordinatedLabel"> <property name="text"> - <string>Save</string> - </property> - <property name="checkable"> - <bool>true</bool> + <string>Coordinates</string> </property> </widget> </item> <item row="0" column="0" colspan="2"> <widget class="KMessageWidget" name="diveNotesMessage" native="true"/> </item> - <item row="3" column="0"> - <widget class="QLabel" name="CoordinatedLabel"> - <property name="text"> - <string>Coordinates</string> + <item row="12" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="notesButtonBox"> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> |