NetworkProxyPage: Add separator between form delegates
This commit is contained in:
@@ -68,6 +68,9 @@ FormCard.FormCardPage {
|
|||||||
proxyConfigChanged = true;
|
proxyConfigChanged = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FormCard.FormDelegateSeparator {}
|
||||||
|
|
||||||
FormCard.FormSpinBoxDelegate {
|
FormCard.FormSpinBoxDelegate {
|
||||||
id: portField
|
id: portField
|
||||||
label: i18n("Port")
|
label: i18n("Port")
|
||||||
@@ -81,6 +84,9 @@ FormCard.FormCardPage {
|
|||||||
proxyConfigChanged = true;
|
proxyConfigChanged = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FormCard.FormDelegateSeparator {}
|
||||||
|
|
||||||
FormCard.FormTextFieldDelegate {
|
FormCard.FormTextFieldDelegate {
|
||||||
id: userField
|
id: userField
|
||||||
label: i18n("User")
|
label: i18n("User")
|
||||||
@@ -90,6 +96,9 @@ FormCard.FormCardPage {
|
|||||||
proxyConfigChanged = true;
|
proxyConfigChanged = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FormCard.FormDelegateSeparator {}
|
||||||
|
|
||||||
FormCard.FormTextFieldDelegate {
|
FormCard.FormTextFieldDelegate {
|
||||||
id: passwordField
|
id: passwordField
|
||||||
label: i18n("Password")
|
label: i18n("Password")
|
||||||
|
|||||||
Reference in New Issue
Block a user