diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-26 16:02:35 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:22 -0700 |
commit | 0592771005606f8c5214b319eb3dac41c3dd4537 (patch) | |
tree | 4d3eee95a7a8acc03910573ef0bdac509ab20254 | |
parent | 1fd4e552401713f628e111b350c77da8b504e709 (diff) | |
download | subsurface-0592771005606f8c5214b319eb3dac41c3dd4537.tar.gz |
Dive site rewrite: add forgotten file
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/simpledivesiteedit.ui | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/qt-ui/simpledivesiteedit.ui b/qt-ui/simpledivesiteedit.ui new file mode 100644 index 000000000..120e3293f --- /dev/null +++ b/qt-ui/simpledivesiteedit.ui @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>SimpleDiveSiteEditDialog</class> + <widget class="QDialog" name="SimpleDiveSiteEditDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>280</width> + <height>190</height> + </rect> + </property> + <property name="windowTitle"> + <string>Dialog</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Name</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="diveSiteName"/> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Coordinates</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="diveSiteCoordinates"/> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Description</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLineEdit" name="diveSiteDescription"/> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Notes</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QLineEdit" name="diveSiteNotes"/> + </item> + </layout> + </widget> + <resources/> + <connections/> +</ui> |