805BC470
: DIP switches (32 bit bitmask)805BCA1C
: Score (Int32)80553974
: Timer (Signed Short16)805BC9BC
: X-Velocity (Float32)805BC9C0
: Y-Velocity (Float32)805BC9C4
: Z-Velocity (Float32)80446C20
: Monkey Visibility (Byte?)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXTRUSION | |
BOOLEAN | |
BRUSHSTROKE | |
AMPLITUDE | |
DOUBLECROSS | |
SLOPES 2.0 | |
J-DROP | |
NOODLES | |
INVERTED TORII | |
UPJUMP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Somewhere when you create your completer | |
completer->popup()->installEventFilter(this); | |
bool CommandWidget::eventFilter(QObject *obj, QEvent *event) { | |
if (obj == completer->popup()) { | |
if (event->type() == QEvent::KeyPress) { | |
QKeyEvent *keyEvent = static_cast<QKeyEvent*>(event); | |
if (keyEvent->key() == Qt::Key_Tab) { | |
//Select the next item in the completion list when tab is pressed - Supertab style | |
QModelIndex index = completer->popup()->currentIndex(); |
I hereby claim:
- I am craftedcart on github.
- I am craftedcart (https://keybase.io/craftedcart) on keybase.
- I have a public key ASCvKQsZrlFbilD2YNiKBk1SulmXDqlqCXTSJI4OvXVCawo
To claim this, I am signing this object:
OlderNewer