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/10/02 18:39] (current) – [Příklady v Qt] 147.32.8.31 | ||
|---|---|---|---|
| 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í ve středu |
| - | Letošní cvičení v 16:00 http:// | + | Letošní cvičení |
| - | Letošní | + | Loňské |
| + | Loňské cvičení pondělí v 16:00 http:// | ||
| + | |||
| + | Loňské cvičení ve středu http:// | ||
| + | |||
| + | Zimní semestr http:// | ||
| + | |||
| + | Starší cvičení http:// | ||
| Příklad naleznete v GIT repository http:// | Příklad naleznete v GIT repository http:// | ||
| Line 18: | Line 26: | ||
| 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 132: | ||
| http:// | http:// | ||
| http:// | http:// | ||
| + | |||
| + | ======= Sablony s ... ====== | ||
| + | |||
| + | [[::dots]] | ||
qt/graphics.1713797082.txt.gz · Last modified: 2024/04/22 14:44 by 127.0.0.1
