diff options
-rw-r--r-- | src/build/settings/base.json | 6 | ||||
-rw-r--r-- | src/build/settings/linux.json | 6 | ||||
-rw-r--r-- | src/build/settings/mac.json | 3 | ||||
-rw-r--r-- | src/main/icons/Icon.ico | bin | 0 -> 168229 bytes | |||
-rw-r--r-- | src/main/icons/README.md | 11 | ||||
-rw-r--r-- | src/main/icons/base/16.png | bin | 0 -> 544 bytes | |||
-rw-r--r-- | src/main/icons/base/24.png | bin | 0 -> 783 bytes | |||
-rw-r--r-- | src/main/icons/base/32.png | bin | 0 -> 912 bytes | |||
-rw-r--r-- | src/main/icons/base/48.png | bin | 0 -> 1497 bytes | |||
-rw-r--r-- | src/main/icons/base/64.png | bin | 0 -> 1657 bytes | |||
-rw-r--r-- | src/main/icons/linux/1024.png | bin | 0 -> 26841 bytes | |||
-rw-r--r-- | src/main/icons/linux/128.png | bin | 0 -> 3177 bytes | |||
-rw-r--r-- | src/main/icons/linux/256.png | bin | 0 -> 5641 bytes | |||
-rw-r--r-- | src/main/icons/linux/512.png | bin | 0 -> 11653 bytes | |||
-rw-r--r-- | src/main/icons/mac/1024.png | bin | 0 -> 47311 bytes | |||
-rw-r--r-- | src/main/icons/mac/128.png | bin | 0 -> 4978 bytes | |||
-rw-r--r-- | src/main/icons/mac/256.png | bin | 0 -> 10278 bytes | |||
-rw-r--r-- | src/main/icons/mac/512.png | bin | 0 -> 21699 bytes | |||
-rw-r--r-- | src/main/python/main.py | 12 |
19 files changed, 38 insertions, 0 deletions
diff --git a/src/build/settings/base.json b/src/build/settings/base.json new file mode 100644 index 0000000..e6321bb --- /dev/null +++ b/src/build/settings/base.json @@ -0,0 +1,6 @@ +{ + "app_name": "PFD-Tool", + "author": "FOSSEE", + "main_module": "src/main/python/main.py", + "version": "0.0.0" +}
\ No newline at end of file diff --git a/src/build/settings/linux.json b/src/build/settings/linux.json new file mode 100644 index 0000000..7a64c95 --- /dev/null +++ b/src/build/settings/linux.json @@ -0,0 +1,6 @@ +{ + "categories": "Utility;", + "description": "", + "author_email": "", + "url": "" +}
\ No newline at end of file diff --git a/src/build/settings/mac.json b/src/build/settings/mac.json new file mode 100644 index 0000000..f7bd610 --- /dev/null +++ b/src/build/settings/mac.json @@ -0,0 +1,3 @@ +{ + "mac_bundle_identifier": "" +}
\ No newline at end of file diff --git a/src/main/icons/Icon.ico b/src/main/icons/Icon.ico Binary files differnew file mode 100644 index 0000000..3312d86 --- /dev/null +++ b/src/main/icons/Icon.ico diff --git a/src/main/icons/README.md b/src/main/icons/README.md new file mode 100644 index 0000000..c6c4194 --- /dev/null +++ b/src/main/icons/README.md @@ -0,0 +1,11 @@ +![Sample app icon](linux/128.png) + +This directory contains the icons that are displayed for your app. Feel free to +change them. + +The difference between the icons on Mac and the other platforms is that on Mac, +they contain a ~5% transparent margin. This is because otherwise they look too +big (eg. in the Dock or in the app switcher). + +You can create Icon.ico from the .png files with +[an online tool](http://icoconvert.com/Multi_Image_to_one_icon/).
\ No newline at end of file diff --git a/src/main/icons/base/16.png b/src/main/icons/base/16.png Binary files differnew file mode 100644 index 0000000..f7d02dc --- /dev/null +++ b/src/main/icons/base/16.png diff --git a/src/main/icons/base/24.png b/src/main/icons/base/24.png Binary files differnew file mode 100644 index 0000000..faa6710 --- /dev/null +++ b/src/main/icons/base/24.png diff --git a/src/main/icons/base/32.png b/src/main/icons/base/32.png Binary files differnew file mode 100644 index 0000000..36b25e8 --- /dev/null +++ b/src/main/icons/base/32.png diff --git a/src/main/icons/base/48.png b/src/main/icons/base/48.png Binary files differnew file mode 100644 index 0000000..4a5dcbd --- /dev/null +++ b/src/main/icons/base/48.png diff --git a/src/main/icons/base/64.png b/src/main/icons/base/64.png Binary files differnew file mode 100644 index 0000000..4b0a423 --- /dev/null +++ b/src/main/icons/base/64.png diff --git a/src/main/icons/linux/1024.png b/src/main/icons/linux/1024.png Binary files differnew file mode 100644 index 0000000..2248377 --- /dev/null +++ b/src/main/icons/linux/1024.png diff --git a/src/main/icons/linux/128.png b/src/main/icons/linux/128.png Binary files differnew file mode 100644 index 0000000..05b2b35 --- /dev/null +++ b/src/main/icons/linux/128.png diff --git a/src/main/icons/linux/256.png b/src/main/icons/linux/256.png Binary files differnew file mode 100644 index 0000000..578fdc7 --- /dev/null +++ b/src/main/icons/linux/256.png diff --git a/src/main/icons/linux/512.png b/src/main/icons/linux/512.png Binary files differnew file mode 100644 index 0000000..0fbac4f --- /dev/null +++ b/src/main/icons/linux/512.png diff --git a/src/main/icons/mac/1024.png b/src/main/icons/mac/1024.png Binary files differnew file mode 100644 index 0000000..c1c8691 --- /dev/null +++ b/src/main/icons/mac/1024.png diff --git a/src/main/icons/mac/128.png b/src/main/icons/mac/128.png Binary files differnew file mode 100644 index 0000000..de9bee6 --- /dev/null +++ b/src/main/icons/mac/128.png diff --git a/src/main/icons/mac/256.png b/src/main/icons/mac/256.png Binary files differnew file mode 100644 index 0000000..c3a68b9 --- /dev/null +++ b/src/main/icons/mac/256.png diff --git a/src/main/icons/mac/512.png b/src/main/icons/mac/512.png Binary files differnew file mode 100644 index 0000000..b2fc07e --- /dev/null +++ b/src/main/icons/mac/512.png diff --git a/src/main/python/main.py b/src/main/python/main.py new file mode 100644 index 0000000..18c8d38 --- /dev/null +++ b/src/main/python/main.py @@ -0,0 +1,12 @@ +from fbs_runtime.application_context.PyQt5 import ApplicationContext +from PyQt5.QtWidgets import QMainWindow + +import sys + +if __name__ == '__main__': + appctxt = ApplicationContext() # 1. Instantiate ApplicationContext + window = QMainWindow() + window.resize(250, 150) + window.show() + exit_code = appctxt.app.exec_() # 2. Invoke appctxt.app.exec_() + sys.exit(exit_code)
\ No newline at end of file |