Git Product home page Git Product logo

qt-materials's Introduction

Qt Materials

Materials for my seminars. C++, Qt, fun (a little bit).

Contents

lectures

  • mainwindow-demo: creating a simple window in Qt
  • widgets-demo: widget examples, signals/slots and event example
  • layouts-demo: layout management
  • timers-demo: different Qt timers
  • painter-demo: animation, QPainter, QGraphicsScene
  • menu-and-dialogs-demo: can you guess what's in this demo? :D
  • mvp-demo: Model-View-Presenter example

sem-1

  • Writing a simple JSON Parser
  • Topics: C++ inheritance (virtual functions, abstract classes, dynamic cast, etc).

sem-2

  • Small funny Qt tasks like a clicker or a run-away button
  • Topics: Qt basics, widgets, signals/slots, event handling

How to work here?

  • On seminar:
    1. Clone the repo.
    2. Solve tasks from statement folder in solution folder.
    3. Commit task solutions to branch sem-X-solution.
    4. After seminar, I'll merge sem-X-solution into main.
  • On your own:
    1. Clone or fork the repo.
    2. Create folder for your solutions, e. g. my-solution.
    3. Solve tasks from statement folder in my-solution folder.
    4. Check CMakeLists.txt for instructions on how to build the project with the solution folder changed (usually there will just be an environment variable you need to set, e. g. SOLUTION_DIR)
    5. Refer to solution folder if you encounter problems when solving the tasks.
    6. Don't push your solution to this repo :)
    7. If you want to contribute (fix the solution or add a missed test case), open a pull request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.