|
Scribus
Open source desktop publishing at your fingertips
|
A special widget to cooperate with UnicodeSearch. Construct a toggle push button. When it's toggled, the search dialog is shown. It is an "apply" button too. Search dialog is constructed on demand only. More...
#include <unicodesearch.h>


Public Slots | |
| void | languageChange () |
| Slot for changing language of GUI. | |
Signals | |
| void | chosenUnicode (const QString &) |
| Signal transfering the chosen character as QString. | |
Public Member Functions | |
| UnicodeChooseButton (QWidget *parent) | |
| QWidget like constructor. More... | |
| virtual void | changeEvent (QEvent *e) |
A special widget to cooperate with UnicodeSearch. Construct a toggle push button. When it's toggled, the search dialog is shown. It is an "apply" button too. Search dialog is constructed on demand only.
| UnicodeChooseButton::UnicodeChooseButton | ( | QWidget * | parent | ) |
QWidget like constructor.
| parent | a QWidget parent |