qt:graphics
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
qt:graphics [2024/10/23 16:19] – [Příklady v Qt] 2001:718:2:1901:0:1:e78f:e48d | 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 stredu | + | Letošní cvičení |
- | Lonske | + | Letošní |
- | Lonske | + | Letošní |
- | Lonske cvičení v 10:00 http:// | + | Zimní semestr |
+ | Loňské cvičení http:// | ||
Příklad naleznete v GIT repository http:// | Příklad naleznete v GIT repository http:// | ||
Line 20: | 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 107: | Line 128: | ||
http:// | http:// | ||
http:// | http:// | ||
+ | |||
+ | ======= Sablony s ... ====== | ||
+ | |||
+ | [[::dots]] | ||
qt/graphics.1729700359.txt.gz · Last modified: 2024/10/23 16:19 by 2001:718:2:1901:0:1:e78f:e48d