mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Some more OS X GUI polishing
This commit is contained in:
parent
9202bc9061
commit
de787a97fa
@ -1,4 +1,4 @@
|
|||||||
TARGET = gpxsee
|
TARGET = GPXSee
|
||||||
QT += core \
|
QT += core \
|
||||||
gui
|
gui
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
@ -108,8 +108,10 @@ void GUI::createMenus()
|
|||||||
_fileMenu->addAction(_saveAsAction);
|
_fileMenu->addAction(_saveAsAction);
|
||||||
_fileMenu->addSeparator();
|
_fileMenu->addSeparator();
|
||||||
_fileMenu->addAction(_closeFileAction);
|
_fileMenu->addAction(_closeFileAction);
|
||||||
|
#ifndef __APPLE__
|
||||||
_fileMenu->addSeparator();
|
_fileMenu->addSeparator();
|
||||||
_fileMenu->addAction(_exitAction);
|
_fileMenu->addAction(_exitAction);
|
||||||
|
#endif // __APPLE__
|
||||||
|
|
||||||
_poiMenu = menuBar()->addMenu(tr("POI"));
|
_poiMenu = menuBar()->addMenu(tr("POI"));
|
||||||
_poiMenu->addAction(_openPOIAction);
|
_poiMenu->addAction(_openPOIAction);
|
||||||
|
Loading…
Reference in New Issue
Block a user