new version with hashtags
This commit is contained in:
parent
d81ad52031
commit
56bdb80ea0
47 changed files with 1424 additions and 825 deletions
|
@ -44,6 +44,7 @@ Item {
|
|||
id: wrapper
|
||||
width:parent.width
|
||||
height: 8*mm
|
||||
radius: 0.5*mm
|
||||
border.color: "grey"
|
||||
color:"white"
|
||||
Image {
|
||||
|
|
|
@ -39,13 +39,7 @@ import "qrc:/qml/genericqml"
|
|||
|
||||
Rectangle {
|
||||
id:searchComponent
|
||||
//onActiveFocusChanged: searchText.forceActiveFocus()
|
||||
//onVisibleChanged: if (visible) searchText.forceActiveFocus()
|
||||
// border.color: "#EEEEEE"
|
||||
// border.width: 1
|
||||
color:"lightgrey"
|
||||
// width:conversationView.width
|
||||
// height:Math.max(replyText.contentHeight+2*mm,6*mm)
|
||||
|
||||
Rectangle{
|
||||
color: "white"
|
||||
radius:0.5*mm
|
||||
|
@ -69,19 +63,7 @@ Rectangle {
|
|||
|
||||
}
|
||||
Component.onCompleted: searchText.forceActiveFocus()
|
||||
// BlueButton {
|
||||
// id: sendButton
|
||||
// text: "\uf002"
|
||||
// anchors.left: parent.right
|
||||
// anchors.leftMargin:mm
|
||||
// anchors.top:parent.top
|
||||
// //anchors.topMargin: 0.5*mm
|
||||
// color:"white"
|
||||
// onClicked: {
|
||||
// var body=searchText.getText(0,searchText.length);
|
||||
// search(body)
|
||||
// }
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue