Fuck accessibility amirite
This commit is contained in:
@@ -144,66 +144,29 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// This row contains a couple things
|
Column {
|
||||||
Row {
|
width: parent.width
|
||||||
spacing: 4
|
|
||||||
width: parent.width / 2
|
|
||||||
|
|
||||||
Column {
|
Text {
|
||||||
z: 100
|
id: lblSession
|
||||||
width: parent.width * 1.3
|
color: "#ebdbb2"
|
||||||
spacing : 4
|
width: parent.width
|
||||||
anchors.bottom: parent.bottom
|
text: textConstants.session
|
||||||
|
wrapMode: TextEdit.WordWrap
|
||||||
Text {
|
font.pixelSize: 12
|
||||||
id: lblSession
|
|
||||||
color: "#ebdbb2"
|
|
||||||
width: parent.width
|
|
||||||
text: textConstants.session
|
|
||||||
wrapMode: TextEdit.WordWrap
|
|
||||||
font.pixelSize: 12
|
|
||||||
}
|
|
||||||
|
|
||||||
ComboBox {
|
|
||||||
id: session
|
|
||||||
width: parent.width; height: 30
|
|
||||||
font.pixelSize: 14
|
|
||||||
|
|
||||||
arrowIcon: Qt.resolvedUrl("angle-down.png")
|
|
||||||
|
|
||||||
model: sessionModel
|
|
||||||
index: sessionModel.lastIndex
|
|
||||||
|
|
||||||
KeyNavigation.backtab: password; KeyNavigation.tab: layoutBox
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Column {
|
ComboBox {
|
||||||
z: 101
|
id: session
|
||||||
width: parent.width * 0.7
|
width: parent.width; height: 30
|
||||||
spacing : 4
|
font.pixelSize: 14
|
||||||
anchors.bottom: parent.bottom
|
|
||||||
|
|
||||||
visible: keyboard.enabled && keyboard.layouts.length > 0
|
arrowIcon: Qt.resolvedUrl("angle-down.png")
|
||||||
|
|
||||||
Text {
|
model: sessionModel
|
||||||
id: lblLayout
|
index: sessionModel.lastIndex
|
||||||
color: "#ebdbb2"
|
|
||||||
width: parent.width
|
|
||||||
text: textConstants.layout
|
|
||||||
wrapMode: TextEdit.WordWrap
|
|
||||||
font.pixelSize: 12
|
|
||||||
}
|
|
||||||
|
|
||||||
LayoutBox {
|
KeyNavigation.backtab: password; KeyNavigation.tab: layoutBox
|
||||||
id: layoutBox
|
|
||||||
width: parent.width; height: 30
|
|
||||||
font.pixelSize: 14
|
|
||||||
|
|
||||||
arrowIcon: Qt.resolvedUrl("angle-down.png")
|
|
||||||
|
|
||||||
KeyNavigation.backtab: session; KeyNavigation.tab: loginButton
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user