mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-10-09 03:42:20 +08:00
应用详情页添加版本号
This commit is contained in:
parent
fca2086d9f
commit
68d91f71ba
src/pages
@ -80,6 +80,7 @@ void AppIntoPage::openUrl(QUrl url)
|
|||||||
ui->icon->setScaledContents(true);
|
ui->icon->setScaledContents(true);
|
||||||
});
|
});
|
||||||
ui->title->setText(info["Name"].toString());
|
ui->title->setText(info["Name"].toString());
|
||||||
|
ui->version->setText(info["Version"].toString());
|
||||||
ui->author->setText(info["Author"].toString());
|
ui->author->setText(info["Author"].toString());
|
||||||
ui->d_author->setText(info["Author"].toString());
|
ui->d_author->setText(info["Author"].toString());
|
||||||
ui->d_size->setText(info["Size"].toString());
|
ui->d_size->setText(info["Size"].toString());
|
||||||
|
@ -188,6 +188,16 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="version">
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
<property name="alignment">
|
||||||
|
<set>Qt::AlignCenter</set>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="verticalSpacer_5">
|
<spacer name="verticalSpacer_5">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user