21 #ifndef TAGTEXTINPUT_H 22 #define TAGTEXTINPUT_H 25 #include "Helper/Settings/SayonaraClass.h" 29 class QContextMenuEvent;
46 void cvt_to_first_upper();
47 void cvt_to_very_first_upper();
49 void language_changed();
53 QMenu* _context_menu=
nullptr;
54 QAction* _action_cvt_to_first_upper=
nullptr;
55 QAction* _action_cvt_to_very_first_upper=
nullptr;
59 void contextMenuEvent(QContextMenuEvent* event)
override;
60 void init_context_menu();
63 #endif // TAGTEXTINPUT_H The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29
GUI class for String fields meant to convert content to first upper case by a context menu...
Definition: TagTextInput.h:35