Articles 6
Evgenii Legotckoi
Evgenii LegotckoiApril 21, 2018, 4:18 p.m.
Qt/C++ - Tutorial 076. Visualizing Mathematical Formulas on Qt Recently, a rather interesting question appeared on the forum, about how you can visualize formulas in Qt. Unfortunately, I did not have the opportunity to deal with the site and the forum for a…
Evgenii Legotckoi
Evgenii LegotckoiSept. 22, 2015, 12:36 p.m.
How to make game using Qt - Lesson 4. Enemy – meaning in the survival Continuing the theme of how to write a play on Qt. Once in past articles a fly was created, that eating apples, it is time to create her enemy. And the enemy flies, as is well known, the spider.…
Evgenii Legotckoi
Evgenii LegotckoiSept. 21, 2015, 10:44 a.m.
Qt/C++ - Lesson 020. QPainter – Introduction to drawing In Qt framework you have gat opportunity to draw on the graphics scene and widgets. For it you can use QPainter class. Drawing objects on the widgets can be made in paintEvent (* even…
Comments 0
Nothing found
Forum topics 8
KM
Katty MisikSept. 1, 2020, 6:22 a.m.
QPoint с файла передать в QPainter как числа x y можно было бы передать как QPoint в QPainter? заранее спасибо! void ToolBar::on_pushButton_clicked(){ QFile file("C:/Users/kamil/Desktop/data2.txt"); if(file.open(QIOD…
IscanderChe
IscanderCheJune 8, 2020, 4:26 p.m.
QPlainTextEdit QPainter как нарисовать вертикальную линию Добрый вечер. Подскажите, как нарисовать в QPlainTextEdit вертикальную линию-ограничитель для кода на 80 символов? Понимаю, что тут без QPainter не обойтись, но дальше этого понимания дело…
s
sladkoewkaSept. 8, 2019, 8:40 a.m.
Qpainter Добрый день! Прошу подскажите пожалуйста, как реализовать отрисовку например круга в дочернем виджете на форме? Смотрел видео-урок Евгения, там всё происходит в родительской форме. соответ…
Forum posts 0
Nothing found
Test 0
Nothing found
Shared codes 0
Nothing found

Follow us in social networks