new version with hashtags
This commit is contained in:
parent
d81ad52031
commit
56bdb80ea0
47 changed files with 1424 additions and 825 deletions
|
@ -41,6 +41,7 @@ Item {
|
|||
id: placeHolder
|
||||
color: 'lightblue'; antialiasing: true
|
||||
anchors.fill:parent
|
||||
radius: 0.5*mm
|
||||
}
|
||||
Text {
|
||||
id:daytext
|
||||
|
|
|
@ -106,7 +106,7 @@ Rectangle {
|
|||
Connections{
|
||||
target: updatenews
|
||||
|
||||
onSuccess:{
|
||||
function onSuccess(api){
|
||||
calBusy.running=false;
|
||||
showEvents("")
|
||||
}
|
||||
|
|
|
@ -43,6 +43,7 @@ Rectangle{
|
|||
height:parent.height-12*mm
|
||||
x:mm
|
||||
y:mm
|
||||
radius: 0.5*mm
|
||||
property var daylist:[]
|
||||
property int dayint: 0
|
||||
MButton{
|
||||
|
@ -88,6 +89,7 @@ Rectangle{
|
|||
height:eventNameText.height+eventDetailsText.height+mm
|
||||
border.color: "light grey"
|
||||
border.width: 1
|
||||
radius: 0.5*mm
|
||||
Image {
|
||||
id:profileImage
|
||||
source: ((event.eventOwner.profile_image!="") && (typeof(event.eventOwner.profile_image)=="string"))? "file://"+event.eventOwner.profile_image : event.eventOwner.profile_image_url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue