![]() |
Sayonara Player
|
#include <TagTextInput.h>
GUI class for String fields meant to convert content to first upper case by a context menu.
Public Member Functions | |
TagTextInput (QWidget *parent=nullptr) | |
virtual void | showEvent (QShowEvent *e) override |
Protected Member Functions | |
void | contextMenuEvent (QContextMenuEvent *event) override |
void | init_context_menu () |
void | language_changed () override |
virtual void | skin_changed () |
Protected Attributes | |
QMenu * | _context_menu =nullptr |
QAction * | _action_cvt_to_first_upper =nullptr |
QAction * | _action_cvt_to_very_first_upper =nullptr |