How to customize QLineEdit like Telegram InputField?
Unsolved
Qt 6
-
@Rustamo You can override but, depending on how much you'd like to mimic to look of the original - which might be hard to do considering the differences between QML and Qt Widgets, you could attempt to insert actions with icons into leading and trailing position if the QLineEdit + apply custom stylesheet.
-
here is a nice project which has a lot of customized widgets.
https://github.com/Wanderson-Magalhaes/PyBlackBox_Qt_Widgets_PySide6_Or_PyQt6_v1.0.0
hope it helps to get some idea about styling QLineEdit.
more tutorials can be found here -> https://www.youtube.com/c/WandersonIsMe/featured