mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-22 21:42:21 +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->title->setText(info["Name"].toString());
|
||||
ui->version->setText(info["Version"].toString());
|
||||
ui->author->setText(info["Author"].toString());
|
||||
ui->d_author->setText(info["Author"].toString());
|
||||
ui->d_size->setText(info["Size"].toString());
|
||||
|
@ -188,6 +188,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="version">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer_5">
|
||||
<property name="orientation">
|
||||
|
Loading…
x
Reference in New Issue
Block a user