Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mobile Datovka
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Datovka projects
mobile Datovka
Commits
6b77da97
Commit
6b77da97
authored
Jan 19, 2018
by
Karel Slaný
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using AccessibleTextField.
parent
4b06ecab
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
26 additions
and
26 deletions
+26
-26
qml/components/FilterBar.qml
qml/components/FilterBar.qml
+1
-1
qml/dialogues/FileDialogue.qml
qml/dialogues/FileDialogue.qml
+2
-2
qml/dialogues/InputDialogue.qml
qml/dialogues/InputDialogue.qml
+1
-1
qml/dialogues/PasteInputDialogue.qml
qml/dialogues/PasteInputDialogue.qml
+1
-1
qml/main.qml
qml/main.qml
+1
-1
qml/pages/PageChangePassword.qml
qml/pages/PageChangePassword.qml
+4
-4
qml/pages/PageDataboxSearch.qml
qml/pages/PageDataboxSearch.qml
+1
-1
qml/pages/PageMessageSearch.qml
qml/pages/PageMessageSearch.qml
+1
-1
qml/pages/PageSendMessage.qml
qml/pages/PageSendMessage.qml
+11
-11
qml/pages/PageSettingsPin.qml
qml/pages/PageSettingsPin.qml
+3
-3
No files found.
qml/components/FilterBar.qml
View file @
6b77da97
...
...
@@ -41,7 +41,7 @@ Rectangle {
property
alias
filterField
:
filterField
TextField
{
Accessible
TextField
{
id
:
filterField
anchors.top
:
parent
.
top
...
...
qml/dialogues/FileDialogue.qml
View file @
6b77da97
...
...
@@ -141,7 +141,7 @@ Dialog {
}
}
}
TextField
{
Accessible
TextField
{
id
:
pathField
Layout.fillWidth
:
true
text
:
stripUrlPrefix
(
folderModel
.
folder
)
...
...
@@ -160,7 +160,7 @@ Dialog {
}
}
}
}
// TextField
}
}
// RowLayout
ListView
{
id
:
fileList
...
...
qml/dialogues/InputDialogue.qml
View file @
6b77da97
...
...
@@ -78,7 +78,7 @@ Dialog {
Layout.alignment
:
Qt
.
AlignLeft
|
Qt
.
AlignBaseline
wrapMode
:
Text
.
WordWrap
}
TextField
{
Accessible
TextField
{
id
:
rootPwd
focus
:
true
Layout.fillWidth
:
true
...
...
qml/dialogues/PasteInputDialogue.qml
View file @
6b77da97
...
...
@@ -93,7 +93,7 @@ Item {
horizontalAlignment
:
Text
.
AlignHCenter
wrapMode
:
Text
.
Wrap
}
TextField
{
Accessible
TextField
{
id
:
textInput
objectName
:
"
textInput
"
...
...
qml/main.qml
View file @
6b77da97
...
...
@@ -181,7 +181,7 @@ ApplicationWindow {
Column
{
anchors.centerIn
:
parent
spacing
:
formItemVerticalSpacing
TextField
{
Accessible
TextField
{
id
:
pinCodeInput
height
:
inputItemHeight
font.pointSize
:
defaultTextFont
.
font
.
pointSize
...
...
qml/pages/PageChangePassword.qml
View file @
6b77da97
...
...
@@ -138,7 +138,7 @@ Item {
Column
{
anchors.horizontalCenter
:
parent
.
horizontalCenter
spacing
:
formItemVerticalSpacing
TextField
{
Accessible
TextField
{
id
:
oldPwd
// Fit widest element.
anchors.left
:
parent
.
left
...
...
@@ -152,7 +152,7 @@ Item {
horizontalAlignment
:
TextInput
.
AlignHCenter
text
:
""
}
TextField
{
Accessible
TextField
{
id
:
newPwd
// Fit widest element.
anchors.left
:
parent
.
left
...
...
@@ -166,7 +166,7 @@ Item {
horizontalAlignment
:
TextInput
.
AlignHCenter
text
:
""
}
TextField
{
Accessible
TextField
{
id
:
newPwdAgain
// Widest element.
anchors.horizontalCenter
:
parent
.
horizontalCenter
...
...
@@ -219,7 +219,7 @@ Item {
}
}
}
TextField
{
Accessible
TextField
{
id
:
otpCode
visible
:
false
anchors.left
:
parent
.
left
...
...
qml/pages/PageDataboxSearch.qml
View file @
6b77da97
...
...
@@ -181,7 +181,7 @@ Item {
}
onCurrentIndexChanged
:
searchType
=
searchTypeComboBoxModel
.
get
(
currentIndex
).
value
}
TextField
{
Accessible
TextField
{
id
:
searchPhraseText
placeholderText
:
qsTr
(
"
Enter sought phrase
"
)
focus
:
true
...
...
qml/pages/PageMessageSearch.qml
View file @
6b77da97
...
...
@@ -127,7 +127,7 @@ Item {
}
}
}
TextField
{
Accessible
TextField
{
id
:
searchPhraseText
placeholderText
:
qsTr
(
"
Enter phrase
"
)
focus
:
true
...
...
qml/pages/PageSendMessage.qml
View file @
6b77da97
...
...
@@ -310,7 +310,7 @@ Item {
font.bold
:
true
text
:
qsTr
(
"
Subject
"
)
}
TextField
{
Accessible
TextField
{
id
:
dmAnnotation
width
:
parent
.
width
height
:
inputItemHeight
...
...
@@ -624,7 +624,7 @@ Item {
Row
{
width
:
parent
.
width
spacing
:
defaultMargin
TextField
{
Accessible
TextField
{
id
:
dmLegalTitleLaw
width
:
mandateFieldLenght
height
:
inputItemHeight
...
...
@@ -635,7 +635,7 @@ Item {
anchors.verticalCenter
:
parent
.
verticalCenter
text
:
"
/
"
}
TextField
{
Accessible
TextField
{
id
:
dmLegalTitleYear
width
:
mandateFieldLenght
height
:
inputItemHeight
...
...
@@ -646,7 +646,7 @@ Item {
anchors.verticalCenter
:
parent
.
verticalCenter
text
:
"
§
"
}
TextField
{
Accessible
TextField
{
id
:
dmLegalTitleSect
width
:
mandateFieldLenght
height
:
inputItemHeight
...
...
@@ -657,7 +657,7 @@ Item {
anchors.verticalCenter
:
parent
.
verticalCenter
text
:
qsTr
(
"
par.
"
)
}
TextField
{
Accessible
TextField
{
id
:
dmLegalTitlePar
width
:
mandateFieldLenght
/
2
height
:
inputItemHeight
...
...
@@ -668,7 +668,7 @@ Item {
anchors.verticalCenter
:
parent
.
verticalCenter
text
:
qsTr
(
"
let.
"
)
}
TextField
{
Accessible
TextField
{
id
:
dmLegalTitlePoint
width
:
mandateFieldLenght
/
2
height
:
inputItemHeight
...
...
@@ -681,7 +681,7 @@ Item {
font.bold
:
true
text
:
qsTr
(
"
Our reference number
"
)
}
TextField
{
Accessible
TextField
{
id
:
dmSenderRefNumber
height
:
inputItemHeight
font.pointSize
:
defaultTextFont
.
font
.
pointSize
...
...
@@ -704,7 +704,7 @@ Item {
font.bold
:
true
text
:
qsTr
(
"
Our file mark
"
)
}
TextField
{
Accessible
TextField
{
id
:
dmSenderIdent
height
:
inputItemHeight
font.pointSize
:
defaultTextFont
.
font
.
pointSize
...
...
@@ -727,7 +727,7 @@ Item {
font.bold
:
true
text
:
qsTr
(
"
Your reference number
"
)
}
TextField
{
Accessible
TextField
{
id
:
dmRecipientRefNumber
height
:
inputItemHeight
font.pointSize
:
defaultTextFont
.
font
.
pointSize
...
...
@@ -750,7 +750,7 @@ Item {
font.bold
:
true
text
:
qsTr
(
"
Your file mark
"
)
}
TextField
{
Accessible
TextField
{
id
:
dmRecipientIdent
height
:
inputItemHeight
font.pointSize
:
defaultTextFont
.
font
.
pointSize
...
...
@@ -773,7 +773,7 @@ Item {
font.bold
:
true
text
:
qsTr
(
"
To hands
"
)
}
TextField
{
Accessible
TextField
{
id
:
dmToHands
height
:
inputItemHeight
font.pointSize
:
defaultTextFont
.
font
.
pointSize
...
...
qml/pages/PageSettingsPin.qml
View file @
6b77da97
...
...
@@ -270,7 +270,7 @@ Item {
actionName
=
"
disable
"
}
}
TextField
{
Accessible
TextField
{
id
:
pinValueField
anchors.horizontalCenter
:
parent
.
horizontalCenter
height
:
inputItemHeight
...
...
@@ -282,7 +282,7 @@ Item {
horizontalAlignment
:
TextInput
.
AlignHCenter
text
:
""
}
TextField
{
Accessible
TextField
{
id
:
pinConfirmField1
anchors.horizontalCenter
:
parent
.
horizontalCenter
height
:
inputItemHeight
...
...
@@ -294,7 +294,7 @@ Item {
horizontalAlignment
:
TextInput
.
AlignHCenter
text
:
""
}
TextField
{
Accessible
TextField
{
id
:
pinConfirmField2
anchors.horizontalCenter
:
parent
.
horizontalCenter
height
:
inputItemHeight
...
...
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