diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-06-26 16:59:17 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-26 15:42:23 -0700 |
commit | d90f89873d029d8fb55b996187783541a71fcc4e (patch) | |
tree | c57087511fa95651470f0ee9c642b6a3afec0392 /qt-ui | |
parent | 8131a1cee8bdd154818c5a76b5551644350b1660 (diff) | |
download | subsurface-d90f89873d029d8fb55b996187783541a71fcc4e.tar.gz |
Fix default widget.
The default widget that was being shown was the planner widget
where we needed to show the normal dive widget.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index d113cd7f6..0ff1ef1d4 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -38,7 +38,7 @@ </property> <widget class="QStackedWidget" name="infoPane"> <property name="currentIndex"> - <number>1</number> + <number>0</number> </property> <widget class="QWidget" name="page"> <layout class="QHBoxLayout" name="horizontalLayout_3"> @@ -656,7 +656,7 @@ p, li { white-space: pre-wrap; } <x>0</x> <y>0</y> <width>1682</width> - <height>22</height> + <height>27</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -773,7 +773,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionSaveAs"> <property name="text"> - <string>Save as</string> + <string>Sa&ve as</string> </property> <property name="toolTip"> <string>Save as</string> @@ -784,7 +784,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionClose"> <property name="text"> - <string>Close</string> + <string>&Close</string> </property> <property name="toolTip"> <string>Close</string> @@ -803,7 +803,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionPreferences"> <property name="text"> - <string>Preferences</string> + <string>P&references</string> </property> <property name="shortcut"> <string>Ctrl+,</string> @@ -846,7 +846,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionAddDive"> <property name="text"> - <string>Add Dive</string> + <string>&Add Dive</string> </property> <property name="shortcut"> <string>Ctrl++</string> @@ -865,7 +865,7 @@ p, li { white-space: pre-wrap; } <bool>true</bool> </property> <property name="text"> - <string>Auto Group</string> + <string>Auto &Group</string> </property> </action> <action name="actionYearlyStatistics"> @@ -878,7 +878,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionViewList"> <property name="text"> - <string>Dive List</string> + <string>&Dive List</string> </property> <property name="shortcut"> <string>Ctrl+2</string> @@ -886,7 +886,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionViewProfile"> <property name="text"> - <string>Profile</string> + <string>&Profile</string> </property> <property name="shortcut"> <string>Ctrl+3</string> @@ -894,7 +894,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionViewInfo"> <property name="text"> - <string>Info</string> + <string>&Info</string> </property> <property name="shortcut"> <string>Ctrl+4</string> @@ -902,7 +902,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionViewAll"> <property name="text"> - <string>All</string> + <string>&All</string> </property> <property name="shortcut"> <string>Ctrl+1</string> @@ -910,7 +910,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionPreviousDC"> <property name="text"> - <string>Prev DC</string> + <string>P&rev DC</string> </property> <property name="shortcut"> <string>Left</string> @@ -918,7 +918,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionNextDC"> <property name="text"> - <string>Next DC</string> + <string>&Next DC</string> </property> <property name="shortcut"> <string>Right</string> @@ -926,7 +926,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionSelectEvents"> <property name="text"> - <string>Select Events</string> + <string>&Select Events</string> </property> </action> <action name="actionInputPlan"> @@ -936,7 +936,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionAboutSubsurface"> <property name="text"> - <string>About Subsurface</string> + <string>&About Subsurface</string> </property> <property name="menuRole"> <enum>QAction::AboutRole</enum> @@ -952,7 +952,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionViewGlobe"> <property name="text"> - <string>Globe</string> + <string>&Globe</string> </property> <property name="shortcut"> <string>Ctrl+5</string> @@ -968,7 +968,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionImportDiveLog"> <property name="text"> - <string>Import Log Files</string> + <string>&Import Log Files</string> </property> <property name="toolTip"> <string>Import divelog files from other applications</string> @@ -979,7 +979,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionDivelogs_de"> <property name="text"> - <string>Import from Divelogs.de</string> + <string>Import &from Divelogs.de</string> </property> </action> <action name="actionFullScreen"> @@ -1023,7 +1023,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionExport"> <property name="text"> - <string>Export</string> + <string>&Export</string> </property> <property name="toolTip"> <string>Export Dive Logs</string> |