mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-15 21:32:05 +08:00
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
我们创建了这个应用商店,广泛收录大家需要的软件包,搜集优质小工具,主动适配wine应用,存放到储存库供大家获取
|
我们创建了这个应用商店,广泛收录大家需要的软件包,搜集优质小工具,主动适配wine应用,存放到储存库供大家获取
|
||||||
我们支持:Deepin 20 ; Ubuntu 22.04 LTS / Ubuntu 20.04 LTS(将会逐渐停止支持) ; UOS Home 21
|
我们支持:Deepin 20 ; Ubuntu 22.04 LTS / Ubuntu 20.04 LTS(将会逐渐停止支持) ; UOS Home 21
|
||||||
|
|
||||||
|
## 关于协作:分支相关的文档见 [这里](https://deepin-community-store.gitee.io/spark-wiki/#/Dev/Spark-Store-Git-Repo)
|
||||||
|
|
||||||
*关于OpenKylin和deepin 23*
|
*关于OpenKylin和deepin 23*
|
||||||
|
|
||||||
支持计划将会在对应系统发布正式版之后开始评估和执行
|
支持计划将会在对应系统发布正式版之后开始评估和执行
|
||||||
|
|||||||
@@ -115,33 +115,7 @@ MainWindow::MainWindow(QWidget *parent)
|
|||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ui->pushButton_14->setStyleSheet(ui->pushButton_4->styleSheet());
|
||||||
for(int i = 0; i < ui->buttonGroup->buttons().length(); i++)
|
|
||||||
{
|
|
||||||
if(themeType == DGuiApplicationHelper::DarkType)
|
|
||||||
{
|
|
||||||
// 中文环境菜单文字居中,其他则左对齐
|
|
||||||
if(QLocale::system().name() == "zh_CN")
|
|
||||||
{
|
|
||||||
ui->buttonGroup->buttons()[i]->setStyleSheet("color: #FFFFFF; border: 0px;");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
ui->buttonGroup->buttons()[i]->setStyleSheet("color: #FFFFFF; border: 0px; text-align: left; padding-left: 15px;");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
if(QLocale::system().name() == "zh_CN")
|
|
||||||
{
|
|
||||||
ui->buttonGroup->buttons()[i]->setStyleSheet("color: #252525; border: 0px;");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
ui->buttonGroup->buttons()[i]->setStyleSheet("color: #252525; border: 0px; text-align: left; padding-left: 15px;");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ui->applistpage->setTheme(themeType == DGuiApplicationHelper::DarkType);
|
ui->applistpage->setTheme(themeType == DGuiApplicationHelper::DarkType);
|
||||||
ui->applistpage_1->setTheme(themeType == DGuiApplicationHelper::DarkType);
|
ui->applistpage_1->setTheme(themeType == DGuiApplicationHelper::DarkType);
|
||||||
ui->appintopage->setTheme(themeType == DGuiApplicationHelper::DarkType);
|
ui->appintopage->setTheme(themeType == DGuiApplicationHelper::DarkType);
|
||||||
|
|||||||
@@ -116,7 +116,7 @@
|
|||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeType">
|
<property name="sizeType">
|
||||||
<enum>QSizePolicy::Expanding</enum>
|
<enum>QSizePolicy::Fixed</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
<property name="sizeHint" stdset="0">
|
||||||
<size>
|
<size>
|
||||||
@@ -128,9 +128,15 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QWidget" name="widget" native="true">
|
<widget class="QWidget" name="widget" native="true">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>280</width>
|
<width>0</width>
|
||||||
<height>0</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user