Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation Life Purpose Neuroscience Emotional Intelligence
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Programming Languages PyQt

Python GUI | Build a Beautiful Calculator with PyQt and Qml

Build a complete App in python, PyQt. PyQt5 with Qml. The UI/UX course.
Rating: 3.7 out of 53.7 (84 ratings)
6,773 students
Created by Ampofo Amoh - Gyebi
Last updated 9/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • You will study how to write Graphical User Interfaces with Qml, which Qt itself, chooses over QtWidgets.
  • You will study how to build apps with GUI's for Python
  • You will be able to fully customise controls in Qml to suit your app theme and requirements.
  • You will know how to write trendy UIs' for Python
  • You will learn how to build your app from raw python source code to a bundled app (.exe, or .sh)
  • You will learn how to hide your images and other resources from the end user in your final application
  • You will know how to write modern UI for python

Course content

13 sections • 97 lectures • 9h 6m total length

  • Preview01:36
  • Preview03:51
  • Preview02:46
  • Preview05:46

  • Preview02:24
  • Preview04:37
  • Preview00:49
  • Preview01:34
  • Download VSCode
    01:25
  • Preview00:40
  • Preview00:32
  • Preview02:03

  • Preview04:09

  • Preview00:46
  • Preview03:50
  • Test
    1 question
  • Preview02:33
  • Preview06:33
  • Preview03:57
  • Preview00:12
  • Preview01:11

  • Preview00:03
  • Preview04:55
  • First Window
    2 questions
  • Window flags
    05:36
  • Window Flags
    2 questions
  • Rectangle
    02:43
  • Rectangle
    1 question
  • Property
    06:24
  • Property
    1 question
  • ID
    07:04
  • ID
    1 question
  • Anchors
    05:30
  • Anchors
    2 questions
  • Text
    07:59
  • Text
    2 questions
  • Label
    03:59
  • Label
    1 question
  • Image
    04:36
  • Image
    1 question
  • Component Functions
    03:48
  • Component Functions
    1 question

  • Info
    00:03
  • Layouts - Introduction
    02:22
  • Download Layouts PDF
    00:04
  • RowLayout
    08:14
  • Column Layout
    07:57
  • Grid Layout
    09:16
  • Stack Layout
    03:14
  • Custom types
    13:41

  • Info
    00:03
  • List View
    13:44
  • List Model
    06:04
  • Grid View
    13:54
  • Stack View
    06:31
  • Swipe View
    06:05

  • Info
    00:03
  • Buttons
    03:34
  • Text Field
    02:41
  • Dial
    07:57
  • How to customise controls
    17:01
  • Controls Quiz
    1 question

  • Info
    00:06
  • Connection (Qml 3)
    01:47
  • Slots (Qml 3)
    03:52
  • Signals (Qml 3)
    01:41
  • Signal and Slots (Qml 2)
    21:34
  • Signal and Slots 2 (Qml 2)
    25:26
  • Threading
    35:21

  • Info
    00:04
  • Design a Qml UI again
    09:51
  • The RCC
    16:20

Requirements

  • Basic Python Knowledge
  • Basic computer literacy skills
  • Any Operating System
  • Any IDE (PyCharm, Spyder, Ninja-ide)

Description

NB: CERTAIN VIDEOS MAY HAVE BAD SOUND


SAY NO TO QTWIDGETS, QT DESIGNER, QSTYLE (CSS), PYTHON 2, PYQT4 OR WORSE TKINTER AND SAY YES TO ACCURATELY WRITTEN UI CODE; QML AND PYTHON 3

Gui's are what are missing from most programmer's toolkit, they cannot find it in addition to their wealth of knowledge. Not many years ago, I researched by God's help and found to my utmost pleasure how programming knowledge is applied in the real world both for UI's and Core-code (Both are scripted by the way).

Qt has powered the world of UI's and still powers it. Adobe, VLC, WhatsApp Inc, are a few of notable institutions that use Qt for both UI and also for functional code (for functional code, we will use python). But here is the catch, not so recent though, Qt released Qt Quick Markup language (Qml), that is not written in python, but rather in css style scripting language. This will help the advanced team-work desire to separate UI from core-code functionality.

Also there is another problem here, you can't seem to find much resources on it online. So here is it, an introduction and a quick practical hands on, on building a complete Python app with a modern trendy Gui.

Who this course is for:

  • General Python Developers
  • People who want to learn Practical Qml

Instructor

Ampofo Amoh - Gyebi
ten times better
Ampofo Amoh - Gyebi
  • 3.7 Instructor Rating
  • 931 Reviews
  • 103,666 Students
  • 6 Courses

Done extensive research on software including; Web servers (Python), FFMpeg (Python), File system operations (PHP & Python), Google Cloud Services (Python), and general research on Qt Markup Language. I have also built numerous software with GUI's, including; GGuides ( a to-do list app), Ninja-Preview ( An app that allows developers to view their qml code ) and python libraries like pyffmpeg and Soloman. Also contributed to other open-source projects like Ninja-Ide ( An Open-Source python IDE ).

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.