Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
326f1ff0
Verified
Commit
326f1ff0
authored
Jan 11, 2021
by
Tobias WEBER
Browse files
cosmetic changes
parent
876f9355
Changes
3
Hide whitespace changes
Inline
Side-by-side
tools/magstructfact/magstructfact.cpp
View file @
326f1ff0
...
...
@@ -490,7 +490,7 @@ MagStructFactDlg::MagStructFactDlg(QWidget* pParent) : QDialog{pParent},
auto
acLoad
=
new
QAction
(
"Load..."
,
menuFile
);
auto
acSave
=
new
QAction
(
"Save..."
,
menuFile
);
auto
acImportCIF
=
new
QAction
(
"Import CIF..."
,
menuFile
);
auto
acExit
=
new
QAction
(
"
Ex
it"
,
menuFile
);
auto
acExit
=
new
QAction
(
"
Qu
it"
,
menuFile
);
auto
ac3DView
=
new
QAction
(
"Unit Cell / Fourier Components..."
,
menuFile
);
auto
ac3DViewSC
=
new
QAction
(
"Super Cell / Magnetic Moments..."
,
menuFile
);
...
...
tools/moldyn/moldyn.cpp
View file @
326f1ff0
...
...
@@ -118,7 +118,7 @@ MolDynDlg::MolDynDlg(QWidget* pParent) : QMainWindow{pParent},
auto
acNew
=
new
QAction
(
"New"
,
menuFile
);
auto
acLoad
=
new
QAction
(
"Load..."
,
menuFile
);
auto
acSaveAs
=
new
QAction
(
"Save As..."
,
menuFile
);
auto
acExit
=
new
QAction
(
"
Ex
it"
,
menuFile
);
auto
acExit
=
new
QAction
(
"
Qu
it"
,
menuFile
);
menuFile
->
addAction
(
acNew
);
menuFile
->
addSeparator
();
...
...
tools/structfact/structfact.cpp
View file @
326f1ff0
...
...
@@ -431,7 +431,7 @@ StructFactDlg::StructFactDlg(QWidget* pParent) : QDialog{pParent},
auto
acImportCIF
=
new
QAction
(
"Import CIF..."
,
menuFile
);
auto
acImportTAZ
=
new
QAction
(
"Import TAZ..."
,
menuFile
);
auto
acExportTAZ
=
new
QAction
(
"Export TAZ..."
,
menuFile
);
auto
acExit
=
new
QAction
(
"
Ex
it"
,
menuFile
);
auto
acExit
=
new
QAction
(
"
Qu
it"
,
menuFile
);
auto
ac3DView
=
new
QAction
(
"3D View..."
,
menuFile
);
menuFile
->
addAction
(
acNew
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment