diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-11 13:04:29 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-11 16:34:02 -0800 |
commit | 63e998b4bdeeea6d4a79533845761ef0368552de (patch) | |
tree | 0e6e9dfb4dc02472fd06feb694f5c92a1adca72b /qt-ui/locationInformation.ui | |
parent | c173fc567db339330bffa3e51769d63c8d18a6de (diff) | |
download | subsurface-63e998b4bdeeea6d4a79533845761ef0368552de.tar.gz |
More meaningfull names for the ui elements.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationInformation.ui')
-rw-r--r-- | qt-ui/locationInformation.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/locationInformation.ui b/qt-ui/locationInformation.ui index 41e8ad0bc..1d7afa77d 100644 --- a/qt-ui/locationInformation.ui +++ b/qt-ui/locationInformation.ui @@ -28,7 +28,7 @@ </widget> </item> <item row="1" column="1"> - <widget class="QLineEdit" name="lineEdit"/> + <widget class="QLineEdit" name="diveSiteName"/> </item> <item row="2" column="0"> <widget class="QLabel" name="label_2"> @@ -38,7 +38,7 @@ </widget> </item> <item row="2" column="1"> - <widget class="QLineEdit" name="lineEdit_2"/> + <widget class="QLineEdit" name="diveSiteCoordinates"/> </item> <item row="3" column="0"> <widget class="QLabel" name="label_3"> @@ -48,7 +48,7 @@ </widget> </item> <item row="3" column="1"> - <widget class="QLineEdit" name="lineEdit_3"/> + <widget class="QLineEdit" name="diveSiteDescription"/> </item> <item row="4" column="0"> <widget class="QLabel" name="label_4"> @@ -58,7 +58,7 @@ </widget> </item> <item row="4" column="1"> - <widget class="QPlainTextEdit" name="plainTextEdit"/> + <widget class="QPlainTextEdit" name="diveSiteNotes"/> </item> </layout> </widget> |