├── README.md ├── createacc.ui ├── fillprofile.ui ├── login.ui ├── main.py ├── placeholder.png ├── placeholder.qrc ├── pyvenv.cfg ├── shop_data.db └── welcomescreen.ui /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codefirstio/pyqt5-full-app-tutorial-for-beginners/HEAD/README.md -------------------------------------------------------------------------------- /createacc.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codefirstio/pyqt5-full-app-tutorial-for-beginners/HEAD/createacc.ui -------------------------------------------------------------------------------- /fillprofile.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codefirstio/pyqt5-full-app-tutorial-for-beginners/HEAD/fillprofile.ui -------------------------------------------------------------------------------- /login.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codefirstio/pyqt5-full-app-tutorial-for-beginners/HEAD/login.ui -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codefirstio/pyqt5-full-app-tutorial-for-beginners/HEAD/main.py -------------------------------------------------------------------------------- /placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codefirstio/pyqt5-full-app-tutorial-for-beginners/HEAD/placeholder.png -------------------------------------------------------------------------------- /placeholder.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codefirstio/pyqt5-full-app-tutorial-for-beginners/HEAD/placeholder.qrc -------------------------------------------------------------------------------- /pyvenv.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codefirstio/pyqt5-full-app-tutorial-for-beginners/HEAD/pyvenv.cfg -------------------------------------------------------------------------------- /shop_data.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codefirstio/pyqt5-full-app-tutorial-for-beginners/HEAD/shop_data.db -------------------------------------------------------------------------------- /welcomescreen.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codefirstio/pyqt5-full-app-tutorial-for-beginners/HEAD/welcomescreen.ui --------------------------------------------------------------------------------