
PHP-Qt - the Qt extension for php
PHP-Qt is an extension for PHP5 that aims to write software with the Qt Toolkit. It provides an object-oriented interface to the Qt4 Framework and allows to write Qt applications in the PHP …
PHP-Qt - the Qt extension for php
PHP-Qt Tutorial 1 Tutorial 2 Tutorial 3 Tutorial 4 Tutorial 5 Tutorial 6 Tutorial 7 calculator/main.php calculator/button.php calculator/calculator.php back to ...
main.php (8)
<?php /***** ** ** Qt Calculator ** ** original: ** http://doc.trolltech.com/4.1/widgets-calculator.html ** *****/ if (! extension_loaded ('php_qt')) {dl ('php_qt ...
calculator.php
<?php /***** ** ** Qt Calculator ** ** original: ** http://doc.trolltech.com/4.1/widgets-calculator.html ** *****/ require_once ('button.php'); class Calculator ...
main.php - php-qt.org
<?php /***** ** ** Qt tutorial 1 ** ** original: ** http://doc.trolltech.com/4.1/tutorial-t1.html ** *****/ if (! extension_loaded ('php_qt')) {dl ('php_qt.'. PHP ...