TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the search line edit widget. More...
#include <musicsearchedit.h>
Signals | |
void | enterFinished (const QString &text) |
Public Member Functions | |
MusicSearchEdit (QWidget *parent=nullptr) | |
Protected Member Functions | |
virtual void | contextMenuEvent (QContextMenuEvent *event) overridefinal |
virtual void | keyReleaseEvent (QKeyEvent *event) override |
The class of the search line edit widget.
Definition at line 30 of file musicsearchedit.h.
|
explicit |
Object constructor.
Definition at line 4 of file musicsearchedit.cpp.
References TTK::UI::LineEditStyle02.
|
finaloverrideprotectedvirtual |
Override the widget event.
Definition at line 11 of file musicsearchedit.cpp.
References TTK::Widget::adjustMenuPosition(), and TTK::UI::MenuStyle02.
|
signal |
User input the enter key.
Referenced by keyReleaseEvent().
|
overrideprotectedvirtual |
Reimplemented in MusicSongSearchInteriorEdit.
Definition at line 35 of file musicsearchedit.cpp.
References enterFinished().
Referenced by MusicSongSearchInteriorEdit::keyReleaseEvent().