syntax fix
This commit is contained in:
parent
a7816701f2
commit
893bae4b93
3 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,6 @@ Page {
|
||||||
property string display_name : "";
|
property string display_name : "";
|
||||||
property string username : "";
|
property string username : "";
|
||||||
property string profileImage : "";
|
property string profileImage : "";
|
||||||
property string discoverable : "";
|
|
||||||
property int user_id;
|
property int user_id;
|
||||||
property int statuses_count;
|
property int statuses_count;
|
||||||
property int following_count;
|
property int following_count;
|
||||||
|
@ -135,6 +134,7 @@ Page {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
MyList {
|
MyList {
|
||||||
id: list
|
id: list
|
||||||
header: ProfileHeader {
|
header: ProfileHeader {
|
||||||
|
@ -250,6 +250,7 @@ Page {
|
||||||
Text {
|
Text {
|
||||||
x: Theme.horizontalPageMargin
|
x: Theme.horizontalPageMargin
|
||||||
width: parent.width - ( 2 * Theme.horizontalPageMargin )
|
width: parent.width - ( 2 * Theme.horizontalPageMargin )
|
||||||
|
id: txtnote
|
||||||
text: note
|
text: note
|
||||||
font.pixelSize: Theme.fontSizeExtraSmall
|
font.pixelSize: Theme.fontSizeExtraSmall
|
||||||
color: Theme.secondaryColor
|
color: Theme.secondaryColor
|
||||||
|
@ -280,6 +281,7 @@ Page {
|
||||||
Qt.openUrlExternally(link);
|
Qt.openUrlExternally(link);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Column {
|
Column {
|
||||||
spacing: Theme.paddingMedium
|
spacing: Theme.paddingMedium
|
||||||
|
|
|
@ -7,7 +7,7 @@ Item {
|
||||||
property string title: "";
|
property string title: "";
|
||||||
property string description: "";
|
property string description: "";
|
||||||
property string image: "";
|
property string image: "";
|
||||||
//property string bg: "";
|
property string bg: "";
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: icon.height + Theme.paddingLarge*2
|
height: icon.height + Theme.paddingLarge*2
|
||||||
|
|
||||||
|
|
|
@ -274,7 +274,7 @@
|
||||||
<translation>Biografia</translation>
|
<translation>Biografia</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/Profile.qml" line="288"/>
|
<location filename="../qml/pages/Profile.qml" line="290"/>
|
||||||
<source>Open Profile in Browser</source>
|
<source>Open Profile in Browser</source>
|
||||||
<translation>Aprire profile nel browser</translation>
|
<translation>Aprire profile nel browser</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
Loading…
Reference in a new issue