mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Compare commits
8 Commits
d328eecad6
...
e33c74bdd7
Author | SHA1 | Date | |
---|---|---|---|
e33c74bdd7 | |||
8d2ab42c1c | |||
4d07b616d4 | |||
7304b082eb | |||
306a47b2d5 | |||
9d8209c7a7 | |||
761160f4e2 | |||
40da85fa1a |
@ -2305,7 +2305,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">Fitxer</translation>
|
||||
<translation>Fitxer</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2571,7 +2571,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">Fitxer</translation>
|
||||
<translation>Fitxer</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2305,7 +2305,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">Fichier</translation>
|
||||
<translation>Fichier</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2571,7 +2571,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">Fichier</translation>
|
||||
<translation>Fichier</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2303,7 +2303,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">Műveletgombok</translation>
|
||||
<translation>Műveletgombok</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2569,7 +2569,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">Műveletgombok</translation>
|
||||
<translation>Műveletgombok</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2303,7 +2303,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">파일</translation>
|
||||
<translation>파일</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2569,7 +2569,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">파일</translation>
|
||||
<translation>파일</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2305,7 +2305,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">Fil</translation>
|
||||
<translation>Fil</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2571,7 +2571,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">Fil</translation>
|
||||
<translation>Fil</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2305,7 +2305,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">Arkiv</translation>
|
||||
<translation>Arkiv</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2571,7 +2571,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">Arkiv</translation>
|
||||
<translation>Arkiv</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2303,7 +2303,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">文件</translation>
|
||||
<translation>文件</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2569,7 +2569,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation type="unfinished">文件</translation>
|
||||
<translation>文件</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -529,10 +529,9 @@ QWidget *OptionsDialog::createDataPage()
|
||||
sourceTab->setLayout(sourceTabLayout);
|
||||
#endif // Q_OS_MAC
|
||||
|
||||
QHBoxLayout *pauseTypeLayout = new QHBoxLayout();
|
||||
QVBoxLayout *pauseTypeLayout = new QVBoxLayout();
|
||||
pauseTypeLayout->addWidget(_automaticPause);
|
||||
pauseTypeLayout->addWidget(_manualPause);
|
||||
pauseTypeLayout->addStretch();
|
||||
|
||||
QFormLayout *pauseValuesLayout = new QFormLayout();
|
||||
pauseValuesLayout->addRow(tr("Detection:"), pauseTypeLayout);
|
||||
|
Loading…
Reference in New Issue
Block a user