summaryrefslogtreecommitdiffstats
path: root/kjsembed/tests/test_kropart.js
blob: 8867580ef475e0027d5349df2c72d1face246e34 (plain)
1
2
3
4
5
var box = new TQHBox( this );
var view = Factory.createROPart( "cat", box, "view" );

box.show();
application.exec();