forked from qt-creator/qt-creator
Adapt to upstream change
Change-Id: I1d1f793aa6506652fad20ea8d198c5331e6e402f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -155,28 +155,27 @@ OptionsPageWidget::OptionsPageWidget(const std::function<void()> &onApply, Fossi
|
|||||||
FossilSettings &s = *m_settings;
|
FossilSettings &s = *m_settings;
|
||||||
|
|
||||||
using namespace Layouting;
|
using namespace Layouting;
|
||||||
const Break nl;
|
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
Group {
|
Group {
|
||||||
Title(tr("Configuration")),
|
title(tr("Configuration")),
|
||||||
Row { s.binaryPath }
|
Row { s.binaryPath }
|
||||||
},
|
},
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
Title(tr("Local Repositories")),
|
title(tr("Local Repositories")),
|
||||||
Row { s.defaultRepoPath }
|
Row { s.defaultRepoPath }
|
||||||
},
|
},
|
||||||
Group {
|
Group {
|
||||||
Title(tr("User")),
|
title(tr("User")),
|
||||||
Form {
|
Form {
|
||||||
s.userName, nl,
|
s.userName, br,
|
||||||
s.sslIdentityFile
|
s.sslIdentityFile
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
Title(tr("Miscellaneous")),
|
title(tr("Miscellaneous")),
|
||||||
Column {
|
Column {
|
||||||
Row {
|
Row {
|
||||||
s.logCount,
|
s.logCount,
|
||||||
|
|||||||
Reference in New Issue
Block a user