qt:graphics
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
qt:graphics [2024/04/22 14:44] – created - external edit 127.0.0.1 | qt:graphics [2025/05/05 13:16] (current) – [Sablony s ...] 147.32.8.115 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | http:// | ||
======= Příklady v Qt ====== | ======= Příklady v Qt ====== | ||
- | Letošní cvičení ve 14:00 http:// | + | Letošní cvičení |
- | Letošní cvičení v 16:00 http:// | + | Letošní cvičení |
- | Letošní cvičení | + | Letošní cvičení |
+ | Zimní semestr http:// | ||
+ | |||
+ | Loňské cvičení http:// | ||
Příklad naleznete v GIT repository http:// | Příklad naleznete v GIT repository http:// | ||
Line 18: | Line 22: | ||
Minimalistický návod na instalaci prosředí Qt Creator [[ide_qtcreator]] | Minimalistický návod na instalaci prosředí Qt Creator [[ide_qtcreator]] | ||
+ | ===== Windows Subsytem for Linux ==== | ||
+ | |||
+ | <code bash> | ||
+ | wsl --list --online | ||
+ | wsl --install Ubuntu | ||
+ | |||
+ | sudo apt update | ||
+ | sudo apt install mc | ||
+ | sudo apt install python-is-python3 | ||
+ | sudo apt install qtcreator | ||
+ | sudo apt install qtbase5-dev | ||
+ | sudo apt install clang llvm lldb libclang-dev llvm-dev liblldb-dev | ||
+ | sudo apt install ccache gcc gdb | ||
+ | |||
+ | git clone https:// | ||
+ | </ | ||
+ | <code bash> | ||
+ | echo 'int main () { }' | clang -x c++ -E -v - | ||
+ | </ | ||
======= Příklad s jednoduchými vstupními prvky ====== | ======= Příklad s jednoduchými vstupními prvky ====== | ||
Line 105: | Line 128: | ||
http:// | http:// | ||
http:// | http:// | ||
+ | |||
+ | ======= Sablony s ... ====== | ||
+ | |||
+ | [[::dots]] | ||
qt/graphics.1713797082.txt.gz · Last modified: 2024/04/22 14:44 by 127.0.0.1