Skip to content

Commit

Permalink
support load qt ui file, just start
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Jul 29, 2017
1 parent 9b48e60 commit b39c442
Show file tree
Hide file tree
Showing 440 changed files with 96,532 additions and 93,017 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
out/
doc/
coverage
js
Binary file removed .vscode/.browse.VC.db
Binary file not shown.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// 将设置放入此文件中以覆盖默认值和用户设置。
{

}
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"problemMatcher": []
}
]
}
Binary file added demos.old/assets/icons/x1/apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x1/close.normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x1/close.over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x1/favor.current.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x1/favor.normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x1/home.current.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x1/home.normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x1/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x1/open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x1/save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x2/apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x2/close.normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x2/close.over.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x2/favor.current.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x2/favor.normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x2/home.current.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x2/home.normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x2/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x2/open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/icons/x2/save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/test.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions demos.old/assets/theme/default/demo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

window.appThemeJson = {
"button-red" : {
"common" : {
"lineWidth" : 1,
"fontSize" : 16,
"textColor" : "black"
},
"normal" : {"backGroundColor":"red"},
"over" : {"backGroundColor":"green"},
"active" : {"backGroundColor":"blue"}
}
}
Binary file added demos.old/assets/theme/default/images/x1/alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos.old/assets/theme/default/images/x1/expand.png
Binary file added demos.old/assets/theme/default/images/x1/info.png
Binary file added demos.old/assets/theme/default/images/x1/leaf.png
Binary file added demos.old/assets/theme/default/images/x2/alert.png
Binary file added demos.old/assets/theme/default/images/x2/expand.png
Binary file added demos.old/assets/theme/default/images/x2/info.png
Binary file added demos.old/assets/theme/default/images/x2/leaf.png
Loading

0 comments on commit b39c442

Please sign in to comment.