pb82 / ReplWidget

A Qt Designer Plugin that provides a simple repl widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReplWidget. A simple repl widget for Qt.
----------------------------------------

You can enter data into to repl, catch a signal, process
the data and issue a slot to display the result on the repl.
See the EchoRepl for an example.

Installation
------------

qmake
make
make install

You should find the ReplWidget in the designer under "Input Widgets".

The beatiful icon for this widget is part of the Silk Icon Collection.
You can find them at:

	http://www.famfamfam.com/lab/icons/silk

About

A Qt Designer Plugin that provides a simple repl widget

License:MIT License


Languages

Language:C++ 94.8%Language:Prolog 5.2%