Lectures

Supporting information and lecture slides may be found here.
  • Handover of the first project final version is scheduled on the 20th of March. The list of individual assignments is available here and referenced examples are here. You can find some hints how to solve common issues here or send me an email with your specific problem.
  • Handover of the second project final version is scheduled on the 3rd of April. The universal assignment is available here. To get the points, you must present your results at the exercise or email me (only one html file) before the due date. You can find some hints and examples here or send me an email with your specific problem.
  • Handover of the third project final version is scheduled on the 15th of May. The list of individual assignments is available here and referenced examples are here. One frame should be created using Qt Designer and the other using code. To get the points, you must present your results at the exercise or email me before the due date. You can find some hints how to solve common issues here.
  • Instructional video with rebuilding the project is here.

    Instructional video showing how to fix the project is here.

    Example for the VS 2019 with the custom component from the exercise (Clock widget) is here.

    Example for the QT Creator 7 with the custom component from the exercise (Clock widget) is here.

    Instructional video showing how to run the Qt Designer is here.

    Instructional video showing how to connect two widgets in the Qt Designer is here.

    Instructional video showing how to assign layouts in the Qt Designer is here.

Lecture 1

Introduction. Links for further reading on topics mentioned during this lecture are here.

Lecture 2

Laying out Widgets. Layout management under Tkinter and Python using pack.

Lecture 3

Laying out Widgets. Layout management under Tkinter and Python using grid.

Excercise 1

Python/Tk introduction. You can find our very first script here.

Excercise 2

Laying out Widgets - pack. You can start with our previous example and follow the slides 15-29 and modify appropriately the method createWidgets in the class Application. An example script from this exercise can be found here.

Excercise 3

Laying out Widgets - grid. You can start with our first example and follow the slides 28, 30-36 and modify appropriately the method createWidgets in the class Application.

Excercise 4

Laying out Widgets - Scrollable Frame and Tables. You can download the table component from the slide 61 here.

Excercise 5

Multi Windows - You can download the example how to create two or more separate windows here.