PySide – Introduction – part 002

First, PySide itself is licensed under LGPLv2.1, most of the examples are licensed under GPLv2. After importing PySide then you can see all PySide python submodule:

Also this can help you to see all about Qt components and versions using by PySide: Let’s how can do it:

Something about PySide submodules: QtCore –… Read More »

Android Studio – tools and features – part 007

If you try to update your old Android Studio to Android Studio 1.2 RC 2 you may get this error: The following SDK components were not installed: … Most commons errors are for this components: extra-android-m2repository,tools,addon-google_apis-google-21,android-21,sys-img-x86-addon-google_apis-google-21,source-21,extra-google-m2repository… After this error the process of installation it’s stopped running. To fix this you need to take a look… Read More »