mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 01:42:20 +08:00
fanyi
This commit is contained in:
parent
2c205bf5db
commit
a59e2e0527
2
main.cpp
2
main.cpp
@ -18,7 +18,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
a.setProductName(QLabel::tr("Spark应用商店"));
|
||||
a.setApplicationDescription(QLabel::tr("社区驱动的一款为第三方应用商店,为改变而生\n本程序按GPL第三版开源"));
|
||||
a.setApplicationName(QLabel::tr("Spark应用商店")); //只有在这儿修改窗口标题才有效
|
||||
a.setApplicationName(QLabel::tr("Spark应用商店"));
|
||||
Widget w;
|
||||
QDesktopWidget *s=DApplication::desktop();
|
||||
int d_w=s->width();
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 4.8.2, 2020-09-17T16:48:42. -->
|
||||
<!-- Written by QtCreator 4.8.2, 2020-09-18T12:36:30. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>EnvironmentId</variable>
|
||||
|
Loading…
x
Reference in New Issue
Block a user