From 994dd35a9783948e25ba377fac279a6bf9261c5f Mon Sep 17 00:00:00 2001
From: Maicss <15033980223@163.com>
Date: Wed, 17 Jun 2020 17:00:17 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E5=BE=AE=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
deepin-community-store.pro | 2 +-
deepin-community-store.pro.user | 326 ++++++++++++++++++++++++++++++++
widget.cpp | 18 +-
3 files changed, 336 insertions(+), 10 deletions(-)
create mode 100644 deepin-community-store.pro.user
diff --git a/deepin-community-store.pro b/deepin-community-store.pro
index 88200d9..a823fef 100644
--- a/deepin-community-store.pro
+++ b/deepin-community-store.pro
@@ -8,7 +8,7 @@ QT += core gui webkitwidgets network concurrent
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-TARGET = DtkDemo
+TARGET = deepin-community-store
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
diff --git a/deepin-community-store.pro.user b/deepin-community-store.pro.user
new file mode 100644
index 0000000..989bdb0
--- /dev/null
+++ b/deepin-community-store.pro.user
@@ -0,0 +1,326 @@
+
+
+
+
+
+ EnvironmentId
+ {ff08b897-ff9f-49db-9ac7-48af5bfb9f72}
+
+
+ ProjectExplorer.Project.ActiveTarget
+ 0
+
+
+ ProjectExplorer.Project.EditorSettings
+
+ true
+ false
+ true
+
+ Cpp
+
+ CppGlobal
+
+
+
+ QmlJS
+
+ QmlJSGlobal
+
+
+ 2
+ UTF-8
+ false
+ 4
+ false
+ 80
+ true
+ true
+ 1
+ true
+ false
+ 0
+ true
+ true
+ 0
+ 8
+ true
+ 1
+ true
+ true
+ true
+ false
+
+
+
+ ProjectExplorer.Project.PluginSettings
+
+
+ true
+
+
+
+ ProjectExplorer.Project.Target.0
+
+ 桌面
+ 桌面
+ {497b0bdb-382d-4878-b6a7-69d35c33276e}
+ 0
+ 0
+ 0
+
+ /home/maicss/git/build-deepin-community-store-unknown-Debug
+
+
+ true
+ qmake
+
+ QtProjectManager.QMakeBuildStep
+ true
+
+ false
+ false
+ false
+
+
+ true
+ Make
+
+ Qt4ProjectManager.MakeStep
+
+ false
+
+
+ false
+
+ 2
+ Build
+
+ ProjectExplorer.BuildSteps.Build
+
+
+
+ true
+ Make
+
+ Qt4ProjectManager.MakeStep
+
+ true
+ clean
+
+ false
+
+ 1
+ Clean
+
+ ProjectExplorer.BuildSteps.Clean
+
+ 2
+ false
+
+ Debug
+ Debug
+ Qt4ProjectManager.Qt4BuildConfiguration
+ 2
+ true
+
+
+ /home/maicss/git/build-deepin-community-store-unknown-Release
+
+
+ true
+ qmake
+
+ QtProjectManager.QMakeBuildStep
+ false
+
+ false
+ false
+ true
+
+
+ true
+ Make
+
+ Qt4ProjectManager.MakeStep
+
+ false
+
+
+ false
+
+ 2
+ Build
+
+ ProjectExplorer.BuildSteps.Build
+
+
+
+ true
+ Make
+
+ Qt4ProjectManager.MakeStep
+
+ true
+ clean
+
+ false
+
+ 1
+ Clean
+
+ ProjectExplorer.BuildSteps.Clean
+
+ 2
+ false
+
+ Release
+ Release
+ Qt4ProjectManager.Qt4BuildConfiguration
+ 0
+ true
+
+
+ /home/maicss/git/build-deepin-community-store-unknown-Profile
+
+
+ true
+ qmake
+
+ QtProjectManager.QMakeBuildStep
+ true
+
+ false
+ true
+ true
+
+
+ true
+ Make
+
+ Qt4ProjectManager.MakeStep
+
+ false
+
+
+ false
+
+ 2
+ Build
+
+ ProjectExplorer.BuildSteps.Build
+
+
+
+ true
+ Make
+
+ Qt4ProjectManager.MakeStep
+
+ true
+ clean
+
+ false
+
+ 1
+ Clean
+
+ ProjectExplorer.BuildSteps.Clean
+
+ 2
+ false
+
+ Profile
+ Profile
+ Qt4ProjectManager.Qt4BuildConfiguration
+ 0
+ true
+
+ 3
+
+
+ 0
+ 部署
+
+ ProjectExplorer.BuildSteps.Deploy
+
+ 1
+ Deploy Configuration
+
+ ProjectExplorer.DefaultDeployConfiguration
+
+ 1
+
+
+ false
+ false
+ 1000
+
+ true
+
+ false
+ false
+ false
+ false
+ true
+ 0.01
+ 10
+ true
+ 1
+ 25
+
+ 1
+ true
+ false
+ true
+ valgrind
+
+ 0
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+ 10
+ 11
+ 12
+ 13
+ 14
+
+ 2
+
+ deepin-community-store
+
+ Qt4ProjectManager.Qt4RunConfiguration:/home/maicss/git/deepin-community-store/deepin-community-store.pro
+ deepin-community-store.pro
+
+ 3768
+ false
+ true
+ true
+ false
+ false
+ true
+
+ /home/maicss/git/build-deepin-community-store-unknown-Debug
+
+ 1
+
+
+
+ ProjectExplorer.Project.TargetCount
+ 1
+
+
+ ProjectExplorer.Project.Updater.FileVersion
+ 20
+
+
+ Version
+ 20
+
+
diff --git a/widget.cpp b/widget.cpp
index fff22e8..7eab034 100644
--- a/widget.cpp
+++ b/widget.cpp
@@ -122,7 +122,14 @@ if(nowDownloadstackedWidget->setCurrentIndex(1);
}
-void Widget::on_listWidget_currentRowChanged(int currentRow)
-{
- qDebug()<