Qute

From qtnode

Jump to: navigation, search

Intro

qute can evalutate one line of Qt/C++ code.

It's a modified geordi Bot, so you can also refer to the orginal manual


Trigger

qute:<< "HI"

expands to qDebug()<<"HI"

qute: { qDebug()<< "HI";}

expands to int main(){qDebug()<< "HI";}

qute: int main(){qDebug()<< "HI";}

is obvious ;)

Libs

qute has QtCore and QxtCore support.

Personal tools