Articles 2
Evgenii Legotckoi
Evgenii LegotckoiNov. 25, 2018, 5:11 p.m.
Qt/C++ Tutorial 087. Get the maximum number of multiple input fields QLineEdit Напишем небольшое приложение для получения максимального числа из нескольких полей QLineEdit. This means that we will have several QLineEdit fields, let's say 4 pieces into which numbers w…
Evgenii Legotckoi
Evgenii LegotckoiMarch 15, 2017, 12:12 p.m.
PyQt5 - Lesson 005. Autocompletion for an input field using QCompleter The Qt library has a QCompleter class, which allows you to offer autocompletion to the input word in the input fields. This class is also supported by the PyQt5 library. In the minimum, th…
Comments 0
Nothing found
Forum topics 4
s
spyAndreyJune 7, 2022, 2:01 a.m.
Событие wheelEvent для виджета QLineEdit Нашёл вот такой пример: !/usr/bin/python3 from PyQt5.QtGui import from PyQt5.QtCore import from PyQt5.QtWidgets import import sys class LineEdit(QL…
Ruslan Polupan
Ruslan PolupanApril 1, 2021, 7:55 a.m.
Ожидание ввода QLineEdit Доброго времени суток! Подскажите как после ввода 4-символов в QLineEdit подождать секунду и после этого передать значение в другую функцию. а если в в течение секунды длина значения измен…
Михаиллл
МихаилллNov. 16, 2018, 5:56 a.m.
Как забрать текст из QLineEdit, при условии, что виджетов много Здравствуйте. Добавил в VerticalLayout много виджитов. Часть из них QLineEdit. Следующих кодом я определяю QLineEdit на моем VerticalLayout. Но не могу получить из него текст. ui->w->…
Forum posts 0
Nothing found
Test 0
Nothing found
Shared codes 0
Nothing found

Follow us in social networks