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
1db13860
Verified
Commit
1db13860
authored
Feb 10, 2021
by
Tobias WEBER
Browse files
cosmetic change
parent
030dafad
Changes
5
Show whitespace changes
Inline
Side-by-side
tools/magsgbrowser/main.cpp
View file @
1db13860
...
...
@@ -31,7 +31,7 @@ static inline void set_locales()
int
main
(
int
argc
,
char
**
argv
)
{
QSettings
sett
(
"t
obis_stuff
"
,
"sgbrowser"
,
nullptr
);
QSettings
sett
(
"t
akin
"
,
"sgbrowser"
,
nullptr
);
auto
app
=
std
::
make_unique
<
QApplication
>
(
argc
,
argv
);
set_locales
();
...
...
tools/magstructfact/magstructfact.cpp
View file @
1db13860
...
...
@@ -88,7 +88,7 @@ struct PowderLine
// ----------------------------------------------------------------------------
MagStructFactDlg
::
MagStructFactDlg
(
QWidget
*
pParent
)
:
QDialog
{
pParent
},
m_sett
{
new
QSettings
{
"t
obis_stuff
"
,
"magstructfact"
}}
m_sett
{
new
QSettings
{
"t
akin
"
,
"magstructfact"
}}
{
setWindowTitle
(
"Magnetic Structure Factors"
);
setSizeGripEnabled
(
true
);
...
...
tools/moldyn/moldyn.cpp
View file @
1db13860
...
...
@@ -86,7 +86,7 @@ class MolDynFileDlg : public QFileDialog
// ----------------------------------------------------------------------------
MolDynDlg
::
MolDynDlg
(
QWidget
*
pParent
)
:
QMainWindow
{
pParent
},
m_sett
{
new
QSettings
{
"t
obis_stuff
"
,
"moldyn"
}}
m_sett
{
new
QSettings
{
"t
akin
"
,
"moldyn"
}}
{
setWindowTitle
(
QString
(
PROG_NAME
)
+
QString
(
" Version "
)
+
QString
(
PROG_VER
));
this
->
setObjectName
(
"moldyn"
);
...
...
tools/pol/pol.cpp
View file @
1db13860
...
...
@@ -44,7 +44,7 @@ using t_matvec = std::vector<t_mat>;
class
PolDlg
:
public
QDialog
{
/*Q_OBJECT*/
private:
QSettings
m_sett
{
"t
obis_stuff
"
,
"pol"
};
QSettings
m_sett
{
"t
akin
"
,
"pol"
};
int
m_prec
=
6
;
// precision
std
::
shared_ptr
<
GlPlot
>
m_plot
{
std
::
make_shared
<
GlPlot
>
(
this
)};
...
...
tools/structfact/structfact.cpp
View file @
1db13860
...
...
@@ -75,7 +75,7 @@ struct PowderLine
// ----------------------------------------------------------------------------
StructFactDlg
::
StructFactDlg
(
QWidget
*
pParent
)
:
QDialog
{
pParent
},
m_sett
{
new
QSettings
{
"t
obis_stuff
"
,
"structfact"
}}
m_sett
{
new
QSettings
{
"t
akin
"
,
"structfact"
}}
{
setWindowTitle
(
"Nuclear Structure Factors"
);
setSizeGripEnabled
(
true
);
...
...
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