You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
343 B
24 lines
343 B
/*
|
|
*/
|
|
/*! \page rot-example.html
|
|
|
|
\ingroup examples
|
|
\title Rot13
|
|
|
|
This example lets you enter a text into a mulitilineedit widget.
|
|
It will be displayed in the edit widget to the right transformed using
|
|
the rot13 algorithm.
|
|
|
|
<hr>
|
|
|
|
Header file:
|
|
|
|
\include rot13/rot13.h
|
|
|
|
<hr>
|
|
|
|
Implementation:
|
|
|
|
\include rot13/rot13.cpp
|
|
*/
|